Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dbtlog.c680 bt_stack_t needle, in __btlib_insert() argument
711 if (needle->bts_hash < bts->bts_hash) { in __btlib_insert()
714 if (__btstack_same(needle, bts)) { in __btlib_insert()
747 *bts = *needle; in __btlib_insert()
827 union bt_stack needle; in __btlib_get() local
836 hash = __btstack_capture(&needle, fp, (flags & BTREF_GET_PERMANENT)); in __btlib_get()
875 if (needle.bts_hash < bts->bts_hash) { in __btlib_get()
878 if (__btstack_same(&needle, bts) && in __btlib_get()
889 return __btlib_insert(btl, &needle, flags, hash); in __btlib_get()