Searched refs:f_count (Results 1 – 1 of 1) sorted by relevance
2862 static int f_count = 0; in onRingBufferData() local2891 snprintf(ring_file, FILE_NAME_LEN, "%s%s-%d.bin", RINGDATA_PREFIX, ring_name, f_count); in onRingBufferData()2900 f_count++; in onRingBufferData()2901 if (f_count >= NUM_ALERT_DUMPS) in onRingBufferData()2902 f_count = 0; in onRingBufferData()3076 static int f_count = 0; in onAlert() local3084 snprintf(dump_file, FILE_NAME_LEN, "%s-%d.bin", ALERT_MEMDUMP_PREFIX, f_count++); in onAlert()3085 if (f_count >= NUM_ALERT_DUMPS) in onAlert()3086 f_count = 0; in onAlert()