Searched refs:execover (Results 1 – 1 of 1) sorted by relevance
189 bool anonover, fileover, execover; in uvmpdpol_scaninit() local216 execover = execpg > UVM_PCTPARAM_APPLY(&s->s_execmax, t); in uvmpdpol_scaninit()217 anonreact = anonunder || (!anonover && (fileover || execover)); in uvmpdpol_scaninit()218 filereact = fileunder || (!fileover && (anonover || execover)); in uvmpdpol_scaninit()219 execreact = execunder || (!execover && (anonover || fileover)); in uvmpdpol_scaninit()