Home
last modified time | relevance | path

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

/xnu-8020.140.41/osfmk/kern/
H A Dbtlog.c1000 #define BT_HASH_END_MARKER UINT32_MAX macro
1180 btlh->btlh_free.bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1181 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1184 hash[i].bthh_first = BT_HASH_END_MARKER; in __btlog_hash_init()
1185 hash[i].bthh_last = BT_HASH_END_MARKER; in __btlog_hash_init()
1207 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_pop_first()
1208 btlh->btlh_free.bthh_last = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1210 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_pop_first()
1224 if (bthe->bthe_next == BT_HASH_END_MARKER) { in __btlog_hash_stailq_remove()
1227 bthe->bthe_next = BT_HASH_END_MARKER; in __btlog_hash_stailq_remove()
[all …]