Home
last modified time | relevance | path

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

/xnu-8020.121.3/osfmk/kern/
H A Dbtlog.c1119 __bt_ref(uint32_t stack_and_op) in __bt_ref() argument
1121 return stack_and_op & ~BTREF_OP_MASK; in __bt_ref()
1125 __bt_op(uint32_t stack_and_op) in __bt_op() argument
1127 return stack_and_op & BTREF_OP_MASK; in __bt_op()