Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dsys_ulock.c323 ull_get(ulk_t *key, uint32_t flags, ull_t **unused_ull) in ull_get() argument
345 assert(unused_ull == NULL); in ull_get()
360 assert(unused_ull); in ull_get()
361 assert(*unused_ull == NULL); in ull_get()
362 *unused_ull = new_ull; in ull_get()
493 ull_t *unused_ull = NULL; in ulock_wait2() local
591 ull_t *ull = ull_get(&key, 0, &unused_ull); in ulock_wait2()
722 if (unused_ull) { in ulock_wait2()
723 ull_free(unused_ull); in ulock_wait2()
724 unused_ull = NULL; in ulock_wait2()
[all …]