/linux-6.14.4/tools/memory-model/ |
D | linux-kernel.bell | 46 unmatched-locks = Rcu-lock \ domain(matched) 47 and unmatched-unlocks = Rcu-unlock \ range(matched) 48 and unmatched = unmatched-locks | unmatched-unlocks 49 and unmatched-po = [unmatched] ; po ; [unmatched] 50 and unmatched-locks-to-unlocks = 51 [unmatched-locks] ; po ; [unmatched-unlocks] 52 and matched = matched | (unmatched-locks-to-unlocks \ 53 (unmatched-po ; unmatched-po)) 57 flag ~empty Rcu-lock \ domain(rcu-rscs) as unmatched-rcu-lock 58 flag ~empty Rcu-unlock \ range(rcu-rscs) as unmatched-rcu-unlock [all …]
|
D | lock.cat | 79 flag ~empty UL \ range(critical) as unmatched-unlock 81 (* Allow up to one unmatched LKW per location; more must deadlock *) 82 let UNMATCHED-LKW = LKW \ domain(critical) 83 empty ([UNMATCHED-LKW] ; loc ; [UNMATCHED-LKW]) \ id as unmatched-locks 138 (([LKW] ; loc ; [UNMATCHED-LKW]) \ [UNMATCHED-LKW])
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlxsw/ |
D | spectrum_ptp.c | 27 /* How long, approximately, should the unmatched entries stay in the hash table 524 struct mlxsw_sp1_ptp_unmatched *unmatched; in mlxsw_sp1_ptp_unmatched_save() local 527 unmatched = kzalloc(sizeof(*unmatched), GFP_ATOMIC); in mlxsw_sp1_ptp_unmatched_save() 528 if (!unmatched) in mlxsw_sp1_ptp_unmatched_save() 531 unmatched->key = key; in mlxsw_sp1_ptp_unmatched_save() 532 unmatched->skb = skb; in mlxsw_sp1_ptp_unmatched_save() 533 unmatched->timestamp = timestamp; in mlxsw_sp1_ptp_unmatched_save() 534 unmatched->gc_cycle = ptp_state->gc_cycle + cycles; in mlxsw_sp1_ptp_unmatched_save() 536 err = rhltable_insert(&ptp_state->unmatched_ht, &unmatched->ht_node, in mlxsw_sp1_ptp_unmatched_save() 539 kfree(unmatched); in mlxsw_sp1_ptp_unmatched_save() [all …]
|
/linux-6.14.4/tools/perf/tests/ |
D | hists_filter.c | 170 TEST_ASSERT_VAL("Unmatched nr samples", in test__hists_filter() 173 TEST_ASSERT_VAL("Unmatched nr hist entries", in test__hists_filter() 175 TEST_ASSERT_VAL("Unmatched total period", in test__hists_filter() 197 TEST_ASSERT_VAL("Unmatched nr samples for thread filter", in test__hists_filter() 199 TEST_ASSERT_VAL("Unmatched nr hist entries for thread filter", in test__hists_filter() 201 TEST_ASSERT_VAL("Unmatched total period for thread filter", in test__hists_filter() 226 TEST_ASSERT_VAL("Unmatched nr samples for dso filter", in test__hists_filter() 228 TEST_ASSERT_VAL("Unmatched nr hist entries for dso filter", in test__hists_filter() 230 TEST_ASSERT_VAL("Unmatched total period for dso filter", in test__hists_filter() 261 TEST_ASSERT_VAL("Unmatched nr samples for symbol filter", in test__hists_filter() [all …]
|
/linux-6.14.4/tools/perf/bench/ |
D | pmu-scan.c | 94 pr_err("Unmatched number of event caps in %s: expect %d vs got %d\n", in check_result() 101 pr_err("Unmatched number of event aliases in %s: expect %d vs got %d\n", in check_result() 110 pr_err("Unmatched number of event formats in %s: expect %d vs got %d\n", in check_result()
|
/linux-6.14.4/arch/riscv/boot/dts/sifive/ |
D | Makefile | 3 hifive-unmatched-a00.dtb
|
D | hifive-unmatched-a00.dts | 14 model = "SiFive HiFive Unmatched A00"; 15 compatible = "sifive,hifive-unmatched-a00", "sifive,fu740-c000",
|
/linux-6.14.4/Documentation/devicetree/bindings/riscv/ |
D | sifive.yaml | 29 - sifive,hifive-unmatched-a00
|
/linux-6.14.4/drivers/net/ethernet/sfc/falcon/ |
D | filter.h | 249 * ef4_filter_set_uc_def - specify matching otherwise-unmatched unicast 259 * ef4_filter_set_mc_def - specify matching otherwise-unmatched multicast
|
/linux-6.14.4/drivers/net/ethernet/sfc/siena/ |
D | filter.h | 275 * efx_filter_set_uc_def - specify matching otherwise-unmatched unicast 285 * efx_filter_set_mc_def - specify matching otherwise-unmatched multicast
|
/linux-6.14.4/drivers/net/ethernet/sfc/ |
D | filter.h | 296 * efx_filter_set_uc_def - specify matching otherwise-unmatched unicast 306 * efx_filter_set_mc_def - specify matching otherwise-unmatched multicast
|
/linux-6.14.4/drivers/fpga/ |
D | dfl-fme-perf.c | 337 dev_err(priv->dev, "timeout, unmatched cache event code in counter register.\n"); in cache_read_event_counter() 436 dev_err(priv->dev, "timeout, unmatched fab event code in counter register.\n"); in fabric_read_event_counter() 469 dev_err(priv->dev, "timeout, unmatched vtd event code in counter register.\n"); in vtd_read_event_counter() 500 dev_err(priv->dev, "timeout, unmatched vtd sip event code in counter register\n"); in vtd_sip_read_event_counter()
|
/linux-6.14.4/drivers/mailbox/ |
D | zynqmp-ipi-mailbox.c | 607 dev_err(mdev, "Unmatched resource %s, %d.\n", name, ret); in zynqmp_ipi_setup() 622 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_setup() 644 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_setup() 659 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_setup()
|
/linux-6.14.4/lib/ |
D | glob.c | 52 * it against the remaining unmatched tail of str. Return false in glob_match()
|
/linux-6.14.4/tools/testing/selftests/filesystems/overlayfs/ |
D | dev_in_maps.c | 124 return pr_fail("unmatched dev:ino %x:%x:%llx (expected %x:%x:%llx)\n", in test()
|
/linux-6.14.4/drivers/iommu/arm/arm-smmu/ |
D | arm-smmu-impl.c | 124 * Allow unmatched Stream IDs to allocate bypass in arm_mmu500_reset()
|
/linux-6.14.4/Documentation/devicetree/bindings/perf/ |
D | riscv,pmu.yaml | 120 * For HiFive Unmatched board the encodings can be found here
|
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
D | egress_ofld.c | 80 * Unmatched traffic is allowed by default in esw_acl_egress_ofld_rules_create()
|
D | ingress_ofld.c | 30 * Unmatched traffic is allowed by default in esw_acl_ingress_prio_tag_create()
|
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
D | nv50.c | 183 nvkm_info(subdev, "unmatched output device %016llx\n", desc); in mxm_show_unmatched()
|
/linux-6.14.4/drivers/pci/controller/dwc/ |
D | pcie-fu740.c | 189 * on the Unmatched board when U-Boot has not initialised the PCIe. in fu740_pcie_start_link()
|
/linux-6.14.4/tools/testing/selftests/mm/ |
D | vm_util.c | 99 "read and ioctl return unmatched results for %s: %d %d", desc, m, s); in page_entry_is()
|
/linux-6.14.4/drivers/infiniband/core/ |
D | mad_rmpp.c | 608 goto out; /* Unmatched send */ in abort_send() 676 goto out; /* Unmatched or DS RMPP ACK */ in process_rmpp_ack()
|
/linux-6.14.4/drivers/iommu/ |
D | Kconfig | 360 There are few reasons to allow unmatched stream bypass, and
|
/linux-6.14.4/arch/x86/mm/ |
D | mmio-mod.c | 103 * unmatched order. Report and die.
|