/openbmc/linux/tools/memory-model/ |
H A 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 …]
|
H A D | lock.cat | 73 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 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 …]
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlxsw/ |
H A 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 …]
|
/openbmc/linux/tools/perf/bench/ |
H A 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()
|
/openbmc/linux/arch/riscv/boot/dts/sifive/ |
H A D | Makefile | 3 hifive-unmatched-a00.dtb
|
H A D | hifive-unmatched-a00.dts | 14 model = "SiFive HiFive Unmatched A00"; 15 compatible = "sifive,hifive-unmatched-a00", "sifive,fu740-c000",
|
/openbmc/linux/Documentation/devicetree/bindings/riscv/ |
H A D | sifive.yaml | 29 - sifive,hifive-unmatched-a00
|
/openbmc/linux/drivers/mailbox/ |
H A D | zynqmp-ipi-mailbox.c | 511 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 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
|
/openbmc/linux/drivers/net/ethernet/sfc/siena/ |
H A 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
|
/openbmc/linux/drivers/net/ethernet/sfc/ |
H A 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
|
/openbmc/linux/drivers/fpga/ |
H A 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()
|
/openbmc/u-boot/test/py/tests/ |
H A D | test_fit.py | 225 """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 D | sort-pmuevents.py | 65 # unmatched entries are most likely array terminators and
|
/openbmc/linux/lib/ |
H A D | glob.c | 52 * it against the remaining unmatched tail of str. Return false in glob_match()
|
/openbmc/linux/drivers/iommu/arm/arm-smmu/ |
H A D | arm-smmu-impl.c | 125 * Allow unmatched Stream IDs to allocate bypass in arm_mmu500_reset()
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | base.bbclass | 524 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 D | riscv,pmu.yaml | 120 * For HiFive Unmatched board the encodings can be found here
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/acl/ |
H A D | egress_ofld.c | 80 * Unmatched traffic is allowed by default in esw_acl_egress_ofld_rules_create()
|
H A D | ingress_ofld.c | 30 * Unmatched traffic is allowed by default in esw_acl_ingress_prio_tag_create()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mxm/ |
H A D | nv50.c | 183 nvkm_info(subdev, "unmatched output device %016llx\n", desc); in mxm_show_unmatched()
|
/openbmc/linux/drivers/pci/controller/dwc/ |
H A D | pcie-fu740.c | 189 * on the Unmatched board when U-Boot has not initialised the PCIe. in fu740_pcie_start_link()
|
/openbmc/linux/drivers/iommu/ |
H A D | Kconfig | 362 There are few reasons to allow unmatched stream bypass, and
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | mad_rmpp.c | 608 goto out; /* Unmatched send */ in abort_send() 676 goto out; /* Unmatched or DS RMPP ACK */ in process_rmpp_ack()
|