Searched refs:update_fault_count (Results 1 – 4 of 4) sorted by relevance
1237 (void) update_fault_count(inst, FAULT_COUNT_RESET); in method_thread()1260 if (retryable && update_fault_count(inst, FAULT_COUNT_INCR) != 1) in method_thread()
676 int update_fault_count(restarter_inst_t *, int);
1157 (void) update_fault_count(inst, FAULT_COUNT_INCR); in stop_instance()1164 (void) update_fault_count(inst, FAULT_COUNT_RESET); in stop_instance()
3120 update_fault_count(restarter_inst_t *inst, int type) in update_fault_count() function