Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/kern/
H A Dposix_shm.c550 pshm_mobj_t *pshmobj, *pshmobj_last; in pshm_truncate() local
609 pshmobj_last = NULL; in pshm_truncate()
632 if (pshmobj_last == NULL) { in pshm_truncate()
635 SLIST_INSERT_AFTER(pshmobj_last, pshmobj, pshmo_next); in pshm_truncate()
637 pshmobj_last = pshmobj; in pshm_truncate()