Home
last modified time | relevance | path

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

/linux/include/trace/events/
H A Dtimer_migration.h79 __entry->parent = tmc->tmgroup;
81 __entry->lvl = tmc->tmgroup->level;
82 __entry->numa_node = tmc->tmgroup->numa_node;
83 __entry->num_children = tmc->tmgroup->num_children;
155 __entry->parent = tmc->tmgroup;
213 __entry->parent = tmc->tmgroup;
/linux/kernel/time/
H A Dtimer_migration.c444 return !(tmc->tmgroup && tmc->available); in tmigr_is_not_available()
582 __walk_groups_from(up, data, NULL, tmc->tmgroup); in __walk_groups()
1112 if (!tmigr_check_migrator(tmc->tmgroup, tmc->groupmask)) { in tmigr_handle_remote()
1424 struct tmigr_group *group = tmc->tmgroup; in tmigr_quick_check()
1432 if (!tmigr_check_migrator_and_lonely(tmc->tmgroup, tmc->groupmask)) in tmigr_quick_check()
1504 if (WARN_ON_ONCE(!tmc->tmgroup)) in __tmigr_set_cpu_available()
1827 tmc->tmgroup = group; in tmigr_setup_groups()
1932 if (tmc->tmgroup) in tmigr_cpu_prepare()
H A Dtimer_migration.h103 struct tmigr_group *tmgroup; member