Searched refs:ll_extract (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/bsd/top/dist/ |
H A D | hash.c | 138 static void ll_extract(llist *q, llistitem *qi, llistitem *last) in ll_extract() function 463 ll_extract(ll, li, lilast); in hash_remove_uint() 593 ll_extract(&(pos->hash_bucket->list), li, pos->ll_last); in hash_remove_pos_uint() 797 ll_extract(ll, li, lilast); in hash_remove_pid() 927 ll_extract(&(pos->hash_bucket->list), li, pos->ll_last); in hash_remove_pos_pid() 1132 ll_extract(ll, li, lilast); in hash_remove_string() 1263 ll_extract(&(pos->hash_bucket->list), li, pos->ll_last); in hash_remove_pos_string() 1470 ll_extract(ll, li, lilast); in hash_remove_pidthr() 1600 ll_extract(&(pos->hash_bucket->list), li, pos->ll_last); in hash_remove_pos_pidthr() 1806 ll_extract(ll, li, lilast); in hash_remove_lwpid() [all …]
|
H A D | hash.m4c | 181 void ll_extract(llist *q, llistitem *qi, llistitem *last) 508 ll_extract(ll, li, lilast); 639 ll_extract(&(pos->hash_bucket->list), li, pos->ll_last);
|