Home
last modified time | relevance | path

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

/xnu-8020.101.4/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()
922 pshm_deref(pinfo); /* drop the extra reference we had while mapping. */ in pshm_mmap()
958 pshm_deref(pinfo); in pshm_unlink_internal()
1038 pshm_deref(pshm_info_t *pinfo) in pshm_deref() function
1084 pshm_deref(pnode->pinfo); in pshm_closefile()