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

/linux-master/block/
H A Dblk.h546 current->flags |= PF_BLOCK_TS;
H A Dblk-core.c1201 current->flags &= ~PF_BLOCK_TS;
/linux-master/include/linux/
H A Dsched.h1649 #define PF_BLOCK_TS 0x20000000 /* plug has ts that needs updating */ macro
H A Dblkdev.h1018 current->flags &= ~PF_BLOCK_TS;
/linux-master/kernel/sched/
H A Dcore.c6809 if (tsk->flags & (PF_WQ_WORKER | PF_IO_WORKER | PF_BLOCK_TS)) {
6810 if (tsk->flags & PF_BLOCK_TS)

Completed in 145 milliseconds