Home
last modified time | relevance | path

Searched refs:skips (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H A Dbtcx-risc.c175 struct btcx_skiplist *skips, unsigned int *nskips, in btcx_calc_skips()
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[ski in btcx_calc_skips()
174 btcx_calc_skips(int line, int width, int *maxy, struct btcx_skiplist *skips, unsigned int *nskips, const struct v4l2_clip *clips, unsigned int nclips) btcx_calc_skips() argument
[all...]
H A 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()
[all...]
H A Dbtcx-risc.h26 struct btcx_skiplist *skips, unsigned int *nskips,
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H A Dtest_maps.h17 extern int skips;
H A Dtest_verifier.c77 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, error in do_test()
[all...]
H A Dtest_maps.c33 int skips; variable
745 skips++; in test_sockmap()
1930 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
/kernel/linux/linux-5.10/drivers/media/common/
H A Dbtcx-risc.h28 struct btcx_skiplist *skips, unsigned int *nskips,
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_verifier.c63 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()
H A Dtest_maps.c33 static int skips; variable
736 skips++; in test_sockmap()
1774 printf("test_maps: OK, %d SKIPPED\n", skips); in main()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dtask_storage_map.c83 skips++; in test_task_storage_map_stress_lookup()
/kernel/linux/linux-6.6/fs/afs/
H A Dwrite.c712 int n, skips = 0; in afs_writepages_region() local
768 if (skips >= 5 || need_resched()) { in afs_writepages_region()
774 skips++; in afs_writepages_region()
/kernel/linux/linux-6.6/drivers/scsi/elx/efct/
H A 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()
1745 * No skips, etc. for FCP_TRSP64 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()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dfile.c2883 int skips = 0; in cifs_writepages_begin() local
2951 if (skips >= 5 || need_resched()) { in cifs_writepages_begin()
2955 skips++; in cifs_writepages_begin()

Completed in 20 milliseconds