Home
last modified time | relevance | path

Searched +defs:val +defs:that (Results 1 – 1 of 1) sorted by relevance

/linux-6.14.4/kernel/sched/
Dcore.c966 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()
6334 static bool try_steal_cookie(int this, int that) in try_steal_cookie()
9732 struct cftype *cft, s64 val) in cpu_rt_runtime_write()