Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/kern/
H A Dbtlog.c1211 uint32_t ppos) in __btlog_hash_stailq_remove() argument
1215 head->bthh_last = ppos; in __btlog_hash_stailq_remove()
1242 uint32_t ppos; in __btlog_hash_remove() local
1246 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() local
1319 ppos = BT_HASH_END_MARKER; in __btlog_hash_erase()
1331 __btlog_hash_stailq_remove(head, bthe, prev, ppos); in __btlog_hash_erase()
[all …]