Home
last modified time | relevance | path

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

1234

/openbmc/linux/tools/memory-model/
H A 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 …]
H A Dlock.cat73 flag ~empty UL \ range(critical) as unmatched-unlock
75 (* Allow up to one unmatched LKW per location; more must deadlock *)
76 let UNMATCHED-LKW = LKW \ domain(critical)
77 empty ([UNMATCHED-LKW] ; loc ; [UNMATCHED-LKW]) \ id as unmatched-locks
124 (([LKW] ; loc ; [UNMATCHED-LKW]) \ [UNMATCHED-LKW])
/openbmc/linux/tools/perf/tests/
H A 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 …]
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/
H A 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 …]
/openbmc/linux/tools/perf/bench/
H A 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()
/openbmc/linux/arch/riscv/boot/dts/sifive/
H A DMakefile3 hifive-unmatched-a00.dtb
H A Dhifive-unmatched-a00.dts14 model = "SiFive HiFive Unmatched A00";
15 compatible = "sifive,hifive-unmatched-a00", "sifive,fu740-c000",
/openbmc/linux/Documentation/devicetree/bindings/riscv/
H A Dsifive.yaml29 - sifive,hifive-unmatched-a00
/openbmc/linux/drivers/mailbox/
H A Dzynqmp-ipi-mailbox.c511 dev_err(mdev, "Unmatched resource %s, %d.\n", name, ret); in zynqmp_ipi_mbox_probe()
526 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_mbox_probe()
548 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_mbox_probe()
563 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_mbox_probe()
/openbmc/linux/drivers/net/ethernet/sfc/falcon/
H A Dfilter.h249 * ef4_filter_set_uc_def - specify matching otherwise-unmatched unicast
259 * ef4_filter_set_mc_def - specify matching otherwise-unmatched multicast
/openbmc/linux/drivers/net/ethernet/sfc/siena/
H A Dfilter.h275 * efx_filter_set_uc_def - specify matching otherwise-unmatched unicast
285 * efx_filter_set_mc_def - specify matching otherwise-unmatched multicast
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dfilter.h296 * efx_filter_set_uc_def - specify matching otherwise-unmatched unicast
306 * efx_filter_set_mc_def - specify matching otherwise-unmatched multicast
/openbmc/linux/drivers/fpga/
H A 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()
/openbmc/u-boot/test/py/tests/
H A Dtest_fit.py225 """Find a match in a line of text, and return the unmatched line portion
241 String containing unmatched portion of line
/openbmc/openbmc/poky/meta/recipes-kernel/perf/perf/
H A Dsort-pmuevents.py65 # unmatched entries are most likely array terminators and
/openbmc/linux/lib/
H A Dglob.c52 * it against the remaining unmatched tail of str. Return false in glob_match()
/openbmc/linux/drivers/iommu/arm/arm-smmu/
H A Darm-smmu-impl.c125 * Allow unmatched Stream IDs to allocate bypass in arm_mmu500_reset()
/openbmc/openbmc/poky/meta/classes-global/
H A Dbase.bbclass524 for unmatched in unmatched_license_flags:
525 …e = "Has a restricted license '%s' which is not listed in your LICENSE_FLAGS_ACCEPTED." % unmatched
526 details = d.getVarFlag("LICENSE_FLAGS_DETAILS", unmatched)
/openbmc/linux/Documentation/devicetree/bindings/perf/
H A Driscv,pmu.yaml120 * For HiFive Unmatched board the encodings can be found here
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/
H A Degress_ofld.c80 * Unmatched traffic is allowed by default in esw_acl_egress_ofld_rules_create()
H A Dingress_ofld.c30 * Unmatched traffic is allowed by default in esw_acl_ingress_prio_tag_create()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/
H A Dnv50.c183 nvkm_info(subdev, "unmatched output device %016llx\n", desc); in mxm_show_unmatched()
/openbmc/linux/drivers/pci/controller/dwc/
H A Dpcie-fu740.c189 * on the Unmatched board when U-Boot has not initialised the PCIe. in fu740_pcie_start_link()
/openbmc/linux/drivers/iommu/
H A DKconfig362 There are few reasons to allow unmatched stream bypass, and
/openbmc/linux/drivers/infiniband/core/
H A Dmad_rmpp.c608 goto out; /* Unmatched send */ in abort_send()
676 goto out; /* Unmatched or DS RMPP ACK */ in process_rmpp_ack()

1234