Searched defs:InsertHeadList (Results 1 – 6 of 6) sorted by relevance
53 InsertHeadList( in InsertHeadList() function
45 InsertHeadList( in InsertHeadList() function
156 InsertHeadList( in InsertHeadList() function
1022 #define InsertHeadList(ListHead,Entry) {\ macro
204 InsertHeadList( in InsertHeadList() function
3020 #define InsertHeadList(le,e) do { PLIST_ENTRY f = (le)->Flink; (e)->Flink = f; (e)->Blink = (le)… macro