Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/kernel/time/
H A Dtimer_migration.c430 return !(tmc->tmgroup && tmc->online); in tmigr_is_not_available()
528 struct tmigr_group *child = NULL, *group = tmc->tmgroup; in __walk_groups()
1074 if (!tmigr_check_migrator(tmc->tmgroup, tmc->groupmask)) { in tmigr_handle_remote()
1396 struct tmigr_group *group = tmc->tmgroup; in tmigr_quick_check()
1404 if (!tmigr_check_migrator_and_lonely(tmc->tmgroup, tmc->groupmask)) in tmigr_quick_check()
1474 if (WARN_ON_ONCE(!tmc->tmgroup)) in tmigr_cpu_online()
1700 tmc->tmgroup = group; in tmigr_setup_groups()
1770 if (tmc->tmgroup) in tmigr_cpu_prepare()
H A Dtimer_migration.h103 struct tmigr_group *tmgroup; member