/Linux-v5.4/drivers/pci/ |
D | slot.c | 209 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() argument 215 if (slot->number == slot_nr) { in get_slot() 261 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot() argument 272 if (slot_nr == -1) in pci_create_slot() 279 slot = get_slot(parent, slot_nr); in pci_create_slot() 300 slot->number = slot_nr; in pci_create_slot() 320 if (PCI_SLOT(dev->devfn) == slot_nr) in pci_create_slot() 325 slot_nr, pci_slot_name(slot)); in pci_create_slot()
|
/Linux-v5.4/fs/nfs/ |
D | nfs4session.c | 85 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()
|
D | nfs4trace.h | 418 __field(unsigned int, slot_nr) 429 __entry->slot_nr = sr_slot->slot_nr; 444 __entry->slot_nr, 466 __field(unsigned int, slot_nr) 475 __entry->slot_nr = args->csa_slotid; 488 __entry->slot_nr, 503 __field(unsigned int, slot_nr) 512 __entry->slot_nr = args->csa_slotid; 525 __entry->slot_nr, 542 __field(unsigned int, slot_nr) [all …]
|
D | nfs4session.h | 24 u32 slot_nr; member
|
D | callback_proc.c | 426 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in validate_seqid()
|
D | nfs4xdr.c | 1938 slot->seq_nr, slot->slot_nr, in encode_sequence() 1943 *p++ = cpu_to_be32(slot->slot_nr); in encode_sequence() 5761 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
|
D | nfs4proc.c | 826 slot->slot_nr, in nfs41_sequence_process() 843 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()
|
/Linux-v5.4/drivers/scsi/mvsas/ |
D | mv_init.c | 101 int slot_nr; in mvs_free() local 107 slot_nr = MVS_SOC_SLOTS; in mvs_free() 109 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_free() 126 sizeof(*mvi->slot) * slot_nr, in mvs_free() 214 int i = 0, slot_nr; in mvs_alloc() local 218 slot_nr = MVS_SOC_SLOTS; in mvs_alloc() 220 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_alloc() 261 sizeof(*mvi->slot) * slot_nr, in mvs_alloc() 265 memset(mvi->slot, 0, sizeof(*mvi->slot) * slot_nr); in mvs_alloc() 286 mvi->tags_num = slot_nr; in mvs_alloc()
|
/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | sortu102.c | 28 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()
|
D | sorgf119.c | 61 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()
|
D | ior.h | 80 u8 slot_nr, u16 pbn, u16 aligned);
|
/Linux-v5.4/drivers/ide/ |
D | ide-cd_ioctl.c | 42 int ide_cdrom_drive_status(struct cdrom_device_info *cdi, int slot_nr) in ide_cdrom_drive_status() argument 49 if (slot_nr != CDSL_CURRENT) in ide_cdrom_drive_status() 91 unsigned int clearing, int slot_nr) in ide_cdrom_check_events_real() argument 96 if (slot_nr == CDSL_CURRENT) { in ide_cdrom_check_events_real()
|
D | ide-cd.h | 112 unsigned int clearing, int slot_nr);
|
/Linux-v5.4/kernel/events/ |
D | uprobes.c | 1588 int slot_nr; in xol_take_insn_slot() local 1591 slot_nr = find_first_zero_bit(area->bitmap, UINSNS_PER_PAGE); in xol_take_insn_slot() 1592 if (slot_nr < UINSNS_PER_PAGE) { in xol_take_insn_slot() 1593 if (!test_and_set_bit(slot_nr, area->bitmap)) in xol_take_insn_slot() 1596 slot_nr = UINSNS_PER_PAGE; in xol_take_insn_slot() 1600 } while (slot_nr >= UINSNS_PER_PAGE); in xol_take_insn_slot() 1602 slot_addr = area->vaddr + (slot_nr * UPROBE_XOL_SLOT_BYTES); in xol_take_insn_slot() 1653 int slot_nr; in xol_free_insn_slot() local 1656 slot_nr = offset / UPROBE_XOL_SLOT_BYTES; in xol_free_insn_slot() 1657 if (slot_nr >= UINSNS_PER_PAGE) in xol_free_insn_slot() [all …]
|
/Linux-v5.4/drivers/block/paride/ |
D | pcd.c | 174 static int pcd_drive_status(struct cdrom_device_info *cdi, int slot_nr); 176 unsigned int clearing, int slot_nr); 532 unsigned int clearing, int slot_nr) in pcd_check_events() argument 619 static int pcd_drive_status(struct cdrom_device_info *cdi, int slot_nr) in pcd_drive_status() argument
|
/Linux-v5.4/drivers/pci/controller/ |
D | pci-hyperv.c | 1755 int slot_nr; in hv_pci_assign_slots() local 1761 slot_nr = PCI_SLOT(wslot_to_devfn(hpdev->desc.win_slot.slot)); in hv_pci_assign_slots() 1763 hpdev->pci_slot = pci_create_slot(hbus->pci_bus, slot_nr, in hv_pci_assign_slots()
|
/Linux-v5.4/Documentation/cdrom/ |
D | cdrom-standard.rst | 355 int drive_status(struct cdrom_device_info *cdi, int slot_nr) 360 *slot_nr* should be ignored. In `cdrom.h` the possibilities are listed::
|
/Linux-v5.4/include/linux/ |
D | pci.h | 1000 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
|