Searched refs:T_PUSHPAGE (Results 1 – 3 of 3) sorted by relevance
82 (curthread->t_flag & T_PUSHPAGE) != 0)
387 #define T_PUSHPAGE 0x20000 /* this thread may be assisting pageout */ macro
1866 if (!(curthread->t_flag & T_PUSHPAGE)) { in zio_execute()1873 curthread->t_flag |= T_PUSHPAGE; in zio_execute()1883 curthread->t_flag &= ~T_PUSHPAGE; in zio_execute()