tmigr_group
TP_PROTO(struct tmigr_group *group, union tmigr_state state, u32 childmask),
TP_PROTO(struct tmigr_group *group, union tmigr_state state, u32 childmask),
TP_PROTO(struct tmigr_group *group),
TP_PROTO(struct tmigr_group *child, struct tmigr_group *group,
TP_PROTO(struct tmigr_group *group),
TP_PROTO(struct tmigr_group *child),
TP_PROTO(struct tmigr_group *group, union tmigr_state state, u32 childmask),
static bool tmigr_handle_remote_up(struct tmigr_group *group,
struct tmigr_group *child,
static bool tmigr_requires_handle_remote_up(struct tmigr_group *group,
struct tmigr_group *child,
static bool tmigr_inactive_up(struct tmigr_group *group,
struct tmigr_group *child,
struct tmigr_group *group = tmc->tmgroup;
static void tmigr_init_group(struct tmigr_group *group, unsigned int lvl,
static struct tmigr_group *tmigr_get_group(int node, unsigned int lvl)
struct tmigr_group *tmp, *group = NULL;
static bool tmigr_init_root(struct tmigr_group *group, bool activate)
static void tmigr_connect_child_parent(struct tmigr_group *child,
struct tmigr_group *parent,
struct tmigr_group *start, bool activate)
struct tmigr_group *group, *child, **stack;
struct tmigr_group *old_root = tmigr_root;
static struct tmigr_group *tmigr_root;
static bool tmigr_check_migrator(struct tmigr_group *group, u8 childmask)
static bool tmigr_check_migrator_and_lonely(struct tmigr_group *group, u8 childmask)
static bool tmigr_check_lonely(struct tmigr_group *group)
typedef bool (*up_f)(struct tmigr_group *, struct tmigr_group *, struct tmigr_walk *);
struct tmigr_group *child, struct tmigr_group *group)
static struct tmigr_event *tmigr_next_groupevt(struct tmigr_group *group)
static struct tmigr_event *tmigr_next_expired_groupevt(struct tmigr_group *group,
static u64 tmigr_next_groupevt_expires(struct tmigr_group *group)
static bool tmigr_active_up(struct tmigr_group *group,
struct tmigr_group *child,
bool tmigr_update_events(struct tmigr_group *group, struct tmigr_group *child,
static bool tmigr_new_timer_up(struct tmigr_group *group,
struct tmigr_group *child,
struct tmigr_group *tmgroup;
struct tmigr_group *parent;