/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/ |
H A D | btcx-risc.c | 175 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 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() [all...] |
H A D | btcx-risc.h | 26 struct btcx_skiplist *skips, unsigned int *nskips,
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_maps.h | 17 extern int skips;
|
H A 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, error in do_test() [all...] |
H A D | test_maps.c | 33 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 D | btcx-risc.h | 28 struct btcx_skiplist *skips, unsigned int *nskips,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A 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()
|
H A D | test_maps.c | 33 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 D | task_storage_map.c | 83 skips++; in test_task_storage_map_stress_lookup()
|
/kernel/linux/linux-6.6/fs/afs/ |
H A D | write.c | 712 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 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() 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 D | file.c | 2883 int skips = 0; in cifs_writepages_begin() local 2951 if (skips >= 5 || need_resched()) { in cifs_writepages_begin() 2955 skips++; in cifs_writepages_begin()
|