Searched refs:LO_WAT_ALERT (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/default_pager/
H A Ddefault_pager_types.h110 #define LO_WAT_ALERT 0x02 macro
H A Ddp_backing_store.c4510 } else if (flags == LO_WAT_ALERT) {
4618 dprintf(("default_pager_backing_store_monitor - send LO_WAT_ALERT\n"));
4620 default_pager_space_alert(trigger, LO_WAT_ALERT);
/macosx-10.9.5/system_cmds-597.90.1/dynamic_pager.tproj/
H A Ddynamic_pager.c241 * we need to reset the LO_WAT_ALERT threshold each
245 notifications = HI_WAT_ALERT | LO_WAT_ALERT;
279 notifications = HI_WAT_ALERT | LO_WAT_ALERT;
323 notifications = HI_WAT_ALERT | LO_WAT_ALERT;
345 LO_WAT_ALERT);
357 if(flags & LO_WAT_ALERT) {
365 backing_store_alert(notify_port, LO_WAT_ALERT);
388 * only need to reset the LO_WAT_ALERT... the HI_WAT size is fixed,
391 macx_triggers(local_hi_water, limits[cur_limits].low_water, LO_WAT_ALERT, alert_port);
476 macx_triggers(high, low, LO_WAT_ALERT, trigger_por
[all...]
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.1.1/dynamic_pager.tproj/
H A Ddynamic_pager.c241 * we need to reset the LO_WAT_ALERT threshold each
245 notifications = HI_WAT_ALERT | LO_WAT_ALERT;
279 notifications = HI_WAT_ALERT | LO_WAT_ALERT;
323 notifications = HI_WAT_ALERT | LO_WAT_ALERT;
345 LO_WAT_ALERT);
357 if(flags & LO_WAT_ALERT) {
365 backing_store_alert(notify_port, LO_WAT_ALERT);
388 * only need to reset the LO_WAT_ALERT... the HI_WAT size is fixed,
391 macx_triggers(local_hi_water, limits[cur_limits].low_water, LO_WAT_ALERT, alert_port);
476 macx_triggers(high, low, LO_WAT_ALERT, trigger_por
[all...]
/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dbsd_vm.c275 if (flags & LO_WAT_ALERT) {
285 LO_WAT_ALERT, trigger_port);

Completed in 85 milliseconds