Searched refs:fail_point_entry (Results 1 – 2 of 2) sorted by relevance
107 TAILQ_HEAD(fail_point_entry_queue, fail_point_entry);164 struct fail_point_entry { struct172 TAILQ_ENTRY(fail_point_entry) fe_entries; /**< next entry ptr */ argument201 static struct fail_point_entry *fail_point_entry_new(struct204 static void fail_point_entry_destroy(struct fail_point_entry *fp_entry);223 struct fail_point_entry *ent; in fail_point_is_off()262 struct fail_point_entry *ent; in fail_point_setting_destroy()274 static struct fail_point_entry *277 struct fail_point_entry *fp_entry; in fail_point_entry_new()279 fp_entry = fp_malloc(sizeof(struct fail_point_entry), in fail_point_entry_new()[all …]
56 struct fail_point_entry;