Home
last modified time | relevance | path

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

/Linux-v5.4/fs/orangefs/
Dorangefs-bufmap.h37 void orangefs_bufmap_page_fill(void *kaddr, int buffer_index, int slot_index);
Dorangefs-bufmap.c544 int slot_index) in orangefs_bufmap_page_fill() argument
550 page_from = kmap_atomic(from->page_array[slot_index]); in orangefs_bufmap_page_fill()
Dinode.c266 int slot_index; /* index into slot */ in orangefs_readpage() local
334 slot_index = 0; in orangefs_readpage()
350 slot_index++; in orangefs_readpage()
374 slot_index); in orangefs_readpage()
/Linux-v5.4/drivers/gpu/drm/qxl/
Dqxl_kms.c68 unsigned int slot_index, in setup_slot() argument
75 slot->index = slot_index; in setup_slot()
/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_core.c556 int slot_index; in reserve_space() local
582 slot_index = local->slot_queue[ in reserve_space()
586 (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in reserve_space()
616 int slot_index = local->slot_queue[slot_queue_available++ & in process_free_queue() local
618 char *data = (char *)SLOT_DATA_FROM_INDEX(state, slot_index); in process_free_queue()
628 state->id, slot_index, data, in process_free_queue()
3165 int slot_index; in vchiq_release_message() local
3173 slot_index = SLOT_INDEX_FROM_DATA(state, (void *)header); in vchiq_release_message()
3175 if ((slot_index >= remote->slot_first) && in vchiq_release_message()
3176 (slot_index <= remote->slot_last)) { in vchiq_release_message()
[all …]
/Linux-v5.4/drivers/scsi/hisi_sas/
Dhisi_sas_main.c2373 int slot_index = i * slots_per_blk; in hisi_sas_alloc() local
2382 for (j = 0; j < slots_per_blk; j++, slot_index++) { in hisi_sas_alloc()
2385 slot = &hisi_hba->slot_info[slot_index]; in hisi_sas_alloc()
2388 slot->idx = slot_index; in hisi_sas_alloc()
/Linux-v5.4/drivers/net/wireless/ath/wcn36xx/
Dhal.h3272 u32 slot_index; member