Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Dvm_object.h204 #define OBJ_POSIXSHM 0x00020000 /* Posix SHM */ macro
H A Dvm_object.c2623 if ((obj->flags & OBJ_POSIXSHM) != 0) { in vm_object_list_handler()
/freebsd/sys/kern/
H A Duipc_shm.c944 vm_object_set_flag(obj, OBJ_POSIXSHM); in shm_alloc()
2232 if ((obj->flags & OBJ_POSIXSHM) == 0) { in shm_get_path()
H A Dkern_proc.c2738 if ((lobj->flags & OBJ_POSIXSHM) != 0) { in kern_proc_vmmap_out()