Searched refs:fe_prob (Results 1 – 1 of 1) sorted by relevance
170 int fe_prob; /**< likelihood of firing in millionths */ member284 fp_entry->fe_prob = PROB_MAX; in fail_point_entry_new()569 if (ent->fe_prob < PROB_MAX && in fail_point_eval_nontrivial()570 ent->fe_prob < random() % PROB_MAX) in fail_point_eval_nontrivial()704 if (ent->fe_prob < PROB_MAX) { in fail_point_get()705 int decimal = ent->fe_prob % (PROB_MAX / 100); in fail_point_get()706 int units = ent->fe_prob / (PROB_MAX / 100); in fail_point_get()797 if (ent->fe_prob == 0 || ent->fe_count == 0) { in fail_point_set()1027 ent->fe_prob = units * (PROB_MAX / 100) + decimal; in parse_term()1028 if (ent->fe_prob > PROB_MAX) in parse_term()[all …]