| /kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
| D | ets.json | 44 "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 …]
|
| /kernel/linux/linux-4.19/scripts/coccinelle/iterators/ |
| D | use_after_iter.cocci | 43 when strict 48 when strict 53 when strict 58 when strict 63 when strict 68 when strict 73 when strict 78 when strict 83 when strict
|
| /kernel/linux/linux-5.10/scripts/coccinelle/iterators/ |
| D | use_after_iter.cocci | 45 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
|
| D | for_each_child.cocci | 103 when strict 137 when strict 208 when strict 231 when strict 265 when strict 291 when strict
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| D | xt_policy.c | 57 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 …]
|
| /kernel/linux/linux-4.19/net/netfilter/ |
| D | xt_policy.c | 60 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_in() local 65 if (strict && info->len != sp->len) in match_policy_in() 69 pos = strict ? i - sp->len + 1 : 0; in match_policy_in() 75 if (!strict) in match_policy_in() 77 } else if (strict) in match_policy_in() 81 return strict ? 1 : 0; in match_policy_in() 90 int strict = info->flags & XT_POLICY_MATCH_STRICT; in match_policy_out() local 98 pos = strict ? i : 0; in match_policy_out() 104 if (!strict) in match_policy_out() 106 } else if (strict) in match_policy_out() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/drivers/net/mlxsw/ |
| D | qos_ets_strict.sh | 4 # 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 …]
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | netfilter_ipv6.h | 44 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()
|
| D | minmax.h | 12 * - perform strict type-checking (to generate warnings instead of 81 * clamp - return a value clamped to a given range with strict typechecking 86 * This macro does strict typechecking of @lo/@hi to make sure they are of the 92 * ..and if you can't take the strict
|
| /kernel/linux/linux-4.19/scripts/coccinelle/misc/ |
| D | returnvar.cocci | 8 // "when strict" can be removed to get more hits, but adds false 24 when strict 37 when strict 48 when strict
|
| /kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
| D | returnvar.cocci | 9 // "when strict" can be removed to get more hits, but adds false 25 when strict 38 when strict 49 when strict
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_dcb.h | 30 /* 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 */
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_dcb.h | 30 /* 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 */
|
| /kernel/linux/linux-5.10/arch/mips/kernel/ |
| D | fpu-probe.c | 147 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()
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_dcb.c | 294 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 …]
|
| /kernel/linux/linux-4.19/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_dcb.c | 294 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 …]
|
| /kernel/linux/linux-5.10/drivers/mfd/ |
| D | tps65218.c | 216 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()
|
| /kernel/linux/linux-4.19/net/ipv6/ |
| D | netfilter.c | 26 int strict = (ipv6_addr_type(&iph->daddr) & in ip6_route_me_harder() local 30 strict ? skb_dst(skb)->dev->ifindex : 0, in ip6_route_me_harder() 90 struct flowi *fl, bool strict) in nf_ip6_route() argument 98 const void *sk = strict ? &fake_sk : NULL; in nf_ip6_route()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| D | rxtimestamp.c | 119 { "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()
|
| /kernel/linux/linux-5.10/scripts/coccinelle/api/ |
| D | kfree_sensitive.cocci | 47 when strict 59 when strict 77 when strict
|
| /kernel/linux/linux-4.19/tools/testing/vsock/ |
| D | Makefile | 5 …I. -I../../include/uapi -I../../include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
| /kernel/linux/linux-5.10/tools/perf/util/scripting-engines/ |
| D | Build | 4 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 -…
|
| /kernel/linux/linux-4.19/tools/perf/util/scripting-engines/ |
| D | Build | 4 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 -…
|
| /kernel/linux/linux-5.10/tools/testing/vsock/ |
| D | Makefile | 7 … -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|
| /kernel/linux/linux-4.19/tools/perf/pmu-events/ |
| D | jsmn.c | 72 * 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()
|