Home
last modified time | relevance | path

Searched refs:schedstat_set (Results 1 – 5 of 5) sorted by relevance

/linux/kernel/sched/
A Dstats.h41 #define schedstat_set(var, val) do { if (schedstat_enabled()) { var = (val); } } while (0) macro
79 # define schedstat_set(var, val) do { } while (0) macro
A Dstop_task.c81 schedstat_set(curr->stats.exec_max, in put_prev_task_stop()
A Dcore.c9622 schedstat_set(p->stats.wait_start, 0); in normalize_rt_tasks()
9623 schedstat_set(p->stats.sleep_start, 0); in normalize_rt_tasks()
9624 schedstat_set(p->stats.block_start, 0); in normalize_rt_tasks()
A Drt.c1018 schedstat_set(curr->stats.exec_max, in update_curr_rt()
A Ddeadline.c1268 schedstat_set(curr->stats.exec_max, in update_curr_dl()

Completed in 45 milliseconds