/linux-6.3-rc2/tools/testing/kunit/test_data/ |
A D | test_skip_all_tests.log | 5 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
|
A D | test_skip_tests.log | 14 ok 2 - example_skip_test # SKIP this test should be skipped
|
/linux-6.3-rc2/drivers/acpi/apei/ |
A D | bert.c | 51 int printed = 0, skipped = 0; in bert_print_all() local 77 skipped++; in bert_print_all() 91 if (skipped) in bert_print_all() 92 pr_info(HW_ERR "Skipped %d error records\n", skipped); in bert_print_all() 94 if (printed + skipped) in bert_print_all() 95 pr_info("Total records found: %d\n", printed + skipped); in bert_print_all()
|
/linux-6.3-rc2/drivers/usb/misc/ |
A D | usb_u132.h | 71 int halted, int skipped, int actual, int non_null)); 76 int halted, int skipped, int actual, int non_null)); 81 int halted, int skipped, int actual, int non_null)); 86 int halted, int skipped, int actual, int non_null)); 91 int halted, int skipped, int actual, int non_null));
|
A D | ftdi-elan.c | 133 int skipped; member 140 int repeat_number, int halted, int skipped, int actual, 834 int skipped = target->skipped; in ftdi_elan_do_callback() local 1051 target->skipped = (ftdi->response[0] >> 2) & in ftdi_elan_respond_engine() 1433 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_setup() argument 1476 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_setup() argument 1489 int halted, int skipped, int actual, int non_null)) in ftdi_elan_edset_input() argument 1540 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_input() argument 1596 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_empty() argument 1672 int halted, int skipped, int actual, int non_null)) in usb_ftdi_elan_edset_output() argument [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/cisco/enic/ |
A D | vnic_rq.h | 155 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument 158 int skipped; in vnic_rq_service() local 163 skipped = (buf->index != completed_index); in vnic_rq_service() 165 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service() 172 if (!skipped) in vnic_rq_service()
|
/linux-6.3-rc2/fs/cachefiles/ |
A D | io.c | 22 size_t skipped; member 59 ki->skipped += ret; in cachefiles_read_complete() 85 size_t len = iov_iter_count(iter), skipped = 0; in cachefiles_read() local 108 skipped = 0; in cachefiles_read() 123 skipped = len; in cachefiles_read() 128 skipped = off2 - off; in cachefiles_read() 129 iov_iter_zero(skipped, iter); in cachefiles_read() 139 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read() 142 ki->skipped = skipped; in cachefiles_read() 155 trace_cachefiles_read(object, file_inode(file), ki->iocb.ki_pos, len - skipped); in cachefiles_read() [all …]
|
/linux-6.3-rc2/drivers/scsi/fnic/ |
A D | vnic_rq.h | 172 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-6.3-rc2/drivers/media/pci/cx18/ |
A D | cx18-queue.c | 51 mdl->skipped = 0; in _cx18_enqueue() 82 mdl->skipped = 0; in cx18_dequeue() 150 mdl->skipped++; in cx18_queue_get_mdl() 151 if (mdl->skipped >= atomic_read(&s->q_busy.depth)-1) { in cx18_queue_get_mdl() 155 mdl->skipped); in cx18_queue_get_mdl() 179 ret->skipped = 0; in cx18_queue_get_mdl() 212 mdl->skipped = 0; in cx18_queue_flush()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/progs/ |
A D | test_ringbuf_multi.c | 54 long skipped = 0; variable 69 skipped += 1; in test_ringbuf()
|
/linux-6.3-rc2/lib/kunit/ |
A D | test.c | 79 unsigned long skipped; member 107 stats.skipped, in kunit_print_test_stats() 469 suite_stats.skipped, in kunit_print_suite_stats() 478 param_stats.skipped, in kunit_print_suite_stats() 491 stats->skipped++; in kunit_update_stats() 505 total->skipped += add.skipped; in kunit_accumulate_stats()
|
/linux-6.3-rc2/drivers/cxl/core/ |
A D | hdm.c | 238 resource_size_t skipped) in __cxl_dpa_reserve() argument 269 if (skipped) { in __cxl_dpa_reserve() 270 res = __request_region(&cxlds->dpa_res, base - skipped, skipped, in __cxl_dpa_reserve() 284 if (skipped) in __cxl_dpa_reserve() 285 __release_region(&cxlds->dpa_res, base - skipped, in __cxl_dpa_reserve() 286 skipped); in __cxl_dpa_reserve() 290 cxled->skip = skipped; in __cxl_dpa_reserve() 310 resource_size_t skipped) in devm_cxl_dpa_reserve() argument 316 rc = __cxl_dpa_reserve(cxled, base, len, skipped); in devm_cxl_dpa_reserve()
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | ktap.rst | 97 - "SKIP", which indicates a test was skipped (note the result of the test case 264 ok 1 test_1 # SKIP test_1 skipped 272 ok 3 test_3 # SKIP test_3 skipped 285 - "test_1", which is skipped, with the explanation "test_1 skipped" 292 - "test_3", which is skipped with the explanation "test_3 skipped" 298 makes sense for a test to be marked skipped if _all_ of its subtests have been 299 skipped).
|
/linux-6.3-rc2/tools/testing/kunit/ |
A D | kunit_parser.py | 85 skipped: int = 0 variable in TestCounts 91 ('crashed', self.crashed), ('skipped', self.skipped), 101 self.skipped) 116 self.skipped += counts.skipped 143 self.skipped += 1
|
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | ringbuf_multi.c | 122 CHECK(skel->bss->skipped != 1, "err_skipped", "exp %ld, got %ld\n", in test_ringbuf_multi() 123 1L, skel->bss->skipped); in test_ringbuf_multi()
|
/linux-6.3-rc2/fs/afs/ |
A D | vl_alias.c | 280 bool skipped = false, not_skipped = false; in afs_vl_get_cell_name() local 289 skipped = true; in afs_vl_get_cell_name() 297 if (skipped && !not_skipped) in afs_vl_get_cell_name()
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_progs.c | 221 static char *test_result(bool failed, bool skipped) in test_result() argument 223 return failed ? "FAIL" : (skipped ? "SKIP" : "OK"); in test_result() 316 subtest_state->skipped)); in dump_test_log() 377 if (!subtest_state->skipped) in test__end_subtest() 387 subtest_state->skipped)); in test__end_subtest() 454 env.subtest_state->skipped = true; in test__skip() 1194 subtest_state->skipped = msg.subtest_done.skipped; in dispatch_thread_send_subtests() 1490 msg.subtest_done.skipped = subtest_state->skipped; in worker_main_send_subtests()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/net/ |
A D | mdio.yaml | 87 property is missing the delay will be skipped. 92 this property is missing the delay will be skipped.
|
A D | cortina.txt | 13 can be skipped.
|
/linux-6.3-rc2/drivers/platform/loongarch/ |
A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and disabled.
|
/linux-6.3-rc2/arch/riscv/kvm/ |
A D | Kconfig | 15 If you say N, all options in this submenu will be skipped and
|
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/ |
A D | adi,adau7002.yaml | 21 IOVDD power supply, if skipped then it is assumed that the supply pin is
|
/linux-6.3-rc2/tools/testing/selftests/arm64/ |
A D | README | 4 - These tests are arm64 specific and so not built or run but just skipped
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_pipe_crc.c | 618 pipe_crc->skipped = 0; in intel_crtc_set_crc_source() 643 pipe_crc->skipped = 0; in intel_crtc_enable_pipe_crc() 657 pipe_crc->skipped = INT_MIN; in intel_crtc_disable_pipe_crc()
|
/linux-6.3-rc2/fs/reiserfs/ |
A D | prints.c | 550 int skipped, data_blocks; in print_super_block() local 575 skipped = bh->b_blocknr; in print_super_block() 576 data_blocks = sb_block_count(rs) - skipped - 1 - sb_bmap_nr(rs) - in print_super_block() 581 "1 super block, %d data blocks\n", skipped, sb_bmap_nr(rs), in print_super_block()
|