Searched refs:skipped (Results 26 - 50 of 59) sorted by relevance

123

/linux-master/fs/bcachefs/
H A Dtrace.h1369 TP_PROTO(struct btree_trans *trans, size_t nr, size_t skipped, size_t fast, size_t size),
1370 TP_ARGS(trans, nr, skipped, fast, size),
1374 __field(size_t, skipped )
1381 __entry->skipped = skipped;
1386 TP_printk("%zu/%zu skipped %zu fast %zu",
1387 __entry->nr, __entry->size, __entry->skipped, __entry->fast)
H A Dbtree_write_buffer.c260 size_t skipped = 0, fast = 0, slowpath = 0; local
306 skipped++;
406 trace_write_buffer_flush(trans, wb->flushing.keys.nr, skipped, fast, 0);
/linux-master/drivers/media/dvb-core/
H A Ddvb_net.c310 unsigned long skipped; member in struct:dvb_net_ule_handle
381 h->skipped = 0;
383 h->skipped++;
768 .skipped = 0L,
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-test-1-run.sh197 echo Some of the above steps may be skipped if you build your bare-metal >> $resdir/bare-metal
/linux-master/drivers/media/platform/amphion/
H A Dvpu.h195 u32 skipped; member in struct:vpu_frame_info
H A Dvpu_malone.c939 info->skipped = 1;
941 info->skipped = 0;
967 info->skipped = 1;
969 info->skipped = 0;
/linux-master/fs/xfs/
H A Dxfs_icache.c1650 int skipped; local
1656 skipped = 0;
1680 * nothing, nr == 0 and the loop will be skipped.
1716 skipped++;
1742 if (skipped) {
/linux-master/fs/btrfs/
H A Dordered-data.c686 LIST_HEAD(skipped);
701 list_move_tail(&ordered->root_extent_list, &skipped);
722 list_splice_tail(&skipped, &root->ordered_extents);
/linux-master/kernel/
H A Dsysctl.c1386 size_t skipped = 0; local
1391 skipped = *lenp - left;
1412 if ((left <= 1) && skipped) {
1438 if (!left && skipped) {
1459 left += skipped;
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dphy.c546 bool matched = true, skipped = false; local
557 skipped = false;
559 matched = skipped ? false : true;
561 if (skipped) {
567 skipped = true;
570 skipped = false;
/linux-master/drivers/md/
H A Draid10.c74 int *skipped);
3143 int *skipped)
3169 *skipped = 1;
3177 skipped:
3231 *skipped = 1;
3236 return reshape_request(mddev, sector_nr, skipped);
3255 *skipped = 1;
3558 *skipped = 1;
3742 /* pretend they weren't skipped, it makes
3759 goto skipped;
3142 raid10_sync_request(struct mddev *mddev, sector_t sector_nr, int *skipped) argument
4597 reshape_request(struct mddev *mddev, sector_t sector_nr, int *skipped) argument
[all...]
H A Ddm-writecache.c1949 struct list_head skipped; local
1991 INIT_LIST_HEAD(&skipped);
2026 list_move(&e->lru, &skipped);
2085 if (!list_empty(&skipped)) {
2086 list_splice_tail(&skipped, &wc->lru);
H A Dmd.h655 sector_t (*sync_request)(struct mddev *mddev, sector_t sector_nr, int *skipped);
H A Draid1.c2760 int *skipped)
2808 *skipped = 1;
2817 *skipped = 1;
2936 *skipped = 1;
2970 *skipped = 1;
2759 raid1_sync_request(struct mddev *mddev, sector_t sector_nr, int *skipped) argument
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_display_irq.c318 if (pipe_crc->skipped <= 0 ||
319 (DISPLAY_VER(dev_priv) >= 8 && pipe_crc->skipped == 1)) {
320 pipe_crc->skipped++;
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S96 | that this fix is only for d43b parts, and is skipped if the
/linux-master/drivers/media/pci/cx18/
H A Dcx18-driver.h307 unsigned int skipped; member in struct:cx18_mdl
/linux-master/fs/
H A Daio.c902 int i, skipped; local
910 skipped = 0;
916 skipped++;
931 if (!atomic_sub_and_test(skipped, &wait.count)) {
/linux-master/drivers/cxl/
H A Dcxlmem.h97 resource_size_t skipped);
/linux-master/tools/testing/kunit/
H A Dkunit_tool_test.py224 # A skipped test does not fail the whole suite.
226 self.assertEqual(result.counts, kunit_parser.TestCounts(passed=4, skipped=1))
234 self.assertEqual(result.counts, kunit_parser.TestCounts(skipped=5))
241 # A skipped test does not fail the whole suite.
/linux-master/tools/perf/util/
H A Dprobe-event.c842 int i, skipped = 0; local
871 skipped++;
887 return skipped;
969 pr_debug("Post processing failed or all events are skipped. (%d)\n", ret);
3055 int ret, i, j, skipped = 0; local
3155 skipped++;
3202 if (ret == skipped) {
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/
H A Dphy.c1835 bool matched = true, skipped = false; local
1846 skipped = false;
1848 matched = skipped ? false : true;
1850 if (skipped) {
1856 skipped = true;
1859 skipped = false;
/linux-master/mm/
H A Dvmscan.c1621 unsigned long skipped = 0; local
1645 * Do not count skipped folios because that makes the function
1680 * Splice any skipped folios to the start of the LRU list. Note that
1695 skipped += nr_skipped[zid];
1700 total_scan, skipped, nr_taken, lru);
4340 int skipped = 0; local
4386 skipped += skipped_zone;
4402 scanned, skipped, isolated,
/linux-master/fs/ceph/
H A Dinode.c1905 int err = 0, skipped = 0, ret, i; local
2060 skipped++;
2075 if (err == 0 && skipped == 0 && cache_ctl.index >= 0) {
2085 if (err == 0 && skipped == 0) {
/linux-master/net/mac80211/
H A Drx.c1186 int skipped = 1; local
1190 skipped++;
1193 if (skipped &&
1209 * Increment the head seq# also for the skipped slots.
1213 skipped) & IEEE80211_SN_MASK;
1214 skipped = 0;

Completed in 623 milliseconds

123