Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_syscalls.c11354 #define RRF_COMPLETING 0x0002 macro
11405 if ((req->r_flags & RRF_COMPLETING) != 0 && in nspace_resolver_req_lookup()
11456 while ((req->r_flags & RRF_COMPLETING) != 0) { in nspace_resolver_req_wait_pending_completion()
11471 assert((req->r_flags & RRF_COMPLETING) == 0); in nspace_resolver_req_remove_and_unlock()
11556 req->r_flags = (req->r_flags & ~RRF_COMPLETING) | RRF_COMPLETE; in nspace_resolver_req_mark_complete()
11563 req->r_flags |= RRF_COMPLETING; in nspace_resolver_req_mark_completion_pending()