Home
last modified time | relevance | path

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

/linux/kernel/sched/
H A Dsched.h555 static inline int walk_tg_tree(tg_visitor down, tg_visitor up, void *data) in walk_tg_tree() function
H A Dcore.c9962 return walk_tg_tree(tg_cfs_schedulable_down, tg_nop, &data); in __cfs_schedulable()