/openbmc/linux/drivers/pci/ |
H A D | slot.c | 175 static struct pci_slot *get_slot(struct pci_bus *parent, int slot_nr) in get_slot() argument 181 if (slot->number == slot_nr) { in get_slot() 227 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr, in pci_create_slot() argument 238 if (slot_nr == -1) in pci_create_slot() 245 slot = get_slot(parent, slot_nr); in pci_create_slot() 266 slot->number = slot_nr; in pci_create_slot() 290 if (PCI_SLOT(dev->devfn) == slot_nr) in pci_create_slot() 295 slot_nr, pci_slot_name(slot)); in pci_create_slot()
|
/openbmc/linux/fs/nfs/ |
H A 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()
|
H A D | nfs4trace.h | 89 __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) 184 __entry->slot_nr = args->csa_slotid; 197 __entry->slot_nr, 257 __field(unsigned int, slot_nr) [all …]
|
H A D | nfs4session.h | 25 u32 slot_nr; member
|
H A D | callback_proc.c | 414 if (nfs4_test_locked_slot(tbl, slot->slot_nr)) in validate_seqid()
|
H A D | nfs4xdr.c | 1963 slot->seq_nr, slot->slot_nr, in encode_sequence() 1968 *p++ = cpu_to_be32(slot->slot_nr); in encode_sequence() 5884 if (dummy != res->sr_slot->slot_nr) { in decode_sequence()
|
H A D | nfs4proc.c | 862 slot->slot_nr, in nfs41_sequence_process() 878 if (slot->slot_nr < slot->table->target_highest_slotid) in nfs41_sequence_process()
|
/openbmc/linux/drivers/scsi/mvsas/ |
H A D | mv_init.c | 103 int slot_nr; in mvs_free() local 109 slot_nr = MVS_SOC_SLOTS; in mvs_free() 111 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_free() 128 sizeof(*mvi->slot) * slot_nr, in mvs_free() 217 int i = 0, slot_nr; in mvs_alloc() local 221 slot_nr = MVS_SOC_SLOTS; in mvs_alloc() 223 slot_nr = MVS_CHIP_SLOT_SZ; in mvs_alloc() 261 sizeof(*mvi->slot) * slot_nr, in mvs_alloc()
|
/openbmc/linux/kernel/events/ |
H A D | uprobes.c | 1586 int slot_nr; in xol_take_insn_slot() local 1589 slot_nr = find_first_zero_bit(area->bitmap, UINSNS_PER_PAGE); in xol_take_insn_slot() 1590 if (slot_nr < UINSNS_PER_PAGE) { in xol_take_insn_slot() 1591 if (!test_and_set_bit(slot_nr, area->bitmap)) in xol_take_insn_slot() 1594 slot_nr = UINSNS_PER_PAGE; in xol_take_insn_slot() 1598 } while (slot_nr >= UINSNS_PER_PAGE); in xol_take_insn_slot() 1600 slot_addr = area->vaddr + (slot_nr * UPROBE_XOL_SLOT_BYTES); in xol_take_insn_slot() 1651 int slot_nr; in xol_free_insn_slot() local 1654 slot_nr = offset / UPROBE_XOL_SLOT_BYTES; in xol_free_insn_slot() 1655 if (slot_nr >= UINSNS_PER_PAGE) in xol_free_insn_slot() [all …]
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | tu102.c | 33 tu102_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in tu102_sor_dp_vcpi() argument 39 nvkm_mask(device, 0x616578 + hoff, 0x00003f3f, (slot_nr << 8) | slot); in tu102_sor_dp_vcpi()
|
H A D | ior.h | 81 u8 slot_nr, u16 pbn, u16 aligned);
|
H A D | gf119.c | 119 gf119_sor_dp_vcpi(struct nvkm_ior *sor, int head, u8 slot, u8 slot_nr, u16 pbn, u16 aligned) in gf119_sor_dp_vcpi() argument 124 nvkm_mask(device, 0x616588 + hoff, 0x00003f3f, (slot_nr << 8) | slot); in gf119_sor_dp_vcpi()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pci-hyperv.c | 2328 int slot_nr; in hv_pci_assign_slots() local 2334 slot_nr = PCI_SLOT(wslot_to_devfn(hpdev->desc.win_slot.slot)); in hv_pci_assign_slots() 2336 hpdev->pci_slot = pci_create_slot(hbus->bridge->bus, slot_nr, in hv_pci_assign_slots()
|
/openbmc/linux/Documentation/cdrom/ |
H A D | cdrom-standard.rst | 353 int drive_status(struct cdrom_device_info *cdi, int slot_nr) 358 *slot_nr* should be ignored. In `cdrom.h` the possibilities are listed::
|
/openbmc/linux/include/linux/ |
H A D | pci.h | 1127 struct pci_slot *pci_create_slot(struct pci_bus *parent, int slot_nr,
|