Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/vfs/
H A Dvfs_syscalls.c11522 #define RRF_COMPLETING 0x0002 macro
11573 if ((req->r_flags & RRF_COMPLETING) != 0 && in nspace_resolver_req_lookup()
11624 while ((req->r_flags & RRF_COMPLETING) != 0) { in nspace_resolver_req_wait_pending_completion()
11639 assert((req->r_flags & RRF_COMPLETING) == 0); in nspace_resolver_req_remove_and_unlock()
11724 req->r_flags = (req->r_flags & ~RRF_COMPLETING) | RRF_COMPLETE; in nspace_resolver_req_mark_complete()
11731 req->r_flags |= RRF_COMPLETING; in nspace_resolver_req_mark_completion_pending()