Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/kern/
H A Dposix_shm.c140 static void pshm_deref(pshm_info_t *pinfo);
506 pshm_deref(pinfo); in shm_open()
644 pshm_deref(pinfo); /* drop the "allocating" reference */ in pshm_truncate()
659 pshm_deref(pinfo); /* drop the "allocating" reference */ in pshm_truncate()
917 pshm_deref(pinfo); /* drop the extra reference we had while mapping. */ in pshm_mmap()
953 pshm_deref(pinfo); in pshm_unlink_internal()
1033 pshm_deref(pshm_info_t *pinfo) in pshm_deref() function
1079 pshm_deref(pnode->pinfo); in pshm_closefile()