Searched refs:rep_count (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/hv/ |
H A D | mshv_common.c | 34 int rep_count, i; in hv_call_get_vp_registers() local 50 rep_count = min(remaining, HV_GET_REGISTER_BATCH_SIZE); in hv_call_get_vp_registers() 51 for (i = 0; i < rep_count; ++i) in hv_call_get_vp_registers() 54 status = hv_do_rep_hypercall(HVCALL_GET_VP_REGISTERS, rep_count, in hv_call_get_vp_registers() 79 int rep_count; in hv_call_set_vp_registers() local 93 rep_count = min(remaining, HV_SET_REGISTER_BATCH_SIZE); in hv_call_set_vp_registers() 95 sizeof(struct hv_register_assoc) * rep_count); in hv_call_set_vp_registers() 97 status = hv_do_rep_hypercall(HVCALL_SET_VP_REGISTERS, rep_count, in hv_call_set_vp_registers()
|
H A D | mshv_root_hv_call.c | 209 int rep_count = min(remain, HV_MAP_GPA_BATCH_SIZE); in hv_do_map_gpa_hcall() local 219 for (i = 0; i < rep_count; i++) in hv_do_map_gpa_hcall() 236 status = hv_do_rep_hypercall(HVCALL_MAP_GPA_PAGES, rep_count, 0, in hv_do_map_gpa_hcall() 311 int rep_count = min(remain, HV_UMAP_GPA_PAGES); in hv_call_unmap_gpa_pages() local 319 status = hv_do_rep_hypercall(HVCALL_UNMAP_GPA_PAGES, rep_count, in hv_call_unmap_gpa_pages() 344 int rep_count, i; in hv_call_get_gpa_access_states() local 357 rep_count = min(remaining, HV_GET_GPA_ACCESS_STATES_BATCH_SIZE); in hv_call_get_gpa_access_states() 359 status = hv_do_rep_hypercall(HVCALL_GET_GPA_PAGES_ACCESS_STATES, rep_count, in hv_call_get_gpa_access_states() 812 int rep_count = min(remain, in hv_call_modify_spa_host_access() local 827 for (i = 0; i < rep_count; in hv_call_modify_spa_host_access() [all...] |
/linux/include/asm-generic/ |
H A D | mshyperv.h | 126 * rep_count and varhead_size comply with Hyper-V hypercall definition. 128 static inline u64 hv_do_rep_hypercall(u16 code, u16 rep_count, u16 varhead_size, in hv_do_rep_hypercall() argument 136 control |= (u64)rep_count << HV_HYPERCALL_REP_COMP_OFFSET; in hv_do_rep_hypercall() 149 } while (rep_comp < rep_count); in hv_do_rep_hypercall()
|
/linux/drivers/media/usb/dvb-usb/ |
H A D | m920x.h | 67 int rep_count; member
|
H A D | m920x.c | 152 m->rep_count = 0; in m920x_parse_rc_state() 159 m->rep_count = 0; in m920x_parse_rc_state() 166 if (++m->rep_count > 2) in m920x_parse_rc_state()
|
/linux/drivers/accessibility/speakup/ |
H A D | main.c | 1081 static int rep_count; in spkup_write() local 1100 if (++rep_count > 2) in spkup_write() 1103 if ((last_type & CH_RPT) && rep_count > 2) { in spkup_write() 1106 ++rep_count); in spkup_write() 1109 rep_count = 0; in spkup_write() 1112 rep_count = 0; in spkup_write() 1120 rep_count = 0; in spkup_write() 1136 rep_count = 0; in spkup_write() 1142 rep_count = 0; in spkup_write() 1148 if (in_count > 2 && rep_count > in spkup_write() [all...] |