Searched defs:rc_list (Results 1 – 2 of 2) sorted by relevance
33 struct rc_list { struct35 struct rc_list * Prev; argument36 struct rc_list * Next; argument
35 struct rc_list * rc_list(struct memory_pool * pool, void * item) in rc_list() function