Searched refs:pshmcache (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dposix_shm.c130 struct pshmcache { struct
131 LIST_ENTRY(pshmcache) pshm_hash; /* hash chain */
136 #define PSHMCACHE_NULL (struct pshmcache *)0
169 LIST_HEAD(pshmhashhead, pshmcache) *pshmhashtbl; /* Hash Table */
187 static int pshm_cache_add(struct pshminfo *pshmp, struct pshmname *pnp, struct pshmcache *pcp);
188 static void pshm_cache_delete(struct pshmcache *pcp);
193 struct pshmcache **pcache, int addref);
232 struct pshmcache **pcache, int addref)
234 struct pshmcache *pcp, *nnp;
279 pshm_cache_add(struct pshminfo *pshmp, struct pshmname *pnp, struct pshmcache *pc
[all...]

Completed in 18 milliseconds