Home
last modified time | relevance | path

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

/xnu-10002.81.5/bsd/kern/
H A Dposix_shm.c138 static void pshm_deref(pshm_info_t *pinfo);
504 pshm_deref(pinfo); in shm_open()
642 pshm_deref(pinfo); /* drop the "allocating" reference */ in pshm_truncate()
657 pshm_deref(pinfo); /* drop the "allocating" reference */ in pshm_truncate()
916 pshm_deref(pinfo); /* drop the extra reference we had while mapping. */ in pshm_mmap()
952 pshm_deref(pinfo); in pshm_unlink_internal()
1032 pshm_deref(pshm_info_t *pinfo) in pshm_deref() function
1078 pshm_deref(pnode->pinfo); in pshm_closefile()