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

/haiku/src/add-ons/kernel/file_systems/websearchfs/
H A Dlists2.h28 #define SLL_INSERT(_head,_nextp,_item) sll_insert_head(offsetof(typeof(*_head),_nextp), (void **)&(_head), _item) macro
H A Dwebsearchfs.c378 SLL_INSERT(node->opened, next, c);
559 err = SLL_INSERT(node->opened, next, fc);
744 err = SLL_INSERT(ns->nodes, nlnext, n);
748 err = SLL_INSERT(dir->children, next, n);
915 SLL_INSERT(node->opened, next, c);
1057 err = SLL_INSERT(node->opened, next, fc);
1312 SLL_INSERT(ns->queries, qnext, qn);
1318 SLL_INSERT(qn->opened, next, c);

Completed in 74 milliseconds