/linux-6.3-rc2/drivers/media/pci/bt8xx/ |
A D | btcx-risc.c | 174 struct btcx_skiplist *skips, unsigned int *nskips, in btcx_calc_skips() argument 204 skips[skip].start = clips[clip].c.left; in btcx_calc_skips() 205 if (skips[skip].start < 0) in btcx_calc_skips() 206 skips[skip].start = 0; in btcx_calc_skips() 208 if (skips[skip].end > width) in btcx_calc_skips() 209 skips[skip].end = width; in btcx_calc_skips() 214 if (skips[skip-1].end < end) in btcx_calc_skips() 215 skips[skip-1].end = end; in btcx_calc_skips() 216 if (skips[skip-1].end > width) in btcx_calc_skips() 217 skips[skip-1].end = width; in btcx_calc_skips() [all …]
|
A 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()
|
A D | btcx-risc.h | 26 struct btcx_skiplist *skips, unsigned int *nskips,
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | test_maps.h | 17 extern int skips;
|
A D | test_verifier.c | 81 static int skips; variable 541 skips++; in skip_unsupported_map() 1465 fixup_skips = skips; in do_test_single() 1476 if (fixup_skips != skips) in do_test_single() 1541 skips++; in do_test_single() 1547 skips++; in do_test_single() 1716 skips++; in do_test() 1728 skips++; in do_test() 1736 skips, errors); in do_test()
|
A D | test_maps.c | 33 int skips; variable 745 skips++; in test_sockmap() 1926 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
|
/linux-6.3-rc2/drivers/media/common/ |
A D | btcx-risc.h | 28 struct btcx_skiplist *skips, unsigned int *nskips,
|
/linux-6.3-rc2/Documentation/trace/ |
A D | fprobe.rst | 160 skips both of entry and exit callback and the latter skips the exit 165 counter may not work correctly, because ftrace skips the fprobe function which
|
/linux-6.3-rc2/Documentation/driver-api/mtd/ |
A 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
|
/linux-6.3-rc2/tools/testing/selftests/bpf/map_tests/ |
A D | task_storage_map.c | 83 skips++; in test_task_storage_map_stress_lookup()
|
/linux-6.3-rc2/tools/perf/Documentation/ |
A D | itrace.txt | 56 skips the first million instructions.
|
A D | perf-config.txt | 577 'skip' skips post-processing and does not update the cache. 578 'mmap' skips post-processing and reads build-ids from MMAP events.
|
/linux-6.3-rc2/fs/afs/ |
A D | write.c | 710 int n, skips = 0; in afs_writepages_region() local 764 if (skips >= 5 || need_resched()) { in afs_writepages_region() 769 skips++; in afs_writepages_region()
|
/linux-6.3-rc2/Documentation/powerpc/ |
A D | dawr-power9.rst | 101 Any errors/failures/skips mean something is wrong.
|
/linux-6.3-rc2/Documentation/virt/hyperv/ |
A D | clocks.rst | 31 in Linux reads this MSR to get the frequency, so it skips TSC
|
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/frequency/ |
A D | adi,adf4350.yaml | 48 If set the driver skips dynamic calculation and uses this default
|
/linux-6.3-rc2/drivers/scsi/elx/efct/ |
A D | efct_hw.c | 1693 u32 skips = 0; in efct_hw_io_init_sges() local 1733 skips = EFCT_TARGET_WRITE_SKIPS; in efct_hw_io_init_sges() 1741 skips = EFCT_TARGET_READ_SKIPS; in efct_hw_io_init_sges() 1756 for (i = 0; i < skips; i++) { in efct_hw_io_init_sges() 1764 io->n_sge += skips; in efct_hw_io_init_sges()
|
/linux-6.3-rc2/Documentation/firmware-guide/acpi/apei/ |
A D | einj.rst | 115 to 1 skips the trigger phase, which *may* allow the user to cause the
|
/linux-6.3-rc2/Documentation/admin-guide/device-mapper/ |
A D | dm-clone.rst | 94 skips copying the region's data from the source to the destination device, and
|
/linux-6.3-rc2/Documentation/dev-tools/ |
A D | kselftest.rst | 15 code that can still test an older kernel and make sure it skips the test
|
/linux-6.3-rc2/Documentation/networking/ |
A D | openvswitch.rst | 187 (the flow only contains IP packets if one parses and skips over the
|
/linux-6.3-rc2/Documentation/admin-guide/ |
A D | bcache.rst | 34 to caching large sequential IO. Bcache detects sequential IO and skips it; 144 that skips the cache so we don't have to error the write.
|
/linux-6.3-rc2/Documentation/networking/device_drivers/ethernet/intel/ |
A D | e1000e.rst | 194 This workaround skips resetting the PHY at shutdown for the initial silicon
|
/linux-6.3-rc2/Documentation/fault-injection/ |
A D | fault-injection.rst | 265 does something. Thus if the function error injection skips whole of the
|
/linux-6.3-rc2/Documentation/bpf/ |
A D | bpf_iterators.rst | 421 Let us look at how a BPF iterator without parameters skips files of other
|