| /kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
| D | nv_accel.c | 60 at the jump offset + SKIPS dwords with noop padding in between 62 #define SKIPS 8 macro 131 if (dmaGet <= SKIPS) { in NVDmaWait() 132 if (par->dmaPut <= SKIPS) in NVDmaWait() 133 WRITE_PUT(par, SKIPS + 1); in NVDmaWait() 137 } while (--cnt && dmaGet <= SKIPS); in NVDmaWait() 143 WRITE_PUT(par, SKIPS); in NVDmaWait() 144 par->dmaCurrent = par->dmaPut = SKIPS; in NVDmaWait() 145 par->dmaFree = dmaGet - (SKIPS + 1); in NVDmaWait() 211 for (i = 0; i < SKIPS; i++) in NVResetGraphics() [all …]
|
| /kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/ |
| D | nv_accel.c | 60 at the jump offset + SKIPS dwords with noop padding in between 62 #define SKIPS 8 macro 131 if (dmaGet <= SKIPS) { in NVDmaWait() 132 if (par->dmaPut <= SKIPS) in NVDmaWait() 133 WRITE_PUT(par, SKIPS + 1); in NVDmaWait() 137 } while (--cnt && dmaGet <= SKIPS); in NVDmaWait() 143 WRITE_PUT(par, SKIPS); in NVDmaWait() 144 par->dmaCurrent = par->dmaPut = SKIPS; in NVDmaWait() 145 par->dmaFree = dmaGet - (SKIPS + 1); in NVDmaWait() 211 for (i = 0; i < SKIPS; i++) in NVResetGraphics() [all …]
|
| /kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
| D | btcx-risc.c | 175 struct btcx_skiplist *skips, unsigned int *nskips, in btcx_calc_skips() argument 203 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips() 205 skips[skip].start = clips[clip].c.left; in btcx_calc_skips() 206 if (skips[skip].start < 0) in btcx_calc_skips() 207 skips[skip].start = 0; in btcx_calc_skips() 208 skips[skip].end = clips[clip].c.left + clips[clip].c.width; in btcx_calc_skips() 209 if (skips[skip].end > width) in btcx_calc_skips() 210 skips[skip].end = width; in btcx_calc_skips() 215 if (skips[skip-1].end < end) in btcx_calc_skips() 216 skips[skip-1].end = end; in btcx_calc_skips() [all …]
|
| D | bttv-risc.c | 241 struct btcx_skiplist *skips; in bttv_risc_overlay() local 247 skips = kmalloc_array(ov->nclips, sizeof(*skips),GFP_KERNEL); in bttv_risc_overlay() 248 if (NULL == skips) in bttv_risc_overlay() 257 kfree(skips); in bttv_risc_overlay() 284 skips, &nskips, ov->clips, ov->nclips); in bttv_risc_overlay() 291 } else if (start < skips[skip].start) { in bttv_risc_overlay() 293 end = skips[skip].start; in bttv_risc_overlay() 296 end = skips[skip].end; in bttv_risc_overlay() 319 kfree(skips); in bttv_risc_overlay()
|
| D | btcx-risc.h | 26 struct btcx_skiplist *skips, unsigned int *nskips,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/ci/ |
| D | igt_runner.sh | 29 if [ -e "/install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt" ]; then 30 IGT_SKIPS="--skips /install/xfails/$DRIVER_NAME-$GPU_VERSION-skips.txt"
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
| D | nouveau_dma.h | 38 * to avoid this we jump to offset + SKIPS and fill the difference with 42 * a SKIPS value of 8. Lets assume that the race condition is to do 44 * bytes so we need a larger SKIPS value.
|
| D | nouveau_dma.c | 184 * from the SKIPS area, so the code below doesn't have to deal in nouveau_dma_wait() 214 /* wait for GET to depart from the skips area. in nouveau_dma_wait()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/ |
| D | nouveau_dma.h | 39 * to avoid this we jump to offset + SKIPS and fill the difference with 43 * a SKIPS value of 8. Lets assume that the race condition is to do 45 * bytes so we need a larger SKIPS value.
|
| D | nouveau_dma.c | 187 * from the SKIPS area, so the code below doesn't have to deal in nouveau_dma_wait() 217 /* wait for GET to depart from the skips area. in nouveau_dma_wait()
|
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| D | unwind.h | 22 * If 'first_frame' is not zero unwind_start skips unwind frames until it 26 * unwind_next_frame skips to the next frame.
|
| /kernel/linux/linux-6.6/Documentation/trace/ |
| D | fprobe.rst | 172 skips both of entry and exit callback and the latter skips the exit 177 counter may not work correctly, because ftrace skips the fprobe function which
|
| /kernel/linux/linux-6.6/arch/s390/include/asm/ |
| D | unwind.h | 24 * If 'first_frame' is not zero unwind_start skips unwind frames until it 28 * unwind_next_frame skips to the next frame.
|
| /kernel/linux/linux-5.10/Documentation/driver-api/mtd/ |
| D | nand_ecc.rst | 90 - rp6 covers 8 bytes then skips 8 etc 91 - rp7 skips 8 bytes then covers 8 etc 92 - rp8 covers 16 bytes then skips 16 etc 93 - rp9 skips 16 bytes then covers 16 etc 94 - rp10 covers 32 bytes then skips 32 etc 95 - rp11 skips 32 bytes then covers 32 etc 96 - rp12 covers 64 bytes then skips 64 etc 97 - rp13 skips 64 bytes then covers 64 etc 98 - rp14 covers 128 bytes then skips 128 99 - rp15 skips 128 bytes then covers 128
|
| /kernel/linux/linux-6.6/Documentation/driver-api/mtd/ |
| D | nand_ecc.rst | 90 - rp6 covers 8 bytes then skips 8 etc 91 - rp7 skips 8 bytes then covers 8 etc 92 - rp8 covers 16 bytes then skips 16 etc 93 - rp9 skips 16 bytes then covers 16 etc 94 - rp10 covers 32 bytes then skips 32 etc 95 - rp11 skips 32 bytes then covers 32 etc 96 - rp12 covers 64 bytes then skips 64 etc 97 - rp13 skips 64 bytes then covers 64 etc 98 - rp14 covers 128 bytes then skips 128 99 - rp15 skips 128 bytes then covers 128
|
| /kernel/linux/linux-6.6/Documentation/gpu/ |
| D | automated_testing.rst | 55 IGT tests to be run on all drivers (unless mentioned in a driver's \*-skips.txt 70 drivers/gpu/drm/ci/${DRIVER_NAME}-${HW_REVISION}-skips.txt 109 issues, for example), you can remove tests from the flakes and/or skips lists,
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| D | test_verifier.c | 63 static int skips; variable 374 skips++; in skip_unsupported_map() 958 fixup_skips = skips; in do_test_single() 966 /* If there were some map skips during fixup due to missing bpf in do_test_single() 969 if (fixup_skips != skips) in do_test_single() 1017 skips++; in do_test_single() 1182 skips++; in do_test() 1194 skips++; in do_test() 1202 skips, errors); in do_test()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| D | test_maps.h | 17 extern int skips;
|
| D | test_verifier.c | 77 static int skips; variable 537 skips++; in skip_unsupported_map() 1577 fixup_skips = skips; in do_test_single() 1585 /* If there were some map skips during fixup due to missing bpf in do_test_single() 1588 if (fixup_skips != skips) in do_test_single() 1655 skips++; in do_test_single() 1661 skips++; in do_test_single() 1820 skips++; in do_test() 1832 skips++; in do_test() 1843 skips, errors); in do_test()
|
| /kernel/linux/linux-5.10/drivers/media/common/ |
| D | btcx-risc.h | 28 struct btcx_skiplist *skips, unsigned int *nskips,
|
| /kernel/linux/linux-5.10/tools/perf/Documentation/ |
| D | itrace.txt | 50 skips the first million instructions.
|
| /kernel/linux/linux-6.6/tools/virtio/ringtest/ |
| D | virtio_ring_0_9.c | 25 * (which skips index reads on consumer in favor of looking at 30 * (which skips ring updates and reads and writes len in descriptor).
|
| /kernel/linux/linux-5.10/tools/virtio/ringtest/ |
| D | virtio_ring_0_9.c | 25 * (which skips index reads on consumer in favor of looking at 30 * (which skips ring updates and reads and writes len in descriptor).
|
| /kernel/linux/linux-6.6/tools/perf/Documentation/ |
| D | itrace.txt | 56 skips the first million instructions.
|
| /kernel/linux/linux-5.10/mm/ |
| D | cleancache.c | 73 * a) iterate_supers skips only those super blocks that has started in cleancache_register_ops() 84 * From a) it follows that if iterate_supers skips a super block, then in cleancache_register_ops()
|