Home
last modified time | relevance | path

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

/dports/sysutils/webmin/webmin-1.981/squid/
H A Dsave_mem.cgi24 &save_opt("cache_mem_high", \&check_high, $conf);
27 &save_opt("cache_swap_high", \&check_high, $conf);
36 &save_opt("ipcache_high", \&check_high, $conf);
52 sub check_high
/dports/multimedia/v4l_compat/linux-5.13-rc2/mm/
H A Dusercopy.c107 unsigned long check_high = check_low + n; in overlaps() local
110 if (check_low >= high || check_high <= low) in overlaps()
/dports/multimedia/libv4l/linux-5.13-rc2/mm/
H A Dusercopy.c107 unsigned long check_high = check_low + n; in overlaps() local
110 if (check_low >= high || check_high <= low) in overlaps()
/dports/multimedia/v4l-utils/linux-5.13-rc2/mm/
H A Dusercopy.c107 unsigned long check_high = check_low + n; in overlaps() local
110 if (check_low >= high || check_high <= low) in overlaps()
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dalerts.c366 if (alert->check_high) in gkrellm_check_alert()
471 gboolean check_high, gboolean check_low, gboolean do_updates, in gkrellm_alert_create() argument
481 alert->check_high = check_high; in gkrellm_alert_create()
508 if (alert->check_high) in gkrellm_alert_set_triggers()
567 a_src->unit_string, a_src->check_high, a_src->check_low, in gkrellm_alert_dup()
1111 if (alert->check_high) in cb_low_warn_spin_changed()
1198 if (alert->check_high && !alert->check_hardwired) in gkrellm_alert_config_window()
1406 alert->check_high, alert->check_low, alert->check_hardwired); in gkrellm_save_alertconfig()
1477 &alert->check_high, &alert->check_low, &alert->check_hardwired); in gkrellm_load_alertconfig()
H A Dgkrellm.h863 check_high, member