Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dposix_sem.c150 uint64_t psem_hash_global; /* hash value of looked up name, without team */ member
247 nd.psem_hash_global = 0; in psem_cache_hash()
250 …_Static_assert(sizeof(nd.psem_hash_global) == SIPHASH_DIGEST_LENGTH, "hash field is wrong size for… in psem_cache_hash()
259 SipHash_Final((u_int8_t *)&nd.psem_hash_global, &ctx); in psem_cache_hash()
334 pcpp = PSEMHASH(psem_global, pnp->psem_hash_global); in psem_cache_search()
416 pcpp = PSEMHASH(psem_global, pnp->psem_hash_global); in psem_cache_add()