| /Linux-v5.15/fs/orangefs/ |
| D | orangefs-bufmap.h | 37 void orangefs_bufmap_page_fill(void *kaddr, int buffer_index, int slot_index);
|
| D | orangefs-bufmap.c | 541 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/ |
| D | kvm_host.h | 1202 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/ |
| D | qxl_kms.c | 69 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/ |
| D | vchiq_core.c | 682 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/ |
| D | mpi30_cnfg.h | 1339 __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/ |
| D | fsl_easrc.c | 755 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()
|
| D | fsl_easrc.h | 579 int slot_index; member
|
| /Linux-v5.15/drivers/scsi/hisi_sas/ |
| D | hisi_sas_main.c | 2434 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/ |
| D | io_uring.c | 1102 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/ |
| D | kvm_main.c | 2072 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/ |
| D | hal.h | 3492 u32 slot_index; member
|
| /Linux-v5.15/drivers/net/ethernet/mellanox/mlxsw/ |
| D | reg.h | 5688 MLXSW_ITEM32(reg, pmaos, slot_index, 0x00, 24, 4); 5786 MLXSW_ITEM32(reg, pmpe, slot_index, 0x00, 24, 4);
|