Searched refs:update_fault_count (Results 1 – 4 of 4) sorted by relevance
1198 (void) update_fault_count(inst, FAULT_COUNT_RESET); in method_thread()1221 if (retryable && update_fault_count(inst, FAULT_COUNT_INCR) != 1) in method_thread()
678 int update_fault_count(restarter_inst_t *, int);
1152 (void) update_fault_count(inst, FAULT_COUNT_INCR); in stop_instance()1159 (void) update_fault_count(inst, FAULT_COUNT_RESET); in stop_instance()
3112 update_fault_count(restarter_inst_t *inst, int type) in update_fault_count() function