Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/kern/
H A Dposix_sem.c114 struct psemcache { struct
115 LIST_ENTRY(psemcache) psem_hash; /* hash chain */
120 #define PSEMCACHE_NULL (struct psemcache *)0 argument
153 LIST_HEAD(psemhashhead, psemcache) * psemhashtbl; /* Hash Table */
166 struct psemname *, struct psemcache **);
170 static int psem_unlink_internal(struct pseminfo *pinfo, struct psemcache *pcache);
191 static int psem_cache_add(struct pseminfo *psemp, struct psemname *pnp, struct psemcache *pcp);
192 static void psem_cache_delete(struct psemcache *pcp);
207 struct psemcache **pcache) in psem_cache_search()
209 struct psemcache *pcp, *nnp; in psem_cache_search()
[all …]