Searched refs:stop_flags (Results 1 – 2 of 2) sorted by relevance
| /linux/include/trace/events/ |
| A D | mmc.h | 26 __field(unsigned int, stop_flags) 54 __entry->stop_flags = mrq->stop ? mrq->stop->flags : 0; 86 __entry->stop_flags, __entry->stop_retries,
|
| /linux/tools/testing/selftests/kvm/riscv/ |
| A D | sbi_pmu_test.c | 105 static void stop_reset_counter(unsigned long counter, unsigned long stop_flags) in stop_reset_counter() argument 110 stop_flags | SBI_PMU_STOP_FLAG_RESET, 0, 0, 0); in stop_reset_counter() 115 static void stop_counter(unsigned long counter, unsigned long stop_flags) in stop_counter() argument 119 ret = sbi_ecall(SBI_EXT_PMU, SBI_EXT_PMU_COUNTER_STOP, counter, 1, stop_flags, in stop_counter()
|
Completed in 17 milliseconds