Home
last modified time | relevance | path

Searched full:unmatched (Results 1 – 25 of 76) sorted by relevance

1234

/linux-6.14.4/tools/memory-model/
Dlinux-kernel.bell46 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 …]
Dlock.cat79 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/
Dspectrum_ptp.c27 /* 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/
Dhists_filter.c170 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/
Dpmu-scan.c94 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/
DMakefile3 hifive-unmatched-a00.dtb
Dhifive-unmatched-a00.dts14 model = "SiFive HiFive Unmatched A00";
15 compatible = "sifive,hifive-unmatched-a00", "sifive,fu740-c000",
/linux-6.14.4/Documentation/devicetree/bindings/riscv/
Dsifive.yaml29 - sifive,hifive-unmatched-a00
/linux-6.14.4/drivers/net/ethernet/sfc/falcon/
Dfilter.h249 * 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/
Dfilter.h275 * 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/
Dfilter.h296 * 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/
Ddfl-fme-perf.c337 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/
Dzynqmp-ipi-mailbox.c607 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/
Dglob.c52 * it against the remaining unmatched tail of str. Return false in glob_match()
/linux-6.14.4/tools/testing/selftests/filesystems/overlayfs/
Ddev_in_maps.c124 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/
Darm-smmu-impl.c124 * Allow unmatched Stream IDs to allocate bypass in arm_mmu500_reset()
/linux-6.14.4/Documentation/devicetree/bindings/perf/
Driscv,pmu.yaml120 * For HiFive Unmatched board the encodings can be found here
/linux-6.14.4/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
Degress_ofld.c80 * Unmatched traffic is allowed by default in esw_acl_egress_ofld_rules_create()
Dingress_ofld.c30 * Unmatched traffic is allowed by default in esw_acl_ingress_prio_tag_create()
/linux-6.14.4/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
Dnv50.c183 nvkm_info(subdev, "unmatched output device %016llx\n", desc); in mxm_show_unmatched()
/linux-6.14.4/drivers/pci/controller/dwc/
Dpcie-fu740.c189 * 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/
Dvm_util.c99 "read and ioctl return unmatched results for %s: %d %d", desc, m, s); in page_entry_is()
/linux-6.14.4/drivers/infiniband/core/
Dmad_rmpp.c608 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/
DKconfig360 There are few reasons to allow unmatched stream bypass, and
/linux-6.14.4/arch/x86/mm/
Dmmio-mod.c103 * unmatched order. Report and die.

1234