Searched refs:ppos (Results 1 – 1 of 1) sorted by relevance
1221 uint32_t ppos) in __btlog_hash_stailq_remove() argument1225 head->bthh_last = ppos; in __btlog_hash_stailq_remove()1252 uint32_t ppos; in __btlog_hash_remove() local1256 ppos = BT_HASH_END_MARKER; in __btlog_hash_remove()1259 ppos = *prev; in __btlog_hash_remove()1260 prev = &btlh->btlh_entries[ppos].bthe_next; in __btlog_hash_remove()1263 __btlog_hash_stailq_remove(head, bthe, prev, ppos); in __btlog_hash_remove()1324 uint32_t pos, ppos; in __btlog_hash_erase() local1329 ppos = BT_HASH_END_MARKER; in __btlog_hash_erase()1341 __btlog_hash_stailq_remove(head, bthe, prev, ppos); in __btlog_hash_erase()[all …]