Searched refs:rep_count (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/hv/ |
| H A D | mshv_common.c | 33 int rep_count, i; in hv_call_get_vp_registers() local 49 rep_count = min(remaining, HV_GET_REGISTER_BATCH_SIZE); in hv_call_get_vp_registers() 50 for (i = 0; i < rep_count; ++i) in hv_call_get_vp_registers() 53 status = hv_do_rep_hypercall(HVCALL_GET_VP_REGISTERS, rep_count, in hv_call_get_vp_registers() 78 int rep_count; in hv_call_set_vp_registers() local 92 rep_count = min(remaining, HV_SET_REGISTER_BATCH_SIZE); in hv_call_set_vp_registers() 94 sizeof(struct hv_register_assoc) * rep_count); in hv_call_set_vp_registers() 96 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 | 208 int rep_count = min(remain, HV_MAP_GPA_BATCH_SIZE); in hv_do_map_gpa_hcall() local 218 for (i = 0; i < rep_count; i++) in hv_do_map_gpa_hcall() 235 status = hv_do_rep_hypercall(HVCALL_MAP_GPA_PAGES, rep_count, 0, in hv_do_map_gpa_hcall() 310 int rep_count = min(remain, HV_UMAP_GPA_PAGES); in hv_call_unmap_gpa_pages() local 318 status = hv_do_rep_hypercall(HVCALL_UNMAP_GPA_PAGES, rep_count, in hv_call_unmap_gpa_pages() 343 int rep_count, i; in hv_call_get_gpa_access_states() local 356 rep_count = min(remaining, HV_GET_GPA_ACCESS_STATES_BATCH_SIZE); in hv_call_get_gpa_access_states() 358 status = hv_do_rep_hypercall(HVCALL_GET_GPA_PAGES_ACCESS_STATES, rep_count, in hv_call_get_gpa_access_states() 811 int rep_count = min(remain, in hv_call_modify_spa_host_access() local 826 for (i = 0; i < rep_count; i++) { in hv_call_modify_spa_host_access() [all …]
|
| /linux-6.15/include/asm-generic/ |
| H A D | mshyperv.h | 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-6.15/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-6.15/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() 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 > 2) { in spkup_write() 1152 ++rep_count); in spkup_write() [all …]
|