Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c1221 uint32_t ppos) in __btlog_hash_stailq_remove() argument
1225 head->bthh_last = ppos; in __btlog_hash_stailq_remove()
1252 uint32_t ppos; in __btlog_hash_remove() local
1256 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() local
1329 ppos = BT_HASH_END_MARKER; in __btlog_hash_erase()
1341 __btlog_hash_stailq_remove(head, bthe, prev, ppos); in __btlog_hash_erase()
[all …]