Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/ramster/cluster/
Dheartbeat.c140 struct r2hb_hb_group { struct
145 static struct r2hb_hb_group *to_r2hb_hb_group(struct config_group *group) in to_r2hb_hb_group() argument
148 container_of(group, struct r2hb_hb_group, hs_group) in to_r2hb_hb_group()
186 ssize_t (*show)(struct r2hb_hb_group *, char *);
187 ssize_t (*store)(struct r2hb_hb_group *, const char *, size_t);
194 struct r2hb_hb_group *reg = to_r2hb_hb_group(to_config_group(item)); in r2hb_hb_group_show()
208 struct r2hb_hb_group *reg = to_r2hb_hb_group(to_config_group(item)); in r2hb_hb_group_store()
218 static ssize_t r2hb_hb_group_threshold_show(struct r2hb_hb_group *group, in r2hb_hb_group_threshold_show()
224 static ssize_t r2hb_hb_group_threshold_store(struct r2hb_hb_group *group, in r2hb_hb_group_threshold_store()
243 ssize_t r2hb_hb_group_mode_show(struct r2hb_hb_group *group, in r2hb_hb_group_mode_show()
[all …]