Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/kern/
H A Dsys_ulock.c352 ull_get(ulk_t *key, uint32_t flags, ull_t **unused_ull) in ull_get() argument
374 assert(unused_ull == NULL); in ull_get()
389 assert(unused_ull); in ull_get()
390 assert(*unused_ull == NULL); in ull_get()
391 *unused_ull = new_ull; in ull_get()
522 ull_t *unused_ull = NULL; in sys_ulock_wait2() local
620 ull_t *ull = ull_get(&key, 0, &unused_ull); in sys_ulock_wait2()
751 if (unused_ull) { in sys_ulock_wait2()
752 ull_free(unused_ull); in sys_ulock_wait2()
753 unused_ull = NULL; in sys_ulock_wait2()
[all …]