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

/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_proc.c3151 struct timeval last_no_space_action = {0, 0}; variable in typeref:struct:timeval
3165 if (now.tv_sec <= last_no_space_action.tv_sec + 5)
3203 last_no_space_action = now;
3226 last_no_space_action = now;
3238 last_no_space_action = now;

Completed in 159 milliseconds