Lines Matching +defs:val +defs:b
190 const struct task_struct *b, bool in_fi) in prio_less()
232 const struct task_struct *b) in __sched_core_less()
249 static inline bool rb_sched_core_less(struct rb_node *a, const struct rb_node *b) in rb_sched_core_less()
966 typeof(ti->flags) val = READ_ONCE(ti->flags); in set_nr_if_polling() local
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()
6076 static inline bool cookie_match(struct task_struct *a, struct task_struct *b) in cookie_match()
9732 struct cftype *cft, s64 val) in cpu_rt_runtime_write()