Searched refs:ppos (Results 1 – 1 of 1) sorted by relevance
1222 uint32_t ppos) in __btlog_hash_stailq_remove() argument1226 head->bthh_last = ppos; in __btlog_hash_stailq_remove()1253 uint32_t ppos; in __btlog_hash_remove() local1257 ppos = BT_HASH_END_MARKER; in __btlog_hash_remove()1260 ppos = *prev; in __btlog_hash_remove()1261 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()1264 __btlog_hash_stailq_remove(head, bthe, prev, ppos); in __btlog_hash_remove()1325 uint32_t pos, ppos; in __btlog_hash_erase() local1330 ppos = BT_HASH_END_MARKER; in __btlog_hash_erase()1342 __btlog_hash_stailq_remove(head, bthe, prev, ppos); in __btlog_hash_erase()[all …]