Searched refs:timer_index (Results 1 – 4 of 4) sorted by relevance
| /linux/arch/x86/kvm/ |
| H A D | trace.h | 1305 TP_PROTO(int vcpu_id, int timer_index, u64 config, bool host), 1306 TP_ARGS(vcpu_id, timer_index, config, host), 1310 __field(int, timer_index) 1317 __entry->timer_index = timer_index; 1323 __entry->vcpu_id, __entry->timer_index, __entry->config, 1331 TP_PROTO(int vcpu_id, int timer_index, u64 count, bool host), 1332 TP_ARGS(vcpu_id, timer_index, count, host), 1336 __field(int, timer_index) 1343 __entry->timer_index = timer_index; 1349 __entry->vcpu_id, __entry->timer_index, __entry->count, [all …]
|
| /linux/drivers/net/wireless/ath/ath9k/ |
| H A D | hw.c | 3118 u8 timer_index) in ath_gen_timer_alloc() argument 3123 if ((timer_index < AR_FIRST_NDP_TIMER) || in ath_gen_timer_alloc() 3124 (timer_index >= ATH_MAX_GEN_TIMER)) in ath_gen_timer_alloc() 3127 if ((timer_index > AR_FIRST_NDP_TIMER) && in ath_gen_timer_alloc() 3136 timer_table->timers[timer_index] = timer; in ath_gen_timer_alloc() 3137 timer->index = timer_index; in ath_gen_timer_alloc() 3142 if ((timer_index > AR_FIRST_NDP_TIMER) && !timer_table->tsf2_enabled) { in ath_gen_timer_alloc()
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sge.c | 3984 int timer_index; in napi_rx_handler() local 3987 timer_index = QINTR_TIMER_IDX_G(q->next_intr_params); in napi_rx_handler() 3990 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler() 3992 timer_index = (timer_index + 1); in napi_rx_handler() 3994 timer_index = timer_index - 1; in napi_rx_handler() 3996 timer_index = clamp(timer_index, 0, SGE_TIMERREGS - 1); in napi_rx_handler() 3998 QINTR_TIMER_IDX_V(timer_index) | in napi_rx_handler()
|
| /linux/include/hyperv/ |
| H A D | hvgdk_mini.h | 814 u32 timer_index; member
|