Searched refs:get_duration (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/tools/tracing/rtla/src/ |
D | utils.h | 20 void get_duration(time_t start_time, char *output, int output_size);
|
D | utils.c | 74 void get_duration(time_t start_time, char *output, int output_size) in get_duration() function
|
D | timerlat_top.c | 156 get_duration(top->start_time, duration, sizeof(duration)); in timerlat_top_header()
|
D | osnoise_top.c | 149 get_duration(top->start_time, duration, sizeof(duration)); in osnoise_top_header()
|
D | osnoise_hist.c | 256 get_duration(tool->start_time, duration, sizeof(duration)); in osnoise_hist_header()
|
D | timerlat_hist.c | 213 get_duration(tool->start_time, duration, sizeof(duration)); in timerlat_hist_header()
|
/linux-5.19.10/drivers/net/wireless/ath/ath9k/ |
D | hw-ops.h | 72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index); in ath9k_hw_get_duration()
|
D | ar9002_mac.c | 428 ops->get_duration = ar9002_hw_get_duration; in ar9002_hw_attach_mac_ops()
|
D | ar9003_mac.c | 462 ops->get_duration = ar9003_hw_get_duration; in ar9003_hw_attach_mac_ops()
|
D | hw.h | 736 int (*get_duration)(struct ath_hw *ah, const void *ds, int index); member
|