Home
last modified time | relevance | path

Searched full:pass (Results 1 – 25 of 2413) sorted by relevance

12345678910>>...97

/linux/drivers/gpu/drm/amd/display/modules/hdcp/
H A Dhdcp2_transition.c39 if (input->hdcp2version_read != PASS || in mod_hdcp_hdcp2_transition()
40 input->hdcp2_capable_check != PASS) { in mod_hdcp_hdcp2_transition()
50 if (input->create_session != PASS || in mod_hdcp_hdcp2_transition()
51 input->ake_init_prepare != PASS) { in mod_hdcp_hdcp2_transition()
56 } else if (input->ake_init_write != PASS) { in mod_hdcp_hdcp2_transition()
65 if (input->ake_cert_available != PASS) { in mod_hdcp_hdcp2_transition()
81 } else if (input->ake_cert_read != PASS || in mod_hdcp_hdcp2_transition()
82 input->ake_cert_validation != PASS) { in mod_hdcp_hdcp2_transition()
100 if (input->no_stored_km_write != PASS) { in mod_hdcp_hdcp2_transition()
112 if (input->h_prime_available != PASS) { in mod_hdcp_hdcp2_transition()
[all …]
H A Dhdcp1_transition.c39 if (input->bksv_read != PASS || input->bcaps_read != PASS) { in mod_hdcp_hdcp1_transition()
49 if (input->create_session != PASS) { in mod_hdcp_hdcp1_transition()
54 } else if (input->an_write != PASS || in mod_hdcp_hdcp1_transition()
55 input->aksv_write != PASS || in mod_hdcp_hdcp1_transition()
56 input->bksv_read != PASS || in mod_hdcp_hdcp1_transition()
57 input->bksv_validation != PASS || in mod_hdcp_hdcp1_transition()
68 if (input->bcaps_read != PASS || in mod_hdcp_hdcp1_transition()
69 input->r0p_read != PASS) { in mod_hdcp_hdcp1_transition()
72 } else if (input->rx_validation != PASS) { in mod_hdcp_hdcp1_transition()
81 } else if (!conn->is_repeater && input->encryption != PASS) { in mod_hdcp_hdcp1_transition()
[all …]
/linux/tools/testing/selftests/openat2/
H A Dresolve_test.c114 bool pass; member
140 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
143 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
146 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
149 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
152 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
155 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
158 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
161 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
164 .out.err = -EXDEV, .pass = false }, in test_openat2_opath_tests()
[all …]
/linux/fs/bcachefs/
H A Drecovery_passes.c30 /* Fake recovery pass, so that scan_for_btree_nodes isn't 0: */
71 static enum bch_recovery_pass_stable bch2_recovery_pass_to_stable(enum bch_recovery_pass pass) in bch2_recovery_pass_to_stable() argument
73 return passes_to_stable_map[pass]; in bch2_recovery_pass_to_stable()
101 * For when we need to rewind recovery passes and run a pass we skipped:
104 enum bch_recovery_pass pass) in bch2_run_explicit_recovery_pass() argument
106 if (c->opts.recovery_passes & BIT_ULL(pass)) in bch2_run_explicit_recovery_pass()
109 bch_info(c, "running explicit recovery pass %s (%u), currently at %s (%u)", in bch2_run_explicit_recovery_pass()
110 bch2_recovery_passes[pass], pass, in bch2_run_explicit_recovery_pass()
113 c->opts.recovery_passes |= BIT_ULL(pass); in bch2_run_explicit_recovery_pass()
115 if (c->curr_recovery_pass >= pass) { in bch2_run_explicit_recovery_pass()
[all …]
/linux/tools/perf/tests/
H A Dtime-utils-test.c79 bool pass = false; in test__perf_time__parse_for_ranges() local
128 pass = true; in test__perf_time__parse_for_ranges()
131 return pass; in test__perf_time__parse_for_ranges()
136 bool pass = true; in test__time_utils() local
138 pass &= test__parse_nsec_time("0", 0); in test__time_utils()
139 pass &= test__parse_nsec_time("1", 1000000000ULL); in test__time_utils()
140 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils()
141 pass &= test__parse_nsec_time("1.000000001", 1000000001ULL); in test__time_utils()
142 pass &= test__parse_nsec_time("123456.123456", 123456123456000ULL); in test__time_utils()
143 pass &= test__parse_nsec_time("1234567.123456789", 1234567123456789ULL); in test__time_utils()
[all …]
/linux/tools/testing/selftests/tc-testing/tc-tests/filters/
H A Dmatchall.json4 "name": "Add ingress matchall filter for protocol ipv4 and action PASS",
18 …n": "^filter parent ffff: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref 1 bind 1",
26 "name": "Add egress matchall filter for protocol ipv4 and action PASS",
40 …tern": "^filter parent 1: protocol ip pref 1 matchall.*handle 0x1.*gact action pass.*ref 1 bind 1",
92 …"name": "Add ingress matchall filter for protocol ipv4 and action PASS with priority at 16-bit max…
103 … "$TC filter add dev $DUMMY parent ffff: handle 0x1 prio 65535 protocol ipv4 matchall action pass",
106 …"^filter parent ffff: protocol ip pref 65535 matchall.*handle 0x1.*gact action pass.*ref 1 bind 1",
114 …"name": "Add egress matchall filter for protocol ipv4 and action PASS with priority at 16-bit maxi…
125 …t": "$TC filter add dev $DUMMY parent 1: handle 0x1 prio 65535 protocol ipv4 matchall action pass",
128 …": "^filter parent 1: protocol ip pref 65535 matchall.*handle 0x1.*gact action pass.*ref 1 bind 1",
[all …]
/linux/tools/testing/selftests/net/forwarding/
H A Dlib_sh_test.sh40 pass() function
95 local status_names=(pass fail xfail xpass skip)
150 local status_names=(pass fail xfail xpass skip)
170 exit_status_subtest $ksft_pass "pass"
175 exit_status_subtest $ksft_pass "pass pass"
176 exit_status_subtest $ksft_fail "pass fail"
177 exit_status_subtest $ksft_pass "pass xfail"
178 exit_status_subtest $ksft_skip "pass skip"
180 exit_status_subtest $ksft_fail "fail pass"
181 exit_status_subtest $ksft_pass "xfail pass"
[all …]
/linux/tools/testing/selftests/arm64/fp/
H A Dfp-ptrace.c360 bool pass = true; in check_ptrace_values_sve() local
379 pass = false; in check_ptrace_values_sve()
388 pass = false; in check_ptrace_values_sve()
394 pass = false; in check_ptrace_values_sve()
400 pass = false; in check_ptrace_values_sve()
408 pass = false; in check_ptrace_values_sve()
413 pass = false; in check_ptrace_values_sve()
418 pass = false; in check_ptrace_values_sve()
423 pass = false; in check_ptrace_values_sve()
428 return pass; in check_ptrace_values_sve()
[all …]
/linux/arch/mips/cavium-octeon/executive/
H A Docteon-model.c63 char pass[4]; in octeon_model_get_string_buffer() local
112 * Assume pass number is encoded using <5:3><2:0>. Exceptions in octeon_model_get_string_buffer()
115 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer()
207 * pass numbering. in octeon_model_get_string_buffer()
211 strcpy(pass, "1.X"); in octeon_model_get_string_buffer()
214 strcpy(pass, "2.X"); in octeon_model_get_string_buffer()
217 strcpy(pass, "3.X"); in octeon_model_get_string_buffer()
220 strcpy(pass, "X.X"); in octeon_model_get_string_buffer()
231 * pass numbering. in octeon_model_get_string_buffer()
235 strcpy(pass, "1.0"); in octeon_model_get_string_buffer()
[all …]
/linux/arch/mips/include/asm/sibyte/
H A Dsb1250_defs.h45 * #if SIBYTE_HDR_FEATURE(chip,pass)
54 * Note also that 'chip' and 'pass' must textually exactly
59 * #if SIBYTE_HDR_FEATURE_UP_TO(chip,pass)
64 * #if SIBYTE_HDR_FEATURE_EXACT(chip,pass)
98 #define SIBYTE_HDR_FMASK(chip, pass) \ argument
99 (SIBYTE_HDR_FMASK_ ## chip ## _ ## pass)
121 #define SIBYTE_HDR_FMASK_BEFORE(chip, pass) \ argument
122 ((SIBYTE_HDR_FMASK(chip, pass) - 1) & SIBYTE_HDR_FMASK_ALLREVS(chip))
125 #define SIBYTE_HDR_FMASK_AFTER(chip, pass) \ argument
126 (~(SIBYTE_HDR_FMASK(chip, pass) \
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Dverifier_ctx.c39 __description("pass unmodified ctx pointer to helper")
54 __description("pass modified ctx pointer to helper, 1")
70 __description("pass modified ctx pointer to helper, 2")
86 __description("pass modified ctx pointer to helper, 3")
104 __description("pass ctx or null check, 1: ctx")
118 __description("pass ctx or null check, 2: null")
133 __description("pass ctx or null check, 3: 1")
148 __description("pass ctx or null check, 4: ctx - const")
163 __description("pass ctx or null check, 5: null (connect)")
178 __description("pass ctx or null check, 6: null (bind)")
[all …]
H A Dtest_migrate_reuseport.c53 goto pass; in drop_ack()
60 goto pass; in drop_ack()
63 goto pass; in drop_ack()
72 goto pass; in drop_ack()
75 goto pass; in drop_ack()
81 goto pass; in drop_ack()
85 goto pass; in drop_ack()
88 goto pass; in drop_ack()
93 pass: in drop_ack()
/linux/tools/testing/selftests/vDSO/
H A Dvdso_test_clock_getres.c60 * clock_id: CLOCK_REALTIME [PASS]
61 * clock_id: CLOCK_BOOTTIME [PASS]
62 * clock_id: CLOCK_TAI [PASS]
63 * clock_id: CLOCK_REALTIME_COARSE [PASS]
64 * clock_id: CLOCK_MONOTONIC [PASS]
65 * clock_id: CLOCK_MONOTONIC_RAW [PASS]
66 * clock_id: CLOCK_MONOTONIC_COARSE [PASS]
81 printf(" [PASS]\n"); in vdso_test_clock()
/linux/tools/testing/selftests/tc-testing/tc-tests/actions/
H A Dctinfo.json134 "cmdUnderTest": "$TC action replace action ctinfo zone 200 pass index 1",
137 "matchPattern": "action order [0-9]*: ctinfo zone 200 pass.*index 1 ref",
161 "$TC action add action ctinfo zone 200 pass index 1",
170 "matchPattern": "action order [0-9]*: ctinfo zone 200 pass.*index 1 ref",
194 "$TC action add action ctinfo zone 200 pass index 1",
203 "matchPattern": "action order [0-9]*: ctinfo zone 200 pass.*index 1 ref",
226 "$TC action add action ctinfo zone 20 pass index 101",
256 "$TC action add action ctinfo zone 20 pass index 101",
286 "$TC action add action ctinfo zone 20 pass index 101"
291 "matchPattern": "action order [0-9]*: ctinfo zone 20 pass.*index 101",
[all …]
H A Dgact.json4 "name": "Add valid pass action",
20 "cmdUnderTest": "$TC actions add action pass index 8",
23 "matchPattern": "action order [0-9]*: gact action pass.*index 8 ref",
304 "name": "Delete pass action",
319 "$TC actions add action pass index 1"
324 "matchPattern": "action order [0-9]*: gact action pass.*index 1 ref",
492 "matchPattern": "action order [0-9]*: gact action pass",
528 "name": "Add batch of 32 gact pass actions",
544 …"cmdUnderTest": "bash -c \"for i in \\`seq 1 32\\`; do cmd=\\\"action pass index \\$i \\\"; args=\…
624 "cmdUnderTest": "$TC actions add action pass random determ goto chain 1 2 index 90",
[all …]
H A Dconnmark.json31 "name": "Add valid connmark action with control pass",
47 "cmdUnderTest": "$TC actions add action connmark pass index 1",
50 "matchPattern": "action order [0-9]+: connmark zone 0 pass.*index 1 ref",
263 "cmdUnderTest": "$TC actions add action connmark zone 655 unsupp_arg pass index 2",
266 "matchPattern": "action order [0-9]+: connmark zone 655 unsupp_arg pass.*index 2 ref",
289 "$TC actions add action connmark zone 777 pass index 555"
344 "$TC actions add action connmark pass index 90"
349 "matchPattern": "action order [0-9]+: connmark zone 0 pass.*index 90 ref",
372 "$TC actions add action connmark pass index 20"
377 "matchPattern": "action order [0-9]+: connmark zone 0 pass.*index 20 ref",
[all …]
/linux/tools/testing/selftests/tc-testing/
H A DTdcPlugin.py49 # pass
51 # pass
53 # pass
55 # pass
57 # pass
59 # pass
61 # pass
/linux/arch/powerpc/net/
H A Dbpf_jit_comp.c71 int pass; in bpf_int_jit_compile() local
121 /* During extra pass, ensure index is reset before repopulating extable entries */ in bpf_int_jit_compile()
138 /* Scouting faux-generate pass 0 */ in bpf_int_jit_compile()
146 * If we have seen a tail call, we need a second pass. in bpf_int_jit_compile()
149 * We also need a second pass if we ended up with too large in bpf_int_jit_compile()
191 for (pass = 1; pass < 3; pass++) { in bpf_int_jit_compile()
196 if (bpf_jit_build_body(fp, code_base, fcode_base, &cgctx, addrs, pass, in bpf_int_jit_compile()
206 pr_info("Pass %d: shrink = %d, seen = 0x%x\n", pass, in bpf_int_jit_compile()
215 bpf_jit_dump(flen, proglen, pass, code_base); in bpf_int_jit_compile()
257 int bpf_add_extable_entry(struct bpf_prog *fp, u32 *image, u32 *fimage, int pass, in bpf_add_extable_entry() argument
[all …]
/linux/tools/testing/selftests/net/
H A Dsctp_vrf.sh120 echo "[PASS]"
124 echo "[PASS]"
129 echo "[PASS]"
133 echo "[PASS]"
137 echo "[PASS]"
141 echo "[PASS]"
145 echo "[PASS]"
149 echo "[PASS]"
153 echo "[PASS]"
157 echo "[PASS]"
[all …]
/linux/drivers/gpu/drm/ast/
H A Dast_ddc.c98 uint32_t val, val2, count, pass; in ast_ddc_algo_bit_data_getsda() local
101 pass = 0; in ast_ddc_algo_bit_data_getsda()
106 pass++; in ast_ddc_algo_bit_data_getsda()
108 pass = 0; in ast_ddc_algo_bit_data_getsda()
111 } while ((pass < 5) && (count++ < 0x10000)); in ast_ddc_algo_bit_data_getsda()
120 uint32_t val, val2, count, pass; in ast_ddc_algo_bit_data_getscl() local
123 pass = 0; in ast_ddc_algo_bit_data_getscl()
128 pass++; in ast_ddc_algo_bit_data_getscl()
130 pass = 0; in ast_ddc_algo_bit_data_getscl()
133 } while ((pass < 5) && (count++ < 0x10000)); in ast_ddc_algo_bit_data_getscl()
/linux/fs/jbd2/
H A Drecovery.c41 struct recovery_info *info, enum passtype pass);
239 struct recovery_info *info, enum passtype pass) in fc_do_one_pass() argument
259 err = journal->j_fc_replay_callback(journal, bh, pass, in fc_do_one_pass()
282 * Recovery is done in three passes. In the first pass, we look for the
284 * blocks. In the third and final pass, we replay any un-revoked blocks
354 * We perform one pass over the journal to allow us to tell the user how
489 struct recovery_info *info, enum passtype pass) in do_one_pass() argument
518 if (pass == PASS_SCAN) in do_one_pass()
521 jbd2_debug(1, "Starting recovery pass %d\n", pass); in do_one_pass()
543 if (pass != PASS_SCAN) in do_one_pass()
[all …]
/linux/net/netfilter/ipvs/
H A Dip_vs_wrr.c35 * Last pass should be with cw = di. We have mw/di passes in total:
37 * pass 1: cw = max weight
38 * pass 2: cw = max weight - di
39 * pass 3: cw = max weight - 2 * di
41 * last pass: cw = di
49 * pass 1: cw = max weight - (di - 1)
50 * pass 2: cw = max weight - di - (di - 1)
51 * pass 3: cw = max weight - 2 * di - (di - 1)
53 * last pass: cw = 1
175 /* Stop only after all dests were checked for weight >= 1 (last pass) */ in ip_vs_wrr_schedule()
[all …]
/linux/drivers/gpu/drm/i915/gt/
H A Dselftest_ring_submission.c106 int pass; in mixed_contexts_sync() local
109 for (pass = 0; pass < 2; pass++) { in mixed_contexts_sync()
114 pr_err("pass[%d] wa_bb emitted for the kernel context\n", in mixed_contexts_sync()
115 pass); in mixed_contexts_sync()
125 pr_err("pass[%d] wa_bb *NOT* emitted after the kernel context\n", in mixed_contexts_sync()
126 pass); in mixed_contexts_sync()
136 pr_err("pass[%d] wa_bb *NOT* emitted for the user context switch\n", in mixed_contexts_sync()
137 pass); in mixed_contexts_sync()
H A Dselftest_context.c199 int pass; in __live_active_context() local
234 for (pass = 0; pass <= 2; pass++) { in __live_active_context()
251 pr_err("context is not active; expected idle-barrier (%s pass %d)\n", in __live_active_context()
252 engine->name, pass); in __live_active_context()
359 int pass; in __live_remote_context() local
394 for (pass = 0; pass <= 2; pass++) { in __live_remote_context()
404 pr_err("remote context is not active; expected idle-barrier (%s pass %d)\n", in __live_remote_context()
405 engine->name, pass); in __live_remote_context()
/linux/fs/gfs2/
H A Dlops.h56 unsigned int pass) in lops_before_scan() argument
61 gfs2_log_ops[x]->lo_before_scan(jd, head, pass); in lops_before_scan()
67 unsigned int pass) in lops_scan_elements() argument
73 ld, ptr, pass); in lops_scan_elements()
82 unsigned int pass) in lops_after_scan() argument
87 gfs2_log_ops[x]->lo_after_scan(jd, error, pass); in lops_after_scan()

12345678910>>...97