/Linux-v5.15/tools/testing/kunit/test_data/ |
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
|
/Linux-v5.15/tools/testing/kunit/ |
D | kunit_parser.py | 46 SKIPPED = auto() variable in TestStatus 170 test_case.status = TestStatus.SKIPPED 241 elif left == TestStatus.SKIPPED: 263 test_suite.status = TestStatus.SKIPPED 275 return reduce(max_status, status_list, TestStatus.SKIPPED) 367 skipped: int 373 self.skipped = 0 376 return self.passed + self.failed + self.crashed + self.skipped 383 elif test_suite.status == TestStatus.SKIPPED: 384 print_suite_divider(yellow('[SKIPPED] ') + test_suite.name) [all …]
|
/Linux-v5.15/arch/powerpc/perf/ |
D | hv-gpci-requests.h | 181 /* Processor_config (0x90) skipped, no counters */ 182 /* Current_processor_frequency (0x91) skipped, no counters */ 198 /* Processor_core_power_mode (0x95) skipped, no counters */ 199 /* Affinity_domain_information_by_virtual_processor (0xA0) skipped, 201 /* Affinity_domain_information_by_domain (0xB0) skipped, no counters */ 202 /* Affinity_domain_information_by_partition (0xB1) skipped, no counters */ 203 /* Physical_memory_info (0xC0) skipped, no counters */ 204 /* Processor_bus_topology (0xD0) skipped, no counters */ 259 /* set_mmcrh (0x80001000) skipped, no counters */ 260 /* retrieve_hpmcx (0x80002000) skipped, no counters */
|
D | hv-gpci.h | 9 * [7 is skipped by spec 1.07] 12 * [4 skipped] 14 * [1,2 skipped]
|
/Linux-v5.15/fs/cachefiles/ |
D | io.c | 21 size_t skipped; member 48 ret += ki->skipped; in cachefiles_read_complete() 69 size_t len = iov_iter_count(iter), skipped = 0; in cachefiles_read() local 83 skipped = 0; in cachefiles_read() 94 skipped = len; in cachefiles_read() 99 skipped = off2 - off; in cachefiles_read() 100 iov_iter_zero(skipped, iter); in cachefiles_read() 110 ki->iocb.ki_pos = start_pos + skipped; in cachefiles_read() 114 ki->skipped = skipped; in cachefiles_read() 155 term_func(term_func_priv, ret < 0 ? ret : skipped, false); in cachefiles_read()
|
/Linux-v5.15/drivers/usb/misc/ |
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));
|
/Linux-v5.15/drivers/usb/mtu3/ |
D | mtu3_host.c | 141 /* power on and enable u3 ports except skipped ones */ in ssusb_host_enable() 181 /* power down and disable u3 ports except skipped ones */ in ssusb_host_disable() 191 /* power down and disable u2 ports except skipped ones */ in ssusb_host_disable() 226 /* power on u3 ports except skipped ones */ in ssusb_host_resume() 236 /* power on all u2 ports except skipped ones */ in ssusb_host_resume() 258 /* power down u3 ports except skipped ones */ in ssusb_host_suspend() 268 /* power down u2 ports except skipped ones */ in ssusb_host_suspend()
|
/Linux-v5.15/tools/testing/selftests/lkdtm/ |
D | run.sh | 5 # with a leading "#" are skipped. The rest of the line after the 7 # or the rationale for why a test is marked to be skipped. 31 echo "Skipped: missing test '$test' in tests.txt" 36 echo "Skipped: test '$test' missing in $TRIGGER!"
|
/Linux-v5.15/drivers/net/ethernet/cisco/enic/ |
D | vnic_rq.h | 168 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument 171 int skipped; in vnic_rq_service() local 176 skipped = (buf->index != completed_index); in vnic_rq_service() 178 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service() 185 if (!skipped) in vnic_rq_service()
|
/Linux-v5.15/drivers/scsi/fnic/ |
D | vnic_rq.h | 184 int skipped, void *opaque), void *opaque) in vnic_rq_service() argument 187 int skipped; in vnic_rq_service() local 192 skipped = (buf->index != completed_index); in vnic_rq_service() 194 (*buf_service)(rq, cq_desc, buf, skipped, opaque); in vnic_rq_service() 201 if (!skipped) in vnic_rq_service()
|
/Linux-v5.15/lib/kunit/ |
D | kunit-example-test.c | 44 * This test should always be skipped. 52 kunit_skip(test, "this test should be skipped"); in example_skip_test() 59 * This test should always be marked skipped. 67 kunit_mark_skipped(test, "this test should be skipped"); in example_mark_skipped_test()
|
D | test.c | 68 unsigned long skipped; member 96 stats.skipped, in kunit_print_test_stats() 452 suite_stats.skipped, in kunit_print_suite_stats() 461 param_stats.skipped, in kunit_print_suite_stats() 474 stats->skipped++; in kunit_update_stats() 488 total->skipped += add.skipped; in kunit_accumulate_stats()
|
/Linux-v5.15/drivers/media/pci/cx18/ |
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() 153 CX18_WARN("Skipped %s, MDL %d, %d times - it must have dropped out of rotation\n", 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-v5.15/tools/testing/selftests/bpf/prog_tests/ |
D | ringbuf_multi.c | 97 /* trigger few samples, some will be skipped */ in test_ringbuf_multi() 102 /* skipped, no ringbuf in slot 1 */ in test_ringbuf_multi() 123 CHECK(skel->bss->skipped != 1, "err_skipped", "exp %ld, got %ld\n", in test_ringbuf_multi() 124 1L, skel->bss->skipped); in test_ringbuf_multi()
|
/Linux-v5.15/Documentation/userspace-api/media/drivers/ |
D | hantro.rst | 11 If non-IDR, the bits to be skipped go from syntax element "pic_output_flag" 13 If IDR, the skipped bits are just "pic_output_flag"
|
/Linux-v5.15/virt/kvm/ |
D | binary_stats.c | 79 * The copy of the header would be skipped if offset is larger than the in kvm_stats_read() 100 * header part and could be skipped for later descriptors and stats in kvm_stats_read() 116 * The descriptors copy would be skipped in the typical case that in kvm_stats_read()
|
/Linux-v5.15/tools/testing/selftests/bpf/progs/ |
D | test_ringbuf_multi.c | 52 long skipped = 0; variable 67 skipped += 1; in test_ringbuf()
|
/Linux-v5.15/tools/testing/selftests/tc-testing/plugin-lib/ |
D | valgrindPlugin.py | 43 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 45 res.set_errormsg('Skipped because of prior setup/teardown failure') 109 res.set_errormsg('Test case designated as skipped.')
|
/Linux-v5.15/Documentation/networking/ |
D | fib_trie.rst | 28 Path Compression / skipped bits 33 in the key skipped over because they represent a single path with no 34 deviations. These "skipped bits" constitute Path Compression.
|
/Linux-v5.15/tools/testing/selftests/tc-testing/creating-plugins/ |
D | AddingPlugins.txt | 46 rest of the tests must be skipped. The info is stored in the object, 47 and the post_suite method can refer to it when dumping the "skipped"
|
/Linux-v5.15/arch/sparc/include/asm/ |
D | timer_64.h | 81 /* read tick 2 instructions and 11 skipped */ in get_tick() 86 /* read stick 2 instructions and 11 skipped */ in get_tick()
|
/Linux-v5.15/Documentation/devicetree/bindings/net/ |
D | mdio.yaml | 93 property is missing the delay will be skipped. 98 this property is missing the delay will be skipped.
|
/Linux-v5.15/tools/testing/selftests/powerpc/eeh/ |
D | eeh-functions.sh | 68 log "$dev, Skipped: bridge" 77 log "$dev, Skipped: ahci doesn't support recovery" 87 log "$dev, Skipped: Bad initial PE state"
|
/Linux-v5.15/arch/x86/mm/ |
D | srat.c | 56 …printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%04x -> Node %u skipped apicid that is too big\n", pxm, a… in acpi_numa_x2apic_affinity_init() 96 …printk(KERN_INFO "SRAT: PXM %u -> APIC 0x%02x -> Node %u skipped apicid that is too big\n", pxm, a… in acpi_numa_processor_affinity_init()
|
/Linux-v5.15/drivers/media/usb/stk1160/ |
D | stk1160-reg.h | 44 * send count unit (0x105) before each unit skipped. 52 * send count unit (0x105) before each unit skipped.
|