Searched refs:reset_counters (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/arch/mips/oprofile/ |
D | op_model_loongson3.c | 53 static void reset_counters(void *arg) in reset_counters() function 196 on_each_cpu(reset_counters, NULL, 1); in loongson3_init() 206 on_each_cpu(reset_counters, NULL, 1); in loongson3_exit()
|
D | op_model_loongson2.c | 46 static void reset_counters(void *arg) in reset_counters() function 148 reset_counters(NULL); in loongson2_exit()
|
D | op_model_mipsxx.c | 310 static void reset_counters(void *arg) in reset_counters() function 349 on_each_cpu(reset_counters, (void *)(long)counters, 1); in mipsxx_init() 470 on_each_cpu(reset_counters, (void *)(long)counters, 1); in mipsxx_exit()
|
/linux-4.4.14/arch/mips/kernel/ |
D | perf_event_mipsxx.c | 596 static void reset_counters(void *arg); 607 on_each_cpu(reset_counters, in hw_perf_event_destroy() 791 static void reset_counters(void *arg) in reset_counters() function 1795 on_each_cpu(reset_counters, (void *)(long)counters, 1); in init_hw_perf_events()
|
/linux-4.4.14/drivers/staging/comedi/drivers/ |
D | ni_atmio16d.c | 143 static void reset_counters(struct comedi_device *dev) in reset_counters() function 301 reset_counters(dev); in atmio16d_ai_cmd()
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-devices-edac | 1 What: /sys/devices/system/edac/mc/mc*/reset_counters
|
/linux-4.4.14/drivers/edac/ |
D | edac_mc_sysfs.c | 803 static DEVICE_ATTR(reset_counters, S_IWUSR, NULL, mci_reset_counters_store);
|