Searched defs:alloc_node (Results 1 – 2 of 2) sorted by relevance
25 struct alloc_node { struct26 struct alloc_node *next; argument33 static struct alloc_node *alloc_head; argument
16 static struct ssfilter * alloc_node(int type, void *pred) in alloc_node() function