Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dsys_ulock.c357 ull_get(ulk_t *key, uint32_t flags, ull_t **unused_ull) in ull_get() argument
379 assert(unused_ull == NULL); in ull_get()
394 assert(unused_ull); in ull_get()
395 assert(*unused_ull == NULL); in ull_get()
396 *unused_ull = new_ull; in ull_get()
526 ull_t *unused_ull = NULL; in sys_ulock_wait2() local
624 ull_t *ull = ull_get(&key, 0, &unused_ull); in sys_ulock_wait2()
759 if (unused_ull) { in sys_ulock_wait2()
760 ull_free(unused_ull); in sys_ulock_wait2()
761 unused_ull = NULL; in sys_ulock_wait2()
[all …]