Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/kern/
H A Dbtlog.c992 #define BT_HASH_END_MARKER UINT32_MAX macro
1170 btlh->btlh_free.bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1171 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1174 hash[i].bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1175 hash[i].bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1197 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_pop_first()
1198 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1200 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1214 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_remove()
1217 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_remove()
[all …]