Searched refs:sll_insert_head (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlists2.h16 extern status_t sll_insert_head(long nextoff, void **head, void *item);
28 #define SLL_INSERT(_head,_nextp,_item) sll_insert_head(offsetof(typeof(*_head),_nextp), (void **)&(_head), _item)
30 #define SLL_INSERT_TAIL(_head,_nextp,_item) sll_insert_head(offsetof(typeof(*_head),_nextp), (void **)&(_head), _item)
H A Dlists2.c30 status_t sll_insert_head(long nextoff, void **head, void *item) function

Completed in 37 milliseconds