Lines Matching +defs:val +defs:t
42 #define __schedstat_set(var, val) do { var = (val); } while (0) argument
43 #define schedstat_set(var, val) do { if (schedstat_enabled()) { var = (val); } } while (0) argument
80 # define __schedstat_set(var, val) do { } while (0) argument
81 # define schedstat_set(var, val) do { } while (0) argument
241 static inline void sched_info_dequeue(struct rq *rq, struct task_struct *t) in sched_info_dequeue()
263 static void sched_info_arrive(struct rq *rq, struct task_struct *t) in sched_info_arrive()
289 static inline void sched_info_enqueue(struct rq *rq, struct task_struct *t) in sched_info_enqueue()
303 static inline void sched_info_depart(struct rq *rq, struct task_struct *t) in sched_info_depart()
334 # define sched_info_enqueue(rq, t) do { } while (0) argument
335 # define sched_info_dequeue(rq, t) do { } while (0) argument
336 # define sched_info_switch(rq, t, next) do { } while (0) argument