Home
last modified time | relevance | path

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

123456

/kernel/linux/linux-5.10/tools/memory-model/
Dlinux-kernel.bell45 unmatched-locks = Rcu-lock \ domain(matched)
46 and unmatched-unlocks = Rcu-unlock \ range(matched)
47 and unmatched = unmatched-locks | unmatched-unlocks
48 and unmatched-po = [unmatched] ; po ; [unmatched]
49 and unmatched-locks-to-unlocks =
50 [unmatched-locks] ; po ; [unmatched-unlocks]
51 and matched = matched | (unmatched-locks-to-unlocks \
52 (unmatched-po ; unmatched-po))
61 unmatched-locks = Srcu-lock \ domain(matched)
62 and unmatched-unlocks = Srcu-unlock \ range(matched)
[all …]
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])
/kernel/linux/linux-6.6/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.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])
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/
Dspectrum_ptp.c25 /* How long, approximately, should the unmatched entries stay in the hash table
352 struct mlxsw_sp1_ptp_unmatched *unmatched; in mlxsw_sp1_ptp_unmatched_save() local
355 unmatched = kzalloc(sizeof(*unmatched), GFP_ATOMIC); in mlxsw_sp1_ptp_unmatched_save()
356 if (!unmatched) in mlxsw_sp1_ptp_unmatched_save()
359 unmatched->key = key; in mlxsw_sp1_ptp_unmatched_save()
360 unmatched->skb = skb; in mlxsw_sp1_ptp_unmatched_save()
361 unmatched->timestamp = timestamp; in mlxsw_sp1_ptp_unmatched_save()
362 unmatched->gc_cycle = mlxsw_sp->ptp_state->gc_cycle + cycles; in mlxsw_sp1_ptp_unmatched_save()
364 err = rhltable_insert(&ptp_state->unmatched_ht, &unmatched->ht_node, in mlxsw_sp1_ptp_unmatched_save()
367 kfree(unmatched); in mlxsw_sp1_ptp_unmatched_save()
[all …]
/kernel/linux/linux-5.10/tools/perf/tests/
Dhists_filter.c158 TEST_ASSERT_VAL("Unmatched nr samples", in test__hists_filter()
161 TEST_ASSERT_VAL("Unmatched nr hist entries", in test__hists_filter()
163 TEST_ASSERT_VAL("Unmatched total period", in test__hists_filter()
185 TEST_ASSERT_VAL("Unmatched nr samples for thread filter", in test__hists_filter()
187 TEST_ASSERT_VAL("Unmatched nr hist entries for thread filter", in test__hists_filter()
189 TEST_ASSERT_VAL("Unmatched total period for thread filter", in test__hists_filter()
214 TEST_ASSERT_VAL("Unmatched nr samples for dso filter", in test__hists_filter()
216 TEST_ASSERT_VAL("Unmatched nr hist entries for dso filter", in test__hists_filter()
218 TEST_ASSERT_VAL("Unmatched total period for dso filter", in test__hists_filter()
249 TEST_ASSERT_VAL("Unmatched nr samples for symbol filter", in test__hists_filter()
[all …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/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",
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/riscv/
Dsifive.yaml29 - sifive,hifive-unmatched-a00
/kernel/linux/linux-5.10/drivers/mailbox/
Dzynqmp-ipi-mailbox.c513 dev_err(mdev, "Unmatched resource %s, %d.\n", name, ret); in zynqmp_ipi_mbox_probe()
528 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_mbox_probe()
550 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_mbox_probe()
565 dev_err(mdev, "Unmatched resource %s.\n", name); in zynqmp_ipi_mbox_probe()
/kernel/linux/linux-6.6/drivers/mailbox/
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()
/kernel/linux/linux-5.10/tools/perf/pmu-events/
Djsmn.c210 /* Error if unmatched closing bracket */ in jsmn_parse()
280 /* Unmatched opened object or array */ in jsmn_parse()
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
Dfilter.h276 * efx_filter_set_uc_def - specify matching otherwise-unmatched unicast
286 * efx_filter_set_mc_def - specify matching otherwise-unmatched multicast
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/lib/
Dglob.c52 * it against the remaining unmatched tail of str. Return false in glob_match()
/kernel/linux/linux-6.6/lib/
Dglob.c52 * it against the remaining unmatched tail of str. Return false in glob_match()
/kernel/linux/linux-6.6/drivers/iommu/arm/arm-smmu/
Darm-smmu-impl.c125 * Allow unmatched Stream IDs to allocate bypass in arm_mmu500_reset()

123456