Searched refs:psemcache (Results 1 – 1 of 1) sorted by relevance
117 struct psemcache { struct118 LIST_ENTRY(psemcache) psem_hash; /* hash chain */125 #define PSEMCACHE_NULL (struct psemcache *)0 argument164 LIST_HEAD(psemhashhead, psemcache);205 struct psemname *, struct psemcache **);209 static int psem_unlink_internal(struct pseminfo *pinfo, struct psemcache *pcache);232 static int psem_cache_add(struct pseminfo *psemp, struct psemname *pnp, struct psemcache *pcp);233 static void psem_cache_delete(struct psemcache *pcp);277 psem_cache_is_match(struct psemcache *sem, struct psemname *target, bool local) in psem_cache_is_match()303 struct psemcache **pcache) in psem_cache_search()[all …]