| /linux/tools/testing/selftests/openat2/ |
| H A D | resolve_test.c | |
| /linux/tools/testing/selftests/kselftest_harness/ |
| H A D | harness-selftest.expected | 60 # RUN fixture.pass ... 61 # harness-selftest.c:53:pass:setup 62 # harness-selftest.c:62:pass:before 63 # harness-selftest.c:19:pass:before 64 # harness-selftest.c:23:pass:after 65 # harness-selftest.c:66:pass:after 66 # harness-selftest.c:58:pass:teardown same-process=1 67 # OK fixture.pass 68 ok 15 fixture.pass 83 # RUN fixture_parent.pass [all...] |
| H A D | harness-selftest.c | 61 TEST_F(fixture, pass) { in TEST_F() argument 95 TEST_F(fixture_parent, pass) { in TEST_F() argument 115 TEST_F(fixture_setup_failure, pass) { in TEST_F() argument
|
| /linux/arch/mips/include/asm/sibyte/ |
| H A D | sb1250_defs.h | 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) \ 127 | (SIBYTE_HDR_FMASK(chip, pass) - 1)) & SIBYTE_HDR_FMASK_ALLREVS(chip)) 141 #define SIBYTE_HDR_FEATURE(chip, pass) \ argument 142 (!! ((SIBYTE_HDR_FMASK(chip, pass) \ 143 | SIBYTE_HDR_FMASK_AFTER(chip, pass)) & SIBYTE_HDR_FEATURES)) [all …]
|
| /linux/tools/perf/tests/ |
| H A D | time-utils-test.c | 76 bool pass = false; in test__perf_time__parse_for_ranges() 131 pass = true; in test__perf_time__parse_for_ranges() 135 return pass; in test__time_utils() 140 bool pass = true; in test__time_utils() 142 pass &= test__parse_nsec_time("0", 0); in test__time_utils() 143 pass &= test__parse_nsec_time("1", 1000000000ULL); in test__time_utils() 144 pass &= test__parse_nsec_time("0.000000001", 1); in test__time_utils() 145 pass &= test__parse_nsec_time("1.000000001", 1000000001ULL); in test__time_utils() 146 pass &= test__parse_nsec_time("123456.123456", 123456123456000ULL); in test__time_utils() 147 pass in test__time_utils() 79 bool pass = false; test__perf_time__parse_for_ranges() local 136 bool pass = true; test__time_utils() local [all...] |
| H A D | builtin-test.c | 1168 struct child_test **child, int width, int pass) 1174 if (pass == 1) { 1190 if (pass == 1 && !sequential && test_exclusive(test, curr_test_case)) { 1191 /* When parallel, skip exclusive tests on the first pass. */ 1194 if (pass != 1 && (sequential || !test_exclusive(test, curr_test_case))) { 1195 /* Sequential and non-exclusive tests were run on the first pass. */ 1217 if (sequential || pass == 2) { 1334 * In parallel mode pass 1 runs non-exclusive tests in parallel, pass 2 1336 * run in pass 502 start_test(struct test_suite * test,int curr_suite,int curr_test_case,struct child_test ** child,int width,int pass) start_test() argument 612 for (int pass = 1; pass <= 2; pass++) { __cmd_test() local 762 for (int pass = 1; pass <= 2; pass++) { build_suites() local [all...] |
| /linux/arch/mips/cavium-octeon/executive/ |
| H A D | octeon-model.c | 64 char pass[4]; in octeon_model_get_string_buffer() local 116 sprintf(pass, "%d.%d", (int)((chip_id >> 3) & 7) + 1, (int)chip_id & 7); in octeon_model_get_string_buffer() 212 strscpy(pass, "1.X"); in octeon_model_get_string_buffer() 215 strscpy(pass, "2.X"); in octeon_model_get_string_buffer() 218 strscpy(pass, "3.X"); in octeon_model_get_string_buffer() 221 strscpy(pass, "X.X"); in octeon_model_get_string_buffer() 236 strscpy(pass, "1.0"); in octeon_model_get_string_buffer() 239 strscpy(pass, "1.1"); in octeon_model_get_string_buffer() 242 strscpy(pass, "X.X"); in octeon_model_get_string_buffer() 257 strscpy(pass, "1.0"); in octeon_model_get_string_buffer() [all …]
|
| /linux/tools/testing/selftests/arm64/gcs/ |
| H A D | basic-gcs.c | 186 bool pass = true; in map_guarded_stack() 202 pass = false; in map_guarded_stack() 213 pass = false; in map_guarded_stack() 223 pass = false; in map_guarded_stack() 230 pass = false; in map_guarded_stack() 233 return pass; in map_guarded_stack() 242 bool pass = true; in test_fork() 247 pass = false; in test_fork() 283 pass = false; in test_fork() 288 pass in test_fork() 189 bool pass = true; map_guarded_stack() local 246 bool pass = true; test_fork() local 308 bool pass = true; test_vfork() local [all...] |
| /linux/tools/testing/selftests/arm64/fp/ |
| H A D | fp-ptrace.c | 423 bool pass = true; in check_ptrace_values_sve() 444 pass = false; in check_ptrace_values_sve() 453 pass = false; in check_ptrace_values_sve() 459 pass = false; in check_ptrace_values_sve() 465 pass = false; in check_ptrace_values_sve() 470 pass = false; in check_ptrace_values_sve() 477 pass = false; in check_ptrace_values_sve() 486 pass = false; in check_ptrace_values_ssve() 491 pass = false; in check_ptrace_values_ssve() 496 pass in check_ptrace_values_ssve() 405 bool pass = true; check_ptrace_values_sve() local 489 bool pass = true; check_ptrace_values_ssve() local 571 bool pass = true; check_ptrace_values_za() local 671 bool pass = true; check_ptrace_values() local 713 bool pass; run_parent() local 973 bool pass = true; check_memory_values() local 1373 bool pass; run_test() local [all...] |
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_migrate_reuseport.c | 53 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/drivers/gpu/drm/ast/ |
| H A D | ast_ddc.c | 98 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/drivers/pcmcia/ |
| H A D | cardbus.c | 70 unsigned int max, pass; in cb_alloc() local 77 for (pass = 0; pass < 2; pass++) in cb_alloc() 79 max = pci_scan_bridge(bus, dev, max, pass); in cb_alloc()
|
| /linux/tools/testing/selftests/x86/ |
| H A D | syscall_numbering.c | 252 enum ptrace_pass pass = sh->ptrace_pass; in test_syscalls_common() local 264 if (pass >= PTP_FUZZRET) in test_syscalls_common() 338 enum ptrace_pass pass; in syscall_numbering_tracee() local 346 for (sh->ptrace_pass = pass = PTP_NOTHING; pass < PTP_DONE; in syscall_numbering_tracee() 347 sh->ptrace_pass = ++pass) { in syscall_numbering_tracee() 348 run("Running tests under ptrace: %s\n", ptrace_pass_name[pass]); in syscall_numbering_tracee() 353 static void mess_with_syscall(pid_t testpid, enum ptrace_pass pass) in mess_with_syscall() argument 360 if (pass == PTP_NOTHING || pass == PTP_DONE) in mess_with_syscall() 371 switch (pass) { in mess_with_syscall()
|
| /linux/arch/sparc/kernel/ |
| H A D | iommu-common.c | 107 int pass = 0; in iommu_tbl_range_alloc() local 136 if (pass == 0 && handle && *handle && in iommu_tbl_range_alloc() 159 if ((start & mask) >= limit || pass > 0) { in iommu_tbl_range_alloc() 184 if (likely(pass == 0)) { in iommu_tbl_range_alloc() 188 pass++; in iommu_tbl_range_alloc() 190 } else if (!largealloc && pass <= iommu->nr_pools) { in iommu_tbl_range_alloc() 197 pass++; in iommu_tbl_range_alloc()
|
| /linux/tools/testing/selftests/timers/ |
| H A D | valid-adjtimex.c | 114 int ret, pass = 0; in validate_freq() local 133 pass = -1; in validate_freq() 152 pass = -1; in validate_freq() 161 pass = -1; in validate_freq() 176 pass = -1; in validate_freq() 189 return pass; in validate_freq()
|
| /linux/tools/testing/selftests/drivers/net/mlxsw/ |
| H A D | port_range_occ.sh | 75 action pass 81 action pass 84 action pass 87 action pass
|
| H A D | sharedbuffer.sh | 121 action pass 143 action pass 154 action pass 176 action pass 185 src_mac $h1mac action pass 204 src_mac $h1mac action pass
|
| H A D | one_armed_router.sh | 137 action pass 141 action pass 145 action pass 180 action pass 184 action pass 188 action pass
|
| /linux/tools/testing/selftests/ |
| H A D | kselftest_deps.sh | 68 pass=$(mktemp).out 69 trap "rm -f $pass" EXIT 274 echo "PASS: $test dependency check passed $lib" >> $pass 303 cat $pass
|
| /linux/drivers/cxl/ |
| H A D | security.c | 108 memcpy(dis_pass.pass, key_data->data, NVDIMM_PASSPHRASE_LEN); in __cxl_pmem_security_disable() 149 u8 pass[NVDIMM_PASSPHRASE_LEN]; in cxl_pmem_security_unlock() local 153 memcpy(pass, key_data->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_unlock() 157 .payload_in = pass, in cxl_pmem_security_unlock() 182 memcpy(erase.pass, key->data, NVDIMM_PASSPHRASE_LEN); in cxl_pmem_security_passphrase_erase()
|
| /linux/Documentation/translations/zh_CN/kbuild/ |
| H A D | gcc-plugins.rst | 71 **$(src)/scripts/gcc-plugins/gcc-generate-gimple-pass.h, 72 $(src)/scripts/gcc-plugins/gcc-generate-ipa-pass.h, 73 $(src)/scripts/gcc-plugins/gcc-generate-simple_ipa-pass.h, 74 $(src)/scripts/gcc-plugins/gcc-generate-rtl-pass.h**
|
| /linux/tools/testing/selftests/net/forwarding/ |
| H A D | tc_flower_l2_miss.sh | 82 dst_ip $dip action pass 86 dst_ip $dip action pass 139 action pass 143 action pass 256 dst_ip $dip action pass 307 action pass 310 action pass
|
| /linux/arch/m68k/ifpsp060/ |
| H A D | ilsp.doc | 87 pea (%sp) # pass: result addr on stack 88 mov.l %d0,-(%sp) # pass: multiplicand on stack 89 mov.l _multiplier,-(%sp) # pass: multiplier on stack 101 pea (%sp) # pass: result addr on stack 102 mov.l %d0,-(%sp) # pass: dividend hi on stack 103 mov.l %d1,-(%sp) # pass: dividend hi on stack 104 mov.l _divisor,-(%sp) # pass: divisor on stack 120 pea _bounds # pass ptr to bounds 121 mov.l %d0,-(%sp) # pass Rn
|
| /linux/sound/soc/ |
| H A D | soc-topology.c | 60 unsigned int pass; /* pass number */ member 235 /* pass vendor data to component driver for processing */ in soc_tplg_vendor_load() 259 /* optionally pass new dynamic widget to component driver. This is mainly for in soc_tplg_widget_load() 271 /* optionally pass new dynamic widget to component driver. This is mainly for in soc_tplg_widget_ready() 283 /* pass DAI configurations to component driver for extra initialization */ in soc_tplg_dai_load() 295 /* pass link configurations to component driver for extra initialization */ in soc_tplg_dai_link_load() 350 int pass) in soc_tplg_remove_kcontrol() 354 if (pass != SOC_TPLG_PASS_CONTROL) in soc_tplg_remove_kcontrol() 366 struct snd_soc_dobj *dobj, int pass) in soc_tplg_remove_route() 346 soc_tplg_remove_kcontrol(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) soc_tplg_remove_kcontrol() argument 362 soc_tplg_remove_route(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) soc_tplg_remove_route() argument 375 soc_tplg_remove_widget(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) soc_tplg_remove_widget() argument 399 soc_tplg_remove_dai(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) soc_tplg_remove_dai() argument 420 soc_tplg_remove_link(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) soc_tplg_remove_link() argument 441 remove_backend_link(struct snd_soc_component * comp,struct snd_soc_dobj * dobj,int pass) remove_backend_link() argument 2164 int pass; snd_soc_tplg_component_remove() local [all...] |
| /linux/tools/testing/selftests/mm/ |
| H A D | memfd_secret.c | 28 #define pass(fmt, ...) ksft_test_result_pass(fmt, ##__VA_ARGS__) macro 57 pass("file IO is blocked as expected\n"); in test_file_apis() 84 pass("mlock limit is respected\n"); in test_mlock_limit() 116 pass("vmsplice is blocked as expected with %s\n", desc); in test_vmsplice() 194 pass("%s is blocked as expected\n", name); in check_child_status()
|