Home
last modified time | relevance | path

Searched refs:task_delay_info (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Ddelayacct.h13 struct task_delay_info { struct
H A Dsched.h87 struct task_delay_info;
1424 struct task_delay_info *delays;
/linux/kernel/
H A Ddelayacct.c52 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()