Lines Matching refs:o2hb_heartbeat_group
1985 struct o2hb_heartbeat_group { struct
1990 static struct o2hb_heartbeat_group *to_o2hb_heartbeat_group(struct config_group *group) in to_o2hb_heartbeat_group() argument
1993 container_of(group, struct o2hb_heartbeat_group, hs_group) in to_o2hb_heartbeat_group()
2171 ssize_t (*show)(struct o2hb_heartbeat_group *, char *);
2172 ssize_t (*store)(struct o2hb_heartbeat_group *, const char *, size_t);
2179 struct o2hb_heartbeat_group *reg = to_o2hb_heartbeat_group(to_config_group(item)); in o2hb_heartbeat_group_show()
2193 struct o2hb_heartbeat_group *reg = to_o2hb_heartbeat_group(to_config_group(item)); in o2hb_heartbeat_group_store()
2203 static ssize_t o2hb_heartbeat_group_threshold_show(struct o2hb_heartbeat_group *group, in o2hb_heartbeat_group_threshold_show()
2209 static ssize_t o2hb_heartbeat_group_threshold_store(struct o2hb_heartbeat_group *group, in o2hb_heartbeat_group_threshold_store()
2227 ssize_t o2hb_heartbeat_group_mode_show(struct o2hb_heartbeat_group *group, in o2hb_heartbeat_group_mode_show()
2235 ssize_t o2hb_heartbeat_group_mode_store(struct o2hb_heartbeat_group *group, in o2hb_heartbeat_group_mode_store()
2304 struct o2hb_heartbeat_group *hs = NULL; in o2hb_alloc_hb_set()
2307 hs = kzalloc(sizeof(struct o2hb_heartbeat_group), GFP_KERNEL); in o2hb_alloc_hb_set()
2323 struct o2hb_heartbeat_group *hs = to_o2hb_heartbeat_group(group); in o2hb_free_hb_set()