Home
last modified time | relevance | path

Searched refs:base (Results 18001 - 18025 of 18762) sorted by relevance

1...<<721722723724725726727728729730>>...751

/kernel/linux/linux-5.10/fs/ceph/
H A Dmds_client.c2397 u64 base; in ceph_mdsc_build_path() local
2446 base = ceph_ino(d_inode(temp)); in ceph_mdsc_build_path()
2462 *pbase = base; in ceph_mdsc_build_path()
2465 dentry, d_count(dentry), base, *plen, path + pos); in ceph_mdsc_build_path()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c1334 struct drm_device *dev = encoder->base.dev; in radeon_atombios_get_tmds_info()
1623 struct drm_device *dev = encoder->base.dev; in radeon_atombios_get_lvds_info()
1763 struct drm_device *dev = encoder->base.dev; in radeon_atombios_get_primary_dac_info()
1949 struct drm_device *dev = encoder->base.dev; in radeon_atombios_get_tv_dac_info()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H A Dionic_lif.c2832 swap(a->q.base, b->q.base); in ionic_swap_queues()
2848 swap(a->cq.base, b->cq.base); in ionic_swap_queues()
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c4527 u16 base, i; in qed_sriov_enable_qid_config() local
4533 base = FEAT_NUM(hwfn, QED_PF_L2_QUE) + vfid * params->num_queues; in qed_sriov_enable_qid_config()
4537 params->req_rx_queue[i] = base + i; in qed_sriov_enable_qid_config()
4538 params->req_tx_queue[i] = base + i; in qed_sriov_enable_qid_config()
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c2593 * @pbase: returned base inode number
2618 u64 base; in ceph_mdsc_build_path() local
2706 base = inode ? ceph_ino(inode) : 0; in ceph_mdsc_build_path()
2722 *pbase = base; in ceph_mdsc_build_path()
2725 dentry, d_count(dentry), base, *plen, path + pos); in ceph_mdsc_build_path()
/kernel/linux/linux-6.6/drivers/ptp/
H A Dptp_ocp.c1584 size_t base, blksz; in ptp_ocp_devlink_flash() local
1593 base = bp->flash_start; in ptp_ocp_devlink_flash()
1602 erase.addr = base + off; in ptp_ocp_devlink_flash()
1609 err = mtd_write(mtd, base + off, len, &wrote, data + off); in ptp_ocp_devlink_flash()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_nl.c876 int base = 0; in ppsize() local
877 while (size >= 10000 && base < sizeof(units)-1) { in ppsize()
880 base++; in ppsize()
882 sprintf(buf, "%u %cB", (unsigned)size, units[base]); in ppsize()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth.c768 u8 *base; in dpaa2_eth_ptp_parse() local
788 base = skb_mac_header(skb); in dpaa2_eth_ptp_parse()
789 *correction_offset = (u8 *)&hdr->correction - base; in dpaa2_eth_ptp_parse()
790 *origintimestamp_offset = (u8 *)hdr + sizeof(struct ptp_header) - base; in dpaa2_eth_ptp_parse()
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/
H A Dwmi.h4677 struct wmi_pdev_stats_base base; member
4693 struct wmi_pdev_stats_base base; member
4706 struct wmi_pdev_stats_base base; member
4717 struct wmi_pdev_stats_base base; member
/kernel/linux/linux-6.6/drivers/pci/
H A Dpci.c3310 u32 dw0, bei, base, max_offset; in pci_ea_read() local
3348 pci_read_config_dword(dev, ent_offset, &base); in pci_ea_read()
3349 start = (base & PCI_EA_FIELD_MASK); in pci_ea_read()
3357 if (base & PCI_EA_IS_64) { in pci_ea_read()
4382 * base = devm_pci_remap_cfg_resource(&pdev->dev, res);
4383 * if (IS_ERR(base))
4384 * return PTR_ERR(base);
/kernel/linux/linux-6.6/drivers/accel/habanalabs/goya/
H A Dgoya.c2617 * base address of dram in goya_init_cpu()
2621 "failed to map DDR bar to DRAM base address\n"); in goya_init_cpu()
2996 /* Shift to the device's base physical address of host memory */ in goya_dma_alloc_coherent()
3006 /* Cancel the device's base physical address of host memory */ in goya_dma_free_coherent()
3020 void *base; in goya_get_int_queue_base() local
3025 base = (__force void *) hdev->pcie_bar[SRAM_CFG_BAR_ID]; in goya_get_int_queue_base()
3069 base += offset; in goya_get_int_queue_base()
3072 return base; in goya_get_int_queue_base()
3264 /* Shift to the device's base physical address of host memory */ in goya_dma_pool_zalloc()
3274 /* Cancel the device's base physica in goya_dma_pool_free()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H A Dr600.c1422 u64 base = 0; in r600_vram_gtt_location() local
1424 base = RREG32(MC_VM_FB_LOCATION) & 0xFFFF; in r600_vram_gtt_location()
1425 base <<= 24; in r600_vram_gtt_location()
1427 radeon_vram_location(rdev, &rdev->mc, base); in r600_vram_gtt_location()
1494 DRM_INFO("Direct mapping: aper base at 0x%llx, replaced by direct mapping base 0x%llx.\n", in r600_mc_init()
2346 /* Clear render buffer base addresses */ in r600_gpu_init()
H A Dradeon_atombios.c1326 struct drm_device *dev = encoder->base.dev; in radeon_atombios_get_tmds_info()
1615 struct drm_device *dev = encoder->base.dev; in radeon_atombios_get_lvds_info()
1758 struct drm_device *dev = encoder->base.dev; in radeon_atombios_get_primary_dac_info()
1944 struct drm_device *dev = encoder->base.dev; in radeon_atombios_get_tv_dac_info()
/kernel/linux/linux-6.6/drivers/scsi/
H A Dips.c6879 uint32_t base; in ips_init_phase1() local
6882 base = mem_addr & PAGE_MASK; in ips_init_phase1()
6883 offs = mem_addr - base; in ips_init_phase1()
6884 ioremap_ptr = ioremap(base, PAGE_SIZE); in ips_init_phase1()
/kernel/linux/linux-6.6/drivers/scsi/mpi3mr/
H A Dmpi3mr_os.c4966 int base; in osintfc_mrioc_security_status() local
4971 base = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_DSN); in osintfc_mrioc_security_status()
4972 if (!base) { in osintfc_mrioc_security_status()
4978 pci_read_config_dword(pdev, base + 4, &cap_data); in osintfc_mrioc_security_status()
/kernel/linux/linux-6.6/net/core/
H A Dneighbour.c107 * It is random distribution in the interval (1/2)*base...(3/2)*base.
112 unsigned long neigh_rand_reach_time(unsigned long base) in neigh_rand_reach_time() argument
114 return base ? get_random_u32_below(base) + (base >> 1) : 0; in neigh_rand_reach_time()
/kernel/linux/linux-6.6/net/sched/
H A Dcls_flower.c2003 .key_offset = offsetof(struct cls_fl_filter, mkey), /* base offset */
2229 struct tcf_proto *tp, unsigned long base, in fl_change()
2332 tcf_bind_filter(tp, &fnew->res, base); in fl_change()
3619 unsigned long base) in fl_bind_class()
3623 tc_cls_bind_class(classid, cl, q, &f->res, base); in fl_bind_class()
2228 fl_change(struct net *net, struct sk_buff *in_skb, struct tcf_proto *tp, unsigned long base, u32 handle, struct nlattr **tca, void **arg, u32 flags, struct netlink_ext_ack *extack) fl_change() argument
3618 fl_bind_class(void *fh, u32 classid, unsigned long cl, void *q, unsigned long base) fl_bind_class() argument
/third_party/backends/sanei/
H A Dsanei_scsi.c184 # include <apollo/base.h>
2510 char base; member
2539 if (dnp->base) in lx_mk_devicename()
2541 dnp->base + guess_devnum); in lx_mk_devicename()
5642 /* Create the base interface of type IOCFPlugInInterface. in CreateDeviceInterfaceUsingSTUC()
5656 /* Query the base plugin interface for an instance of the specific in CreateDeviceInterfaceUsingSTUC()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_peephole.cpp2700 const Value *base; member in nv50_ir::MemoryOpt::Record
2916 base = mem->getBase(); in set()
3115 return this->base == that.base; in overlaps()
/third_party/node/deps/v8/src/compiler/
H A Dbytecode-graph-builder.cc8 #include "src/base/platform/wrappers.h"
293 base::Optional<ScopeInfoRef> TryGetScopeInfo();
1749 base::Optional<ScopeInfoRef> BytecodeGraphBuilder::TryGetScopeInfo() { in TryGetScopeInfo()
1767 return base::nullopt; in TryGetScopeInfo()
1773 base::Optional<ScopeInfoRef> maybe_scope_info = TryGetScopeInfo(); in CheckContextExtensions()
3671 // The offsets used by the bytecode iterator are relative to a different base in VisitSuspendGenerator()
/third_party/libabigail/
H A Dltmain.sh1352 # Only attempt this if the compiler in the base compile
1387 # The compiler in the base compile command matches
4550 const char *base;
4558 for (base = name; *name; name++)
4560 base = name + 1;
4561 return base;
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross.cpp2503 auto &base = compiler.expression_type(image_id); in register_combined_image_sampler() local
2507 type = base; in register_combined_image_sampler()
2784 auto &base = compiler.get<SPIRType>(sampled_type); in handle() local
2785 type = base; in handle()
/third_party/skia/third_party/externals/microhttpd/
H A Dltmain.sh1372 # Only attempt this if the compiler in the base compile
1407 # The compiler in the base compile command matches
4570 const char *base;
4578 for (base = name; *name; name++)
4580 base = name + 1;
4581 return base;
/third_party/python/Lib/test/
H A Dtest_typing.py3848 for base in obj.__mro__:
3849 self.assertNotEqual(repr(base), '')
3850 self.assertEqual(base, base)
4063 for base in cls.__bases__:
4064 if base is not Final and issubclass(base, Final):
4065 raise FinalException(base)
7113 "type 're.Match' is not an acceptable base type")
/third_party/mesa3d/src/amd/compiler/
H A Daco_instruction_selection.cpp136 emit_mbcnt(isel_context* ctx, Temp dst, Operand mask = Operand(), Operand base = Operand::zero()) in emit_mbcnt()
144 return bld.vop3(aco_opcode::v_mbcnt_lo_u32_b32, Definition(dst), mask_lo, base); in emit_mbcnt()
161 Temp mbcnt_lo = bld.vop3(aco_opcode::v_mbcnt_lo_u32_b32, bld.def(v1), mask_lo, base); in emit_mbcnt()
3642 /* dst = (insert & bitmask) | (base & ~bitmask) */
3646 Temp base = get_alu_src(ctx, instr->src[2]);
3664 base = bld.sop2(aco_opcode::s_andn2_b32, bld.def(s1), bld.def(s1, scc), base, bitmask);
3665 rhs = Operand(base);
3683 Temp base = get_alu_src(ctx, instr->src[0]);
3691 bld.sop2(opcode, Definition(dst), bld.def(s1, scc), base, Operan
[all...]

Completed in 181 milliseconds

1...<<721722723724725726727728729730>>...751