Searched refs:schedstat_set (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/sched/
H A Dstats.h43 #define schedstat_set(var, val) do { if (schedstat_enabled()) { var = (val); } } while (0) macro
81 # define schedstat_set(var, val) do { } while (0) macro
H A Dcore.c10281 schedstat_set(p->stats.wait_start, 0);
10282 schedstat_set(p->stats.sleep_start, 0);
10283 schedstat_set(p->stats.block_start, 0);

Completed in 129 milliseconds