Home
last modified time | relevance | path

Searched refs:ll_extract (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/top/dist/
H A Dhash.c138 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 Dhash.m4c181 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);