o2hb_heartbeat_group
static struct o2hb_heartbeat_group *to_o2hb_heartbeat_group(struct config_group *group)
container_of(group, struct o2hb_heartbeat_group, hs_group)
struct o2hb_heartbeat_group *hs = NULL;
hs = kzalloc_obj(struct o2hb_heartbeat_group);
struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group);