|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | pstack |
Functions | |
| struct pstack * | pstack__new (unsigned short max_nr_entries) |
| void | pstack__delete (struct pstack *self) |
| bool | pstack__empty (const struct pstack *self) |
| void | pstack__remove (struct pstack *self, void *key) |
| void | pstack__push (struct pstack *self, void *key) |
| void * | pstack__pop (struct pstack *self) |
1.8.2