HomeSort by: relevance | last modified time | path
    Searched defs:execover (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/uvm/
uvm_pdpolicy_clock.c 189 bool anonover, fileover, execover; local in function:uvmpdpol_scaninit
216 execover = execpg > UVM_PCTPARAM_APPLY(&s->s_execmax, t);
217 anonreact = anonunder || (!anonover && (fileover || execover));
218 filereact = fileunder || (!fileover && (anonover || execover));
219 execreact = execunder || (!execover && (anonover || fileover));
uvm_pdpolicy_clock.c 189 bool anonover, fileover, execover; local in function:uvmpdpol_scaninit
216 execover = execpg > UVM_PCTPARAM_APPLY(&s->s_execmax, t);
217 anonreact = anonunder || (!anonover && (fileover || execover));
218 filereact = fileunder || (!fileover && (anonover || execover));
219 execreact = execunder || (!execover && (anonover || fileover));

Completed in 25 milliseconds