Home
last modified time | relevance | path

Searched refs:time_slice (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/oprofile/
Doprof.c121 unsigned long time_slice; in oprofile_set_timeout() local
135 time_slice = msecs_to_jiffies(val_msec); in oprofile_set_timeout()
136 if (time_slice == MAX_JIFFY_OFFSET) { in oprofile_set_timeout()
141 oprofile_time_slice = time_slice; in oprofile_set_timeout()
/linux-4.19.296/include/linux/
Dsched.h487 unsigned int time_slice; member