Home
last modified time | relevance | path

Searched refs:slot_index (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.15/fs/orangefs/
Dorangefs-bufmap.h37 void orangefs_bufmap_page_fill(void *kaddr, int buffer_index, int slot_index);
Dorangefs-bufmap.c541 int slot_index) in orangefs_bufmap_page_fill() argument
547 page_from = kmap_atomic(from->page_array[slot_index]); in orangefs_bufmap_page_fill()
/Linux-v5.15/include/linux/
Dkvm_host.h1202 try_get_memslot(struct kvm_memslots *slots, int slot_index, gfn_t gfn) in try_get_memslot() argument
1206 if (slot_index < 0 || slot_index >= slots->used_slots) in try_get_memslot()
1214 slot_index = array_index_nospec(slot_index, slots->used_slots); in try_get_memslot()
1215 slot = &slots->memslots[slot_index]; in try_get_memslot()
1266 int slot_index = atomic_read(&slots->last_used_slot); in __gfn_to_memslot() local
1268 slot = try_get_memslot(slots, slot_index, gfn); in __gfn_to_memslot()
1272 slot = search_memslots(slots, gfn, &slot_index); in __gfn_to_memslot()
1274 atomic_set(&slots->last_used_slot, slot_index); in __gfn_to_memslot()
/Linux-v5.15/drivers/gpu/drm/qxl/
Dqxl_kms.c69 unsigned int slot_index, in setup_slot() argument
76 slot->index = slot_index; in setup_slot()
/Linux-v5.15/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c682 int slot_index; in reserve_space() local
708 slot_index = local->slot_queue[ in reserve_space()
711 (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in reserve_space()
805 int slot_index = local->slot_queue[slot_queue_available & in process_free_queue() local
807 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in process_free_queue()
818 state->id, slot_index, data, in process_free_queue()
3402 int slot_index; in vchiq_release_message() local
3410 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header); in vchiq_release_message()
3412 if ((slot_index >= remote->slot_first) && in vchiq_release_message()
3413 (slot_index <= remote->slot_last)) { in vchiq_release_message()
[all …]
/Linux-v5.15/drivers/scsi/mpi3mr/mpi/
Dmpi30_cnfg.h1339 __le16 slot_index; member
1377 __le16 slot_index; member
1634 __le16 slot_index; member
1778 __le16 slot_index; member
/Linux-v5.15/sound/soc/fsl/
Dfsl_easrc.c755 if (slot->slot_index == 0) { in fsl_easrc_config_one_slot()
810 if (slot->slot_index == 1) in fsl_easrc_config_one_slot()
833 if (slot->slot_index == 1) in fsl_easrc_config_one_slot()
885 slota->slot_index = 0; in fsl_easrc_config_slot()
889 slota->slot_index = 1; in fsl_easrc_config_slot()
Dfsl_easrc.h579 int slot_index; member
/Linux-v5.15/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2434 int slot_index = i * slots_per_blk; in hisi_sas_alloc() local
2443 for (j = 0; j < slots_per_blk; j++, slot_index++) { in hisi_sas_alloc()
2446 slot = &hisi_hba->slot_info[slot_index]; in hisi_sas_alloc()
2449 slot->idx = slot_index; in hisi_sas_alloc()
/Linux-v5.15/fs/
Dio_uring.c1102 unsigned int issue_flags, u32 slot_index);
8353 unsigned int issue_flags, u32 slot_index) in io_install_fixed_file() argument
8368 if (slot_index >= ctx->nr_user_files) in io_install_fixed_file()
8371 slot_index = array_index_nospec(slot_index, ctx->nr_user_files); in io_install_fixed_file()
8372 file_slot = io_fixed_file_slot(&ctx->file_table, slot_index); in io_install_fixed_file()
8382 ret = io_queue_rsrc_removal(ctx->file_data, slot_index, in io_install_fixed_file()
8390 *io_get_tag_slot(ctx->file_data, slot_index) = 0; in io_install_fixed_file()
8392 ret = io_sqe_file_register(ctx, file, slot_index); in io_install_fixed_file()
/Linux-v5.15/virt/kvm/
Dkvm_main.c2072 int slot_index; in kvm_vcpu_gfn_to_memslot() local
2083 slot = search_memslots(slots, gfn, &slot_index); in kvm_vcpu_gfn_to_memslot()
2085 vcpu->last_used_slot = slot_index; in kvm_vcpu_gfn_to_memslot()
/Linux-v5.15/drivers/net/wireless/ath/wcn36xx/
Dhal.h3492 u32 slot_index; member
/Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/
Dreg.h5688 MLXSW_ITEM32(reg, pmaos, slot_index, 0x00, 24, 4);
5786 MLXSW_ITEM32(reg, pmpe, slot_index, 0x00, 24, 4);