Home
last modified time | relevance | path

Searched refs:skipped (Results 1 – 25 of 144) sorted by relevance

123456

/linux/tools/testing/kunit/test_data/
H A Dtest_skip_all_tests.log5 ok 1 - string_stream_test_empty_on_creation # SKIP all tests skipped
6 ok 2 - string_stream_test_not_empty_after_add # SKIP all tests skipped
7 ok 3 - string_stream_test_get_string # SKIP all tests skipped
12 ok 1 - example_simple_test # SKIP all tests skipped
14 ok 2 - example_skip_test # SKIP this test should be skipped
H A Dtest_skip_tests.log14 ok 2 - example_skip_test # SKIP this test should be skipped
/linux/drivers/acpi/apei/
H A Dbert.c52 int printed = 0, skipped = 0; in bert_print_all() local
78 skipped++; in bert_print_all()
92 if (skipped) in bert_print_all()
93 pr_info(HW_ERR "Skipped %d error records\n", skipped); in bert_print_all()
95 if (printed + skipped) in bert_print_all()
96 pr_info("Total records found: %d\n", printed + skipped); in bert_print_all()
/linux/drivers/net/ethernet/cisco/enic/
H A Dvnic_rq.h157 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument
160 int skipped; in vnic_rq_service() local
165 skipped = (buf->index != completed_index); in vnic_rq_service()
167 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service()
174 if (!skipped) in vnic_rq_service()
H A Denic_rq.c393 int skipped; in enic_rq_service() local
396 skipped = (vrq_buf->index != completed_index); in enic_rq_service()
397 if (!skipped) in enic_rq_service()
406 if (!skipped) in enic_rq_service()
/linux/drivers/scsi/fnic/
H A Dvnic_rq.h172 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument
175 int skipped; in vnic_rq_service() local
180 skipped = (buf->index != completed_index); in vnic_rq_service()
182 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service()
189 if (!skipped) in vnic_rq_service()
/linux/fs/cachefiles/
H A Dio.c24 size_t skipped; member
61 ki->skipped += ret; in cachefiles_read_complete()
87 size_t len = iov_iter_count(iter), skipped = 0; in cachefiles_read() local
110 skipped = 0; in cachefiles_read()
125 skipped = len; in cachefiles_read()
130 skipped = off2 - off; in cachefiles_read()
131 iov_iter_zero(skipped, iter); in cachefiles_read()
141 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read()
144 ki->skipped = skipped; in cachefiles_read()
157 trace_cachefiles_read(object, file_inode(file), ki->iocb.ki_pos, len - skipped); in cachefiles_read()
[all …]
/linux/drivers/cxl/core/
H A Dhdm.c331 resource_size_t skipped = __adjust_skip(cxlds, skip_base, skip_len, in request_skip() local
334 if (skipped == skip_len) in request_skip()
339 dev_name(&cxled->cxld.dev), &skip_base, &skip_len, &skipped); in request_skip()
341 release_skip(cxlds, skip_base, skipped); in request_skip()
348 resource_size_t skipped) in __cxl_dpa_reserve() argument
383 if (skipped) { in __cxl_dpa_reserve()
384 rc = request_skip(cxlds, cxled, base - skipped, skipped); in __cxl_dpa_reserve()
393 if (skipped) in __cxl_dpa_reserve()
394 release_skip(cxlds, base - skipped, skipped); in __cxl_dpa_reserve()
398 cxled->skip = skipped; in __cxl_dpa_reserve()
[all …]
/linux/tools/testing/selftests/x86/bugs/
H A Dits_ret_alignment.py85 passed = unknown = failed = skipped = False
109 skipped = True variable
114 elif skipped:
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf_multi.c54 long skipped = 0; variable
68 skipped += 1; in test_ringbuf()
/linux/tools/perf/tests/shell/
H A Drecord.sh326 local -i skipped=0
340 ((skipped+=1))
354 ((skipped+=1))
356 if [ $skipped -eq 2 ]
/linux/lib/
H A Dref_tracker.c146 unsigned int i = 0, skipped; in __ref_tracker_dir_pr_ostream() local
164 for (i = 0, skipped = stats->total; i < stats->count; ++i) { in __ref_tracker_dir_pr_ostream()
171 skipped -= stats->stacks[i].count; in __ref_tracker_dir_pr_ostream()
174 if (skipped) in __ref_tracker_dir_pr_ostream()
176 s->prefix, dir->class, dir, skipped, stats->total); in __ref_tracker_dir_pr_ostream()
/linux/tools/testing/kunit/
H A Dkunit_parser.py63 """Returns true if the status was ok, i.e. passed or skipped."""
84 skipped: int = 0 variable in TestCounts
90 ('crashed', self.crashed), ('skipped', self.skipped),
100 self.skipped)
115 self.skipped += counts.skipped
132 # We have only skipped tests.
142 self.skipped += 1
642 skipped, an
[all...]
/linux/lib/kunit/
H A Dtest.c92 unsigned long skipped; member
120 stats.skipped, in kunit_print_test_stats()
612 suite_stats.skipped, in kunit_print_suite_stats()
621 param_stats.skipped, in kunit_print_suite_stats()
634 stats->skipped++; in kunit_update_stats()
648 total->skipped += add.skipped; in kunit_accumulate_stats()
/linux/tools/testing/selftests/net/tcp_ao/lib/
H A Dsetup.c55 static volatile int skipped; variable
66 } else if (skipped) { in test_exit()
222 skipped = 1; in __test_skip_all()
/linux/fs/afs/
H A Dvl_alias.c231 bool skipped = false, not_skipped = false; in afs_vl_get_cell_name() local
240 skipped = true; in afs_vl_get_cell_name()
248 if (skipped && !not_skipped) in afs_vl_get_cell_name()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf_multi.c137 CHECK(skel->bss->skipped != 1, "err_skipped", "exp %ld, got %ld\n", in test_ringbuf_multi()
138 1L, skel->bss->skipped); in test_ringbuf_multi()
/linux/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.c428 struct cached_chapter_index **skipped; in purge_search_list() local
437 skipped = &cache->scratch_entries[0]; in purge_search_list()
446 skipped[next_skipped++] = chapter; in purge_search_list()
451 memcpy(&entries[next_alive], skipped, in purge_search_list()
/linux/tools/testing/selftests/bpf/
H A Dtest_progs.c342 static char *test_result(bool failed, bool skipped) in test_result()
344 return failed ? "FAIL" : (skipped ? "SKIP" : "OK");
460 subtest_state->skipped)); in dump_test_log()
530 if (!subtest_state->skipped) in test__end_subtest()
540 subtest_state->skipped)); in test__end_subtest()
613 env.subtest_state->skipped = true; in test__skip()
1483 subtest_state->skipped = msg.subtest_done.skipped; in dispatch_thread()
1627 jsonw_uint_field(w, "skipped", skip_cnt); in calculate_summary_and_print_errors()
1805 msg.subtest_done.skipped in worker_main_send_subtests()
339 test_result(bool failed,bool skipped) test_result() argument
[all...]
/linux/kernel/
H A Dsysctl.c907 size_t skipped = 0; in proc_do_large_bitmap() local
912 skipped = *lenp - left; in proc_do_large_bitmap()
933 if ((left <= 1) && skipped) { in proc_do_large_bitmap()
959 if (!left && skipped) { in proc_do_large_bitmap()
980 left += skipped; in proc_do_large_bitmap()
/linux/tools/testing/selftests/tc-testing/creating-testcases/
H A DAddingTestCases.txt39 marked as skipped. This key can be placed anywhere inside the
42 is skipped when the command returns non-zero.
83 in the test cases. tdc will output a series of TAP results for the skipped
/linux/Documentation/devicetree/bindings/net/
H A Dcortina.txt13 can be skipped.
/linux/drivers/platform/loongarch/
H A DKconfig15 If you say N, all options in this submenu will be skipped and disabled.
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-ina2xx-adc13 available for reading data. However, samples can be occasionally skipped
/linux/tools/testing/selftests/arm64/
H A DREADME4 - These tests are arm64 specific and so not built or run but just skipped

123456