Searched refs:ppos (Results 1 – 1 of 1) sorted by relevance
1211 uint32_t ppos) in __btlog_hash_stailq_remove() argument1215 head->bthh_last = ppos; in __btlog_hash_stailq_remove()1242 uint32_t ppos; in __btlog_hash_remove() local1246 ppos = BT_HASH_END_MARKER; in __btlog_hash_remove()1249 ppos = *prev; in __btlog_hash_remove()1250 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()1253 __btlog_hash_stailq_remove(head, bthe, prev, ppos); in __btlog_hash_remove()1314 uint32_t pos, ppos; in __btlog_hash_erase() local1319 ppos = BT_HASH_END_MARKER; in __btlog_hash_erase()1331 __btlog_hash_stailq_remove(head, bthe, prev, ppos); in __btlog_hash_erase()[all …]