Home
last modified time | relevance | path

Searched full:strict (Results 1 – 25 of 1712) sorted by relevance

12345678910>>...69

/Linux-v5.10/tools/testing/selftests/tc-testing/tc-tests/qdiscs/
Dets.json44 "name": "Add ETS qdisc using strict",
52 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3",
55 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3",
84 "name": "Add ETS qdisc using bands + strict",
92 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 3",
95 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3 priomap",
104 "name": "Add ETS qdisc using strict + quanta",
112 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3 quanta 1500 750",
115 "matchPattern": "qdisc ets 1: root .*bands 5 strict 3 quanta 1500 750 priomap",
124 "name": "Add ETS qdisc using strict 0 + quanta",
[all …]
/Linux-v5.10/scripts/coccinelle/iterators/
Duse_after_iter.cocci45 when strict
50 when strict
55 when strict
60 when strict
65 when strict
70 when strict
75 when strict
80 when strict
85 when strict
Dfor_each_child.cocci103 when strict
137 when strict
208 when strict
231 when strict
265 when strict
291 when strict
/Linux-v5.10/net/netfilter/
Dxt_policy.c57 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_in() local
62 if (strict && info->len != sp->len) in match_policy_in()
66 pos = strict ? i - sp->len + 1 : 0; in match_policy_in()
72 if (!strict) in match_policy_in()
74 } else if (strict) in match_policy_in()
78 return strict ? 1 : 0; in match_policy_in()
87 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_out() local
95 pos = strict ? i : 0; in match_policy_out()
101 if (!strict) in match_policy_out()
103 } else if (strict) in match_policy_out()
[all …]
/Linux-v5.10/tools/testing/selftests/drivers/net/mlxsw/
Dqos_ets_strict.sh4 # A test for strict prioritization of traffic in the switch. Run two streams of
7 # assigned TC of, respectively, 1 and 2, with strict priority configured between
35 # | | strict priority |
118 # prio n -> TC n, strict scheduling
121 )"0:strict,"$(
122 )"1:strict,"$(
123 )"2:strict,"$(
124 )"3:strict,"$(
125 )"4:strict,"$(
126 )"5:strict,"$(
[all …]
/Linux-v5.10/include/linux/
Dnetfilter_ipv6.h44 const struct net_device *dev, int strict);
50 bool strict);
80 const struct net_device *dev, int strict) in nf_ipv6_chk_addr() argument
88 return v6_ops->chk_addr(net, addr, dev, strict); in nf_ipv6_chk_addr()
90 return ipv6_chk_addr(net, addr, dev, strict); in nf_ipv6_chk_addr()
97 struct flowi *fl, bool strict);
100 struct flowi *fl, bool strict) in nf_ip6_route() argument
106 return v6ops->route(net, dst, fl, strict); in nf_ip6_route()
111 return __nf_ip6_route(net, dst, fl, strict); in nf_ip6_route()
Dminmax.h10 * - perform strict type-checking (to generate warnings instead of
87 * clamp - return a value clamped to a given range with strict typechecking
92 * This macro does strict typechecking of @lo/@hi to make sure they are of the
98 * ..and if you can't take the strict
Dnetfilter_ipv4.h27 bool strict);
35 struct flowi *fl, bool strict) in nf_ip_route() argument
/Linux-v5.10/scripts/coccinelle/misc/
Dreturnvar.cocci9 // "when strict" can be removed to get more hits, but adds false
25 when strict
38 when strict
49 when strict
/Linux-v5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb.h30 /* Traffic class has both link strict and group strict enabled */
32 /* Link strict traffic class has non zero bandwidth */
34 /* Link strict bandwidth group has non zero bandwidth */
82 enum strict_prio_type prio_type; /* Link or Group Strict Priority */
/Linux-v5.10/arch/mips/kernel/
Dfpu-probe.c147 static enum { STRICT, LEGACY, STD2008, RELAXED } ieee754 = STRICT; enumerator
162 case STRICT: in cpu_set_nofpu_2008()
195 case STRICT: in cpu_set_nan_2008()
218 * strict: accept binaries that request a NaN encoding supported by the FPU
227 else if (!strcmp(s, "strict")) in ieee754_setup()
228 ieee754 = STRICT; in ieee754_setup()
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c294 cos_params[i].strict = BNX2X_DCBX_STRICT_INVALID; in bnx2x_dcbx_get_ets_feature()
520 if (((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[0].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
522 ((BNX2X_DCBX_STRICT_INVALID == ets->cos_params[1].strict) && in bnx2x_dcbx_2cos_limit_update_ets_config()
524 BNX2X_ERR("all COS should have at least bw_limit or strict" in bnx2x_dcbx_2cos_limit_update_ets_config()
525 "ets->cos_params[0].strict= %x" in bnx2x_dcbx_2cos_limit_update_ets_config()
527 "ets->cos_params[1].strict= %x" in bnx2x_dcbx_2cos_limit_update_ets_config()
529 ets->cos_params[0].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
531 ets->cos_params[1].strict, in bnx2x_dcbx_2cos_limit_update_ets_config()
535 /* If we join a group and there is bw_tbl and strict then bw rules */ in bnx2x_dcbx_2cos_limit_update_ets_config()
554 if (ets->cos_params[0].strict == BNX2X_DCBX_STRICT_COS_HIGHEST) in bnx2x_dcbx_2cos_limit_update_ets_config()
[all …]
Dbnx2x_dcb.h42 * strict priority: valid values are 0..5; 0 is highest priority.
45 u8 strict; member
142 u8 strict; member
/Linux-v5.10/drivers/mfd/
Dtps65218.c216 u32 strict; in tps65218_voltage_set_strict() local
219 "ti,strict-supply-voltage-supervision", in tps65218_voltage_set_strict()
220 &strict)) in tps65218_voltage_set_strict()
223 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict()
225 "Invalid ti,strict-supply-voltage-supervision value\n"); in tps65218_voltage_set_strict()
231 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
/Linux-v5.10/tools/testing/selftests/net/
Drxtimestamp.c119 { "strict", no_argument, 0, 'S' },
278 bool strict) in run_test_case() argument
347 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case()
359 bool strict = false; in main() local
396 strict = true; in main()
419 strict)) in main()
423 strict)) in main()
/Linux-v5.10/scripts/coccinelle/api/
Dkfree_sensitive.cocci47 when strict
59 when strict
77 when strict
/Linux-v5.10/tools/perf/util/scripting-engines/
DBuild4 CFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-…
6 CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -…
/Linux-v5.10/tools/testing/vsock/
DMakefile7 … -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
/Linux-v5.10/tools/perf/pmu-events/
Djsmn.c72 * In strict mode primitive must be followed by "," in jsmn_parse_primitive()
95 * In strict mode primitive must be followed by a in jsmn_parse_primitive()
238 * In strict mode primitives are: in jsmn_parse()
257 * In non-strict mode every unquoted value in jsmn_parse()
272 /* Unexpected char in strict mode */ in jsmn_parse()
/Linux-v5.10/Documentation/ABI/obsolete/
Dsysfs-class-dax8 system. Device DAX is strict, precise and predictable.
14 2. Enforces deterministic behavior by being strict about
/Linux-v5.10/lib/
Dts_fsm.c16 * The algorithm differs between strict/non-strict mode specifying
17 * whether the pattern has to start at the first octet. Strict mode
22 * however while in strict mode the average runtime can be better.
139 unsigned block_len = 0, strict, consumed = state->offset; in fsm_find() local
149 if (strict) \ in fsm_find()
160 strict = fsm->tokens[0].recur != TS_FSM_HEAD_IGNORE; in fsm_find()
/Linux-v5.10/net/ipv6/
Dnetfilter.c29 int strict = (ipv6_addr_type(&iph->daddr) & in ip6_route_me_harder() local
33 strict ? skb_dst(skb)->dev->ifindex : 0, in ip6_route_me_harder()
93 struct flowi *fl, bool strict) in __nf_ip6_route() argument
101 const void *sk = strict ? &fake_sk : NULL; in __nf_ip6_route()
/Linux-v5.10/tools/virtio/
DMakefile7 …-I. -I../include/ -I ../../usr/include/ -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
/Linux-v5.10/drivers/pinctrl/
Dpinmux.c80 * Controllers not defined as strict will always return true,
92 if (ops->strict && desc->mux_usecount) in pinmux_can_be_used_for_gpio()
95 return !(ops->strict && !!desc->gpio_owner); in pinmux_can_be_used_for_gpio()
126 if ((!gpio_range || ops->strict) && in pin_request()
134 if ((gpio_range || ops->strict) && desc->gpio_owner) { in pin_request()
591 if (pmxops->strict) in pinmux_pins_show()
593 "Format: pin (name): mux_owner|gpio_owner (strict) hog?\n"); in pinmux_pins_show()
615 if (pmxops->strict) { in pinmux_pins_show()
627 /* For non-strict controllers */ in pinmux_pins_show()
/Linux-v5.10/sound/soc/sof/
DKconfig85 bool "SOF strict ABI checks"
87 This option enables strict ABI checks for firmware and topology
95 Say Y if you want strict ABI checks for an SOF release

12345678910>>...69