Home
last modified time | relevance | path

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

123

/linux/tools/memory-model/
H A Dlinux-kernel.bell58 unmatched-locks = Rcu-lock \ domain(matched)
59 and unmatched-unlocks = Rcu-unlock \ range(matched)
60 and unmatched = unmatched-locks | unmatched-unlocks
61 and unmatched-po = [unmatched] ; po ; [unmatched]
62 and unmatched-locks-to-unlocks =
63 [unmatched
[all...]
H A 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/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 …]
/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 …]
/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()
/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",
/linux/Documentation/devicetree/bindings/riscv/
H A Dsifive.yaml29 - sifive,hifive-unmatched-a00
/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
/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
/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
/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()
/linux/drivers/iommu/arm/
H A DKconfig31 bool "Disable unmatched stream bypass by default" if EXPERT
/linux/lib/
H A Dglob.c52 * it against the remaining unmatched tail of str. Return false in glob_match()
/linux/Documentation/devicetree/bindings/perf/
H A Driscv,pmu.yaml120 * For HiFive Unmatched board the encodings can be found here
/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()
/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()
/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()
/linux/arch/x86/mm/
H A Dmmio-mod.c103 * unmatched order. Report and die.
/linux/tools/testing/selftests/net/tcp_ao/
H A Dunsigned-md5.c217 try_accept("[server] AO+MD5 server: no sign client (unmatched)", port++, in server_fn()
740 try_connect("AO+MD5 server: no sign client (unmatched)", in client_fn()
/linux/drivers/net/ethernet/mellanox/mlx5/core/esw/
H A Dlegacy.c143 * One rule that forward all unmatched traffic from previous groups in esw_create_legacy_fdb_table()
/linux/lib/zlib_deflate/
H A Ddeftree.c918 unsigned lc /* match length-MIN_MATCH or unmatched char (if dist==0) */
924 /* lc is the unmatched char */
971 int lc; /* match length or unmatched char (if dist == 0) */
/linux/tools/testing/selftests/mm/
H A Dvm_util.c100 "read and ioctl return unmatched results for %s: %d %d", desc, m, s); in page_entry_is()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1038 #define VPORT_MISS_MODE_DROP 0 /* drop all unmatched */
1040 #define VPORT_MISS_MODE_ACCEPT_MULTI 2 /* accept unmatched multicast */

123