Lines Matching defs:fp_entry
204 static void fail_point_entry_destroy(struct fail_point_entry *fp_entry);
277 struct fail_point_entry *fp_entry;
279 fp_entry = fp_malloc(sizeof(struct fail_point_entry),
281 fp_entry->fe_parent = fp_setting->fs_parent;
282 fp_entry->fe_prob = PROB_MAX;
283 fp_entry->fe_pid = NO_PID;
284 fp_entry->fe_count = FE_COUNT_UNTRACKED;
285 TAILQ_INSERT_TAIL(&fp_setting->fp_entry_queue, fp_entry,
288 return (fp_entry);
293 fail_point_entry_destroy(struct fail_point_entry *fp_entry)
296 fp_free(fp_entry);