Searched refs:slh_list (Results 1 – 2 of 2) sorted by relevance
2079 oldhead = head->slh_list.slh_next;2080 entry->sl_next = head->slh_list.slh_next;2081 head->slh_list.slh_next = entry;2082 head->slh_list.slh_depth++;2083 head->slh_list.slh_seq++;2101 first = head->slh_list.slh_next;2103 head->slh_list.slh_next = first->sl_next;2104 head->slh_list.slh_depth--;2105 head->slh_list.slh_seq++;2279 depth = head->slh_list.slh_depth;
210 } slh_list; member