sched: Add get_current_state()
Remove yet another few p->state accesses. Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org> Acked-by: Will Deacon <will@kernel.org> Link: https://lore.kernel.org/r/20210611082838.347475156@infradead.org
This commit is contained in:
@@ -213,6 +213,8 @@ struct task_group;
|
||||
|
||||
#endif
|
||||
|
||||
#define get_current_state() READ_ONCE(current->state)
|
||||
|
||||
/* Task command name length: */
|
||||
#define TASK_COMM_LEN 16
|
||||
|
||||
|
||||
Reference in New Issue
Block a user