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

/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.h18 extern int skips;
H A Dtest_verifier.c79 static int skips; variable
539 skips++;
1531 skips++;
1543 fixup_skips = skips;
1551 /* If there were some map skips during fixup due to missing bpf
1554 if (fixup_skips != skips)
1621 skips++;
1627 skips++;
1786 skips++;
1798 skips
[all...]
H A Dtest_maps.c33 int skips; variable
745 skips++;
1937 printf("test_maps: OK, %d SKIPPED\n", skips);
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dtask_storage_map.c83 skips++;
/linux-master/fs/netfs/
H A Dbuffered_write.c1010 int skips = 0; local
1092 if (skips >= 5 || need_resched()) {
1096 skips++;
/linux-master/drivers/scsi/elx/efct/
H A Defct_hw.c1693 u32 skips = 0; local
1733 skips = EFCT_TARGET_WRITE_SKIPS;
1741 skips = EFCT_TARGET_READ_SKIPS;
1745 * No skips, etc. for FCP_TRSP64
1756 for (i = 0; i < skips; i++) {
1764 io->n_sge += skips;
/linux-master/fs/smb/client/
H A Dfile.c2979 int skips = 0; local
3047 if (skips >= 5 || need_resched()) {
3051 skips++;

Completed in 189 milliseconds