Home
last modified time | relevance | path

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

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