Searched refs:timer_index (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/arch/x86/kvm/ |
A D | trace.h | 1212 __field(int, timer_index) 1219 __entry->timer_index = timer_index; 1238 __field(int, timer_index) 1245 __entry->timer_index = timer_index; 1264 __field(int, timer_index) 1271 __entry->timer_index = timer_index; 1290 __field(int, timer_index) 1297 __entry->timer_index = timer_index; 1321 __entry->timer_index = timer_index; 1344 __entry->timer_index = timer_index; [all …]
|
A D | hyperv.h | 114 int timer_index) in to_hv_stimer() argument 116 return &to_hv_vcpu(vcpu)->stimer[timer_index]; in to_hv_stimer()
|
A D | hyperv.c | 944 payload->timer_index = stimer->index; in stimer_prepare_msg() 949 static void stimer_init(struct kvm_vcpu_hv_stimer *stimer, int timer_index) in stimer_init() argument 952 stimer->index = timer_index; in stimer_init() 1551 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_set_msr() local 1553 return stimer_set_config(to_hv_stimer(vcpu, timer_index), in kvm_hv_set_msr() 1560 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_set_msr() local 1562 return stimer_set_count(to_hv_stimer(vcpu, timer_index), in kvm_hv_set_msr() 1671 int timer_index = (msr - HV_X64_MSR_STIMER0_CONFIG)/2; in kvm_hv_get_msr() local 1673 return stimer_get_config(to_hv_stimer(vcpu, timer_index), in kvm_hv_get_msr() 1680 int timer_index = (msr - HV_X64_MSR_STIMER0_COUNT)/2; in kvm_hv_get_msr() local [all …]
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | hw.c | 3128 u8 timer_index) in ath_gen_timer_alloc() argument 3133 if ((timer_index < AR_FIRST_NDP_TIMER) || in ath_gen_timer_alloc() 3134 (timer_index >= ATH_MAX_GEN_TIMER)) in ath_gen_timer_alloc() 3137 if ((timer_index > AR_FIRST_NDP_TIMER) && in ath_gen_timer_alloc() 3146 timer_table->timers[timer_index] = timer; in ath_gen_timer_alloc() 3147 timer->index = timer_index; in ath_gen_timer_alloc() 3152 if ((timer_index > AR_FIRST_NDP_TIMER) && !timer_table->tsf2_enabled) { in ath_gen_timer_alloc()
|
A D | hw.h | 1087 u8 timer_index);
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | sge.c | 3997 int timer_index; in napi_rx_handler() local 4000 timer_index = QINTR_TIMER_IDX_G(q->next_intr_params); in napi_rx_handler() 4003 if (work_done > max(timer_pkt_quota[timer_index], in napi_rx_handler() 4005 timer_index = (timer_index + 1); in napi_rx_handler() 4007 timer_index = timer_index - 1; in napi_rx_handler() 4009 timer_index = clamp(timer_index, 0, SGE_TIMERREGS - 1); in napi_rx_handler() 4011 QINTR_TIMER_IDX_V(timer_index) | in napi_rx_handler()
|
/linux-6.3-rc2/include/asm-generic/ |
A D | hyperv-tlfs.h | 329 __u32 timer_index; member
|
Completed in 33 milliseconds