Lines Matching +defs:val +defs:task
966 typeof(ti->flags) val = READ_ONCE(ti->flags); in set_nr_if_polling() local
993 static bool __wake_q_add(struct wake_q_head *head, struct task_struct *task) in __wake_q_add()
1029 void wake_q_add(struct wake_q_head *head, struct task_struct *task) in wake_q_add()
1052 void wake_q_add_safe(struct wake_q_head *head, struct task_struct *task) in wake_q_add_safe()
1063 struct task_struct *task; in wake_up_q() local
2500 struct task_struct *task; member
5615 long val; in setup_resched_latency_warn_ms() local
5835 static inline void preempt_latency_start(int val) in preempt_latency_start()
5846 void preempt_count_add(int val) in preempt_count_add()
5872 static inline void preempt_latency_stop(int val) in preempt_latency_stop()
5878 void preempt_count_sub(int val) in preempt_count_sub()
5901 static inline void preempt_latency_start(int val) { } in preempt_latency_start()
5902 static inline void preempt_latency_stop(int val) { } in preempt_latency_stop()
9153 struct task_struct *task; in cpu_cgroup_can_attach() local
9166 struct task_struct *task; in cpu_cgroup_attach() local
9732 struct cftype *cft, s64 val) in cpu_rt_runtime_write()