Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
int | intlist__add (struct intlist *ilist, int i) |
void | intlist__remove (struct intlist *ilist, struct int_node *node) |
struct int_node * | intlist__find (struct intlist *ilist, int i) |
struct intlist * | intlist__new (void) |
void | intlist__delete (struct intlist *ilist) |
struct int_node * | intlist__entry (const struct intlist *ilist, unsigned int idx) |