/linux-6.12.1/tools/testing/selftests/tc-testing/tc-tests/qdiscs/ |
D | ets.json | 46 "name": "Add ETS qdisc using strict", 56 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3", 59 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3", 88 "name": "Add ETS qdisc using bands + strict", 98 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets bands 3 strict 3", 101 "matchPattern": "qdisc ets 1: root .*bands 3 strict 3 priomap", 109 "name": "Add ETS qdisc using strict + quanta", 119 "cmdUnderTest": "$TC qdisc add dev $DUMMY handle 1: root ets strict 3 quanta 1500 750", 122 "matchPattern": "qdisc ets 1: root .*bands 5 strict 3 quanta 1500 750 priomap", 130 "name": "Add ETS qdisc using strict 0 + quanta", [all …]
|
/linux-6.12.1/Documentation/netlink/specs/ |
D | devlink.yaml | 1236 dont-validate: [ strict, dump ] 1259 dont-validate: [ strict ] 1283 dont-validate: [ strict ] 1300 dont-validate: [ strict ] 1322 dont-validate: [ strict ] 1334 dont-validate: [ strict ] 1350 dont-validate: [ strict ] 1362 dont-validate: [ strict ] 1384 dont-validate: [ strict ] 1407 dont-validate: [ strict ] [all …]
|
D | mptcp_pm.yaml | 278 dont-validate: [ strict ] 288 dont-validate: [ strict ] 295 dont-validate: [ strict ] 312 dont-validate: [ strict ] 319 dont-validate: [ strict ] 330 dont-validate: [ strict ] 344 dont-validate: [ strict ] 356 dont-validate: [ strict ] 367 dont-validate: [ strict ] 378 dont-validate: [ strict ] [all …]
|
D | team.yaml | 155 dont-validate: [ strict ] 167 dont-validate: [ strict ] 181 dont-validate: [ strict ] 194 dont-validate: [ strict ]
|
D | fou.yaml | 84 dont-validate: [ strict, dump ] 106 dont-validate: [ strict, dump ] 125 dont-validate: [ strict, dump ]
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/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 | netfilter_ipv4.h | 27 bool strict); 35 struct flowi *fl, bool strict) in nf_ip_route() argument
|
/linux-6.12.1/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
|
/linux-6.12.1/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 */
|
/linux-6.12.1/arch/mips/kernel/ |
D | fpu-probe.c | 147 static enum { STRICT, EMULATED, LEGACY, STD2008, RELAXED } ieee754 = STRICT; enumerator 162 case STRICT: in cpu_set_nofpu_2008() 196 case STRICT: in cpu_set_nan_2008() 223 * strict: accept binaries that request a NaN encoding supported by the FPU 232 else if (!strcmp(s, "strict")) in ieee754_setup() 233 ieee754 = STRICT; in ieee754_setup()
|
/linux-6.12.1/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 …]
|
/linux-6.12.1/drivers/mfd/ |
D | tps65218.c | 207 u32 strict; in tps65218_voltage_set_strict() local 210 "ti,strict-supply-voltage-supervision", in tps65218_voltage_set_strict() 211 &strict)) in tps65218_voltage_set_strict() 214 if (strict != 0 && strict != 1) { in tps65218_voltage_set_strict() 216 "Invalid ti,strict-supply-voltage-supervision value\n"); in tps65218_voltage_set_strict() 222 strict ? TPS65218_CONFIG1_STRICT : 0, in tps65218_voltage_set_strict()
|
/linux-6.12.1/scripts/kconfig/ |
D | merge_config.sh | 31 echo " -s strict mode. Fail if the fragment redefines any value." 42 STRICT=false 83 STRICT=true 158 if [ "$STRICT" = "true" ]; then 176 echo "The fragment redefined a value and strict mode had been passed."
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | Makefile | 56 # The following tests perform type punning and they may break strict 59 progs/bind4_prog.c-CFLAGS := -fno-strict-aliasing 60 progs/bind6_prog.c-CFLAGS := -fno-strict-aliasing 61 progs/dynptr_fail.c-CFLAGS := -fno-strict-aliasing 62 progs/linked_list_fail.c-CFLAGS := -fno-strict-aliasing 63 progs/map_kptr_fail.c-CFLAGS := -fno-strict-aliasing 64 progs/syscall.c-CFLAGS := -fno-strict-aliasing 65 progs/test_pkt_md_access.c-CFLAGS := -fno-strict-aliasing 66 progs/test_sk_lookup.c-CFLAGS := -fno-strict-aliasing 67 progs/timer_crash.c-CFLAGS := -fno-strict-aliasing [all …]
|
/linux-6.12.1/scripts/coccinelle/api/ |
D | kfree_sensitive.cocci | 47 when strict 59 when strict 77 when strict
|
/linux-6.12.1/tools/testing/selftests/net/ |
D | rxtimestamp.c | 137 { "strict", no_argument, 0, 'S' }, 296 bool strict) in run_test_case() argument 365 if (!strict && test_cases[test_num].warn_on_fail) in run_test_case() 377 bool strict = false; in main() local 414 strict = true; in main() 437 strict)) in main() 441 strict)) in main()
|
/linux-6.12.1/lib/ |
D | Kconfig.ubsan | 39 def_bool $(cc-option,-fsanitize=bounds-strict) 41 The -fsanitize=bounds-strict option is only available on GCC, 42 but uses the more strict handling of arrays that includes knowledge 130 kernel's use of -fno-strict-overflow which converts all would-be
|
D | ts_fsm.c | 16 * 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-6.12.1/Documentation/core-api/ |
D | workqueue.rst | 259 Some users depend on strict execution ordering where only one work item 346 * Unless strict ordering is required, there is no need to use ST wq. 418 0 by default indicating that affinity scopes are not strict. When a work 429 isolation. Strict NUMA scope can also be used to match the workqueue 485 * - cache (strict) 490 "cache", strict or otherwise. All three configurations saturate the whole 524 * - cache (strict) 534 (strict)" to mostly saturate the machine but the loss of work conservation 567 * - cache (strict) 584 better than "cache (strict)" and maximizing workqueue utilization is [all …]
|
/linux-6.12.1/tools/perf/util/scripting-engines/ |
D | Build | 6 CFLAGS_trace-event-perl.o += $(PERL_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -Wno-… 9 CFLAGS_trace-event-python.o += $(PYTHON_EMBED_CCOPTS) -Wno-redundant-decls -Wno-strict-prototypes -…
|
/linux-6.12.1/tools/testing/vsock/ |
D | Makefile | 11 … -I../../include -I../../../usr/include -Wno-pointer-sign -fno-strict-overflow -fno-strict-aliasin…
|