Searched refs:slot (Results 251 - 275 of 952) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/md/
H A Dmd-cluster.c76 int suspend_from; /* the slot which broadcast suspend_lo/hi */
107 __le32 slot; member in struct:cluster_msg
292 int slot, ret; local
296 slot = fls64((u64)cinfo->recovery_map) - 1;
298 snprintf(str, 64, "bitmap%04d", slot);
311 ret = md_bitmap_copy_from_slot(mddev, slot, &lo, &hi, true);
313 pr_err("md-cluster: Could not copy data from bitmap %d\n", slot);
348 clear_bit(slot, &cinfo->recovery_map);
359 static void __recover_slot(struct mddev *mddev, int slot) argument
363 set_bit(slot,
375 recover_slot(void *arg, struct dlm_slot *slot) argument
432 remove_suspend_info(struct mddev *mddev, int slot) argument
443 process_suspend_info(struct mddev *mddev, int slot, sector_t lo, sector_t hi) argument
747 int slot = cinfo->slot_number - 1; local
1494 int slot, my_slot, ret, held = 1, i = 0; local
[all...]
/linux-master/arch/mips/pci/
H A Dfixup-rc32434.c39 int pcibios_map_irq(const struct pci_dev *dev, u8 slot, u8 pin) argument
H A Dops-rc32434.c41 #define PCI_CFG_SET(bus, slot, func, off) \
43 ((bus) << 16) | ((slot)<<11) | \
50 unsigned int slot = PCI_SLOT(devfn); local
54 PCI_CFG_SET(bus->number, slot, func, where);
/linux-master/fs/jfs/
H A Djfs_dtree.h25 * entry segment/slot
27 * an entry consists of type dependent head/only segment/slot and
32 * directory page slot
101 u8 slot; /* 1: slot within leaf page of entry */ member in struct:dir_table_slot
146 struct dtslot slot[9]; member in union:__anon1210
160 * entry slot array of 32 byte slot
162 * sorted entry slot index table (stbl):
163 * contiguous slots at slot specifie
197 struct dtslot slot[128]; member in union:__anon1212
[all...]
/linux-master/include/sound/
H A Dmixer_oss.h33 void (*private_free)(struct snd_mixer_oss_slot *slot);
/linux-master/drivers/mmc/core/
H A DMakefile11 slot-gpio.o regulator.o
/linux-master/fs/nfs/
H A Dnfs4session.h20 /* Sessions slot seqid */
41 struct nfs4_slot *slots; /* seqid per slot */
45 wait_queue_head_t slot_waitq; /* Completion wait on slot */
91 extern bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
92 extern void nfs4_free_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot);
95 struct nfs4_slot *slot);
118 struct nfs4_slot *slot,
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dexeclist.c66 gvt_dbg_el("[before] running slot %d/context %x pending slot %d\n",
79 gvt_dbg_el("[after] running slot %d/context %x pending slot %d\n",
225 gvt_dbg_el("need to switch virtual execlist slot\n");
270 return &execlist->slot[status.execlist_write_pointer];
277 struct intel_vgpu_execlist_slot *slot = local
286 if (!slot) {
287 gvt_vgpu_err("no available execlist slot\n");
292 memset(slot
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dtopology.h40 static inline void arch_fix_phys_package_id(int num, u32 slot) { } argument
/linux-master/drivers/firmware/efi/
H A Dcper_cxl.h47 u16 slot; member in struct:cper_sec_prot_err::__anon303
/linux-master/drivers/xen/xen-pciback/
H A Dxenbus.c35 " bus/slot locations.");
227 int domain, int bus, int slot, int func,
233 dev_dbg(&pdev->xdev->dev, "exporting dom %x bus %x slot %x func %x\n",
234 domain, bus, slot, func);
236 dev = pcistub_get_pci_dev_by_slot(pdev, domain, bus, slot, func);
243 domain, bus, slot, func);
274 int domain, int bus, int slot, int func)
279 dev_dbg(&pdev->xdev->dev, "removing dom %x bus %x slot %x func %x\n",
280 domain, bus, slot, func);
282 dev = xen_pcibk_get_pci_dev(pdev, domain, bus, PCI_DEVFN(slot, fun
226 xen_pcibk_export_device(struct xen_pcibk_device *pdev, int domain, int bus, int slot, int func, int devid) argument
273 xen_pcibk_remove_device(struct xen_pcibk_device *pdev, int domain, int bus, int slot, int func) argument
367 int domain, bus, slot, func; local
565 int domain, bus, slot, func; local
[all...]
/linux-master/arch/arm64/kvm/hyp/include/nvhe/
H A Dmm.h23 int pkvm_cpu_set_vector(enum arm64_hyp_spectre_vector slot);
/linux-master/arch/powerpc/mm/book3s64/
H A Dhugetlbpage.c28 long slot, offset; local
100 /* clear HPTE slot informations in new PTE */
103 slot = hpte_insert_repeating(hash, vpn, pa, rflags, 0,
110 if (unlikely(slot == -2)) {
117 new_pte |= pte_set_hidx(ptep, rpte, 0, slot, offset);
/linux-master/arch/riscv/include/asm/
H A Dacpi.h60 static inline void arch_fix_phys_package_id(int num, u32 slot) { } argument
/linux-master/drivers/net/ethernet/amd/pds_core/
H A Dfw.c44 return comp.fw_control.slot;
48 enum pds_core_fw_slot slot)
53 .fw_control.slot = slot
187 dev_info(pdsc->dev, "Firmware update completed, slot %d\n", fw_slot);
47 pdsc_devcmd_fw_activate(struct pdsc *pdsc, enum pds_core_fw_slot slot) argument
/linux-master/fs/btrfs/
H A Dtree-mod-log.c25 int slot; member in struct:tree_mod_elem
202 int slot,
213 btrfs_node_key(eb, &tm->key, slot);
214 tm->blockptr = btrfs_node_blockptr(eb, slot);
217 tm->slot = slot;
218 tm->generation = btrfs_node_ptr_generation(eb, slot);
224 int btrfs_tree_mod_log_insert_key(struct extent_buffer *eb, int slot, argument
233 tm = alloc_tree_mod_elem(eb, slot, op);
272 tm->slot
201 alloc_tree_mod_elem(struct extent_buffer *eb, int slot, enum btrfs_mod_log_op op) argument
[all...]
H A Dinode-item.h113 int slot,
116 struct extent_buffer *leaf, int slot, u64 ref_objectid,
/linux-master/arch/x86/kvm/
H A Ddebugfs.c93 struct kvm_memory_slot *slot; local
118 kvm_for_each_memslot(slot, bkt, slots)
120 rmap = slot->arch.rmap[k];
121 lpage_size = kvm_mmu_slot_lpages(slot, k + 1);
/linux-master/fs/ocfs2/
H A Dslot_map.c63 /* This version is for the extended slot map */
86 * Post the slot information on disk into our slot_info struct.
107 * The slot data will have been refreshed when ocfs2_super_lock
145 /* post the our slot info stuff into it's destination bh and write it
205 * Calculate how many bytes are needed by the slot map. Returns
206 * an error if the slot map file is too small.
231 /* try to find global node in the slot info. Returns -ENOENT
273 int slot; local
277 slot = __ocfs2_node_num_to_slot(si, node_num);
280 return slot;
449 int slot; local
[all...]
/linux-master/arch/mips/alchemy/devboards/
H A Ddb1550.c418 static int db1550_map_pci_irq(const struct pci_dev *d, u8 slot, u8 pin) argument
420 if ((slot < 11) || (slot > 13) || pin == 0)
422 if (slot == 11)
424 if (slot == 12) {
432 if (slot == 13) {
443 static int pb1550_map_pci_irq(const struct pci_dev *d, u8 slot, u8 pin) argument
445 if ((slot < 12) || (slot > 13) || pin == 0)
447 if (slot
[all...]
/linux-master/drivers/mmc/host/
H A Dcb710-mmc.h22 static inline struct mmc_host *cb710_slot_to_mmc(struct cb710_slot *slot) argument
24 return platform_get_drvdata(&slot->pdev);
/linux-master/drivers/pci/hotplug/
H A Dshpchp_pci.c23 int shpchp_configure_device(struct slot *p_slot)
64 void shpchp_unconfigure_device(struct slot *p_slot)
/linux-master/arch/powerpc/include/asm/
H A Dpnv-pci.h48 struct hotplug_slot slot; member in struct:pnv_php_slot
75 extern int pnv_php_set_slot_power_state(struct hotplug_slot *slot,
/linux-master/drivers/parisc/
H A Deisa_enumerator.c312 static int parse_slot_config(int slot, argument
333 printk(KERN_INFO "EISA slot %d: %s %s ",
334 slot, board, es->flags&HPEE_FLAG_BOARD_IS_ISA ? "ISA" : "EISA");
425 static int init_slot(int slot, struct eeprom_eisa_slot_info *es) argument
432 /* try to read the id of the board in the slot */
433 id = le32_to_cpu(inl(SLOT2PORT(slot)+EPI));
443 printk(KERN_ERR "EISA slot %d a configured board was not detected (",
444 slot);
454 printk(KERN_ERR "EISA slot %d id mismatch: got %s",
455 slot, id_strin
[all...]
/linux-master/drivers/media/pci/mantis/
H A Dmantis_hif.c107 struct mantis_slot *slot = ca->slot; local
119 mmwrite(slot->slave_cfg, MANTIS_GPIF_CFGSLA); /* Slot0 alone for now */
194 struct mantis_slot *slot = ca->slot; local
198 slot[0].slave_cfg = 0x70773028;

Completed in 257 milliseconds

<<11121314151617181920>>