Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/sys/ !
H A Dkern_memorystatus_notify.h50 int memorystatus_low_mem_privileged_listener(uint32_t op_flags);
H A Dkern_memorystatus.h674 extern int memorystatus_low_mem_privileged_listener(uint32_t op_flags);
/xnu-8020.140.41/bsd/kern/ !
H A Dkern_memorystatus_notify.c687 memorystatus_low_mem_privileged_listener(uint32_t op_flags) in memorystatus_low_mem_privileged_listener() argument
693 if (op_flags == MEMORYSTATUS_CMD_PRIVILEGED_LISTENER_ENABLE) { in memorystatus_low_mem_privileged_listener()
695 } else if (op_flags == MEMORYSTATUS_CMD_PRIVILEGED_LISTENER_DISABLE) { in memorystatus_low_mem_privileged_listener()
H A Dkern_memorystatus.c1761 memorystatus_update_inactive_jetsam_priority_band(pid_t pid, uint32_t op_flags, int jetsam_prio, bo… in memorystatus_update_inactive_jetsam_priority_band() argument
1767 if (op_flags == MEMORYSTATUS_CMD_ELEVATED_INACTIVEJETSAMPRIORITY_ENABLE) { in memorystatus_update_inactive_jetsam_priority_band()
1769 } else if (op_flags == MEMORYSTATUS_CMD_ELEVATED_INACTIVEJETSAMPRIORITY_DISABLE) { in memorystatus_update_inactive_jetsam_priority_band()