Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Ddelayacct.h13 struct task_delay_info { struct
H A Dsched.h82 struct task_delay_info;
1438 struct task_delay_info *delays;
/linux-6.15/kernel/
H A Ddelayacct.c41 delayacct_cache = KMEM_CACHE(task_delay_info, SLAB_PANIC|SLAB_ACCOUNT); in delayacct_init()