Home
last modified time | relevance | path

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

/xnu-12377.81.4/osfmk/vm/
H A Dvm_object_internal.h661 if (os_inc_overflow(&object->vmo_pl_req_in_progress)) { in vm_object_pl_req_begin()
684 if (os_inc_overflow(&object->activity_in_progress)) { in vm_object_activity_begin()
708 if (os_inc_overflow(&object->paging_in_progress)) { in vm_object_paging_begin()
/xnu-12377.81.4/libkern/os/
H A Doverflow.h115 #define os_inc_overflow(res) __os_warn_unused(__extension__({ \ macro
/xnu-12377.81.4/bsd/kern/
H A Dkern_memorystatus_internal.h421 if (os_inc_overflow(&memorystatus_suspended_count)) { in _memstat_proc_set_suspended()
/xnu-12377.81.4/bsd/netinet/
H A Dkpi_ipfilter.c99 if (os_inc_overflow(&kipf_ref)) { in ipf_ref()
/xnu-12377.81.4/bsd/net/
H A Dkpi_interface.c2162 if (__improbable(os_inc_overflow(&count))) { in ifnet_get_address_list_family_internal()
/xnu-12377.81.4/osfmk/kern/
H A Dsched_clutch.c326 if (__improbable(os_inc_overflow(thr_count))) { in sched_clutch_thr_count_inc()