Home
last modified time | relevance | path

Searched refs:slot_nr (Results 1 – 16 of 16) sorted by relevance

/linux/drivers/pci/
A Dslot.c173 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() argument
179 if (slot->number == slot_nr) { in get_slot()
225 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot() argument
236 if (slot_nr == -1) in pci_create_slot()
243 slot = get_slot(parent, slot_nr); in pci_create_slot()
264 slot->number = slot_nr; in pci_create_slot()
287 if (PCI_SLOT(dev->devfn) == slot_nr) in pci_create_slot()
292 slot_nr, pci_slot_name(slot)); in pci_create_slot()
/linux/fs/nfs/
A Dnfs4session.c85 u32 slotid = slot->slot_nr; in nfs4_free_slot()
112 slot->slot_nr = slotid; in nfs4_new_slot()
135 if (slot->slot_nr == slotid) in nfs4_find_or_create_slot()
145 u32 slotid = slot->slot_nr; in nfs4_lock_slot()
161 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in nfs4_try_to_lock_slot()
258 !IS_ERR(ret) ? ret->slot_nr : NFS4_NO_SLOT); in nfs4_alloc_slot()
386 if (slot->slot_nr > tbl->max_slotid) in nfs41_wake_and_assign_slot()
A Dnfs4trace.h89 __field(unsigned int, slot_nr)
100 __entry->slot_nr = sr_slot->slot_nr;
116 __entry->slot_nr,
138 __field(unsigned int, slot_nr)
147 __entry->slot_nr = args->csa_slotid;
160 __entry->slot_nr,
175 __field(unsigned int, slot_nr)
197 __entry->slot_nr,
257 __field(unsigned int, slot_nr)
265 __entry->slot_nr = sa_slot->slot_nr;
[all …]
A Dnfs4session.h25 u32 slot_nr; member
A Dcallback_proc.c422 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in validate_seqid()
A Dnfs4xdr.c1947 slot->seq_nr, slot->slot_nr, in encode_sequence()
1952 *p++ = cpu_to_be32(slot->slot_nr); in encode_sequence()
5820 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
A Dnfs4proc.c851 slot->slot_nr, in nfs41_sequence_process()
868 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()
/linux/drivers/scsi/mvsas/
A Dmv_init.c106 int slot_nr; in mvs_free() local
112 slot_nr = MVS_SOC_SLOTS; in mvs_free()
114 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_free()
131 sizeof(*mvi->slot) * slot_nr, in mvs_free()
220 int i = 0, slot_nr; in mvs_alloc() local
224 slot_nr = MVS_SOC_SLOTS; in mvs_alloc()
226 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_alloc()
264 sizeof(*mvi->slot) * slot_nr, in mvs_alloc()
288 mvi->tags_num = slot_nr; in mvs_alloc()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/
A Dsortu102.c28 u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in tu102_sor_dp_vcpi() argument
34 nvkm_mask(device, 0x616578 + hoff, 0x00003f3f, (slot_nr << 8) | slot); in tu102_sor_dp_vcpi()
A Dsorgf119.c61 u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in gf119_sor_dp_vcpi() argument
66 nvkm_mask(device, 0x616588 + hoff, 0x00003f3f, (slot_nr << 8) | slot); in gf119_sor_dp_vcpi()
A Dior.h80 u8 slot_nr, u16 pbn, u16 aligned);
/linux/kernel/events/
A Duprobes.c1587 int slot_nr; in xol_take_insn_slot() local
1590 slot_nr = find_first_zero_bit(area->bitmap, UINSNS_PER_PAGE); in xol_take_insn_slot()
1591 if (slot_nr < UINSNS_PER_PAGE) { in xol_take_insn_slot()
1592 if (!test_and_set_bit(slot_nr, area->bitmap)) in xol_take_insn_slot()
1595 slot_nr = UINSNS_PER_PAGE; in xol_take_insn_slot()
1599 } while (slot_nr >= UINSNS_PER_PAGE); in xol_take_insn_slot()
1601 slot_addr = area->vaddr + (slot_nr * UPROBE_XOL_SLOT_BYTES); in xol_take_insn_slot()
1652 int slot_nr; in xol_free_insn_slot() local
1655 slot_nr = offset / UPROBE_XOL_SLOT_BYTES; in xol_free_insn_slot()
1656 if (slot_nr >= UINSNS_PER_PAGE) in xol_free_insn_slot()
[all …]
/linux/drivers/block/paride/
A Dpcd.c174 static int pcd_drive_status(struct cdrom_device_info *cdi, int slot_nr);
176 unsigned int clearing, int slot_nr);
485 unsigned int clearing, int slot_nr) in pcd_check_events() argument
572 static int pcd_drive_status(struct cdrom_device_info *cdi, int slot_nr) in pcd_drive_status() argument
/linux/drivers/pci/controller/
A Dpci-hyperv.c1856 int slot_nr; in hv_pci_assign_slots() local
1862 slot_nr = PCI_SLOT(wslot_to_devfn(hpdev->desc.win_slot.slot)); in hv_pci_assign_slots()
1864 hpdev->pci_slot = pci_create_slot(hbus->bridge->bus, slot_nr, in hv_pci_assign_slots()
/linux/Documentation/cdrom/
A Dcdrom-standard.rst354 int drive_status(struct cdrom_device_info *cdi, int slot_nr)
359 *slot_nr* should be ignored. In `cdrom.h` the possibilities are listed::
/linux/include/linux/
A Dpci.h1094 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,

Completed in 81 milliseconds