Home
last modified time | relevance | path

Searched refs:skips (Results 1 – 25 of 33) sorted by relevance

12

/linux-5.19.10/drivers/media/pci/bt8xx/
Dbtcx-risc.c174 struct btcx_skiplist *skips, unsigned int *nskips, in btcx_calc_skips() argument
202 if (0 == skip || clips[clip].c.left > skips[skip-1].end) { in btcx_calc_skips()
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()
207 skips[skip].end = clips[clip].c.left + clips[clip].c.width; 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()
[all …]
Dbttv-risc.c241 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()
Dbtcx-risc.h26 struct btcx_skiplist *skips, unsigned int *nskips,
/linux-5.19.10/tools/testing/selftests/bpf/
Dtest_verifier.c70 static int skips; variable
465 skips++; in skip_unsupported_map()
1149 fixup_skips = skips; in do_test_single()
1160 if (fixup_skips != skips) in do_test_single()
1211 skips++; in do_test_single()
1217 skips++; in do_test_single()
1382 skips++; in do_test()
1394 skips++; in do_test()
1402 skips, errors); in do_test()
Dtest_maps.c33 static int skips; variable
744 skips++; in test_sockmap()
1910 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
/linux-5.19.10/drivers/media/common/
Dbtcx-risc.h28 struct btcx_skiplist *skips, unsigned int *nskips,
/linux-5.19.10/Documentation/trace/
Dfprobe.rst160 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-5.19.10/Documentation/driver-api/mtd/
Dnand_ecc.rst90 - 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-5.19.10/fs/afs/
Dwrite.c704 int n, skips = 0; in afs_writepages_region() local
760 if (skips >= 5 || need_resched()) in afs_writepages_region()
762 skips++; in afs_writepages_region()
/linux-5.19.10/tools/perf/Documentation/
Ditrace.txt55 skips the first million instructions.
Dperf-config.txt577 'skip' skips post-processing and does not update the cache.
578 'mmap' skips post-processing and reads build-ids from MMAP events.
/linux-5.19.10/Documentation/powerpc/
Ddawr-power9.rst101 Any errors/failures/skips mean something is wrong.
/linux-5.19.10/Documentation/devicetree/bindings/iio/frequency/
Dadi,adf4350.yaml48 If set the driver skips dynamic calculation and uses this default
/linux-5.19.10/drivers/scsi/elx/efct/
Defct_hw.c1693 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-5.19.10/Documentation/firmware-guide/acpi/apei/
Deinj.rst115 to 1 skips the trigger phase, which *may* allow the user to cause the
/linux-5.19.10/Documentation/dev-tools/
Dkselftest.rst15 code that can still test an older kernel and make sure it skips the test
/linux-5.19.10/Documentation/networking/
Dopenvswitch.rst187 (the flow only contains IP packets if one parses and skips over the
Daf_xdp.rst58 wants to do this, it simply skips the registration of the UMEM and its
/linux-5.19.10/Documentation/admin-guide/device-mapper/
Ddm-clone.rst94 skips copying the region's data from the source to the destination device, and
/linux-5.19.10/Documentation/admin-guide/
Dbcache.rst34 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-5.19.10/Documentation/networking/device_drivers/ethernet/intel/
De1000e.rst194 This workaround skips resetting the PHY at shutdown for the initial silicon
/linux-5.19.10/Documentation/driver-api/rapidio/
Drapidio.rst304 an agent skips RapidIO discovery and continues with remaining kernel
/linux-5.19.10/Documentation/power/
Dswsusp.rst104 state. If the option `noresume` is specified as a boot parameter, it skips
/linux-5.19.10/Documentation/vm/
Dhmm.rst355 bit is set and skips entries that are not migrating. The device driver
/linux-5.19.10/Documentation/admin-guide/pm/
Dintel-speed-select.rst415 Defaults will be used if user skips setting a parameter except clos id, which is

12