Searched refs:skipped (Results 1 - 25 of 59) sorted by last modified time

123

/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/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;
/linux-master/tools/testing/selftests/net/tcp_ao/lib/
H A Dsetup.c55 static volatile int skipped; variable
66 } else if (skipped) {
215 skipped = 1;
/linux-master/fs/bcachefs/
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);
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)
/linux-master/fs/ceph/
H A Dmds_client.c5627 static bool done_closing_sessions(struct ceph_mds_client *mdsc, int skipped) argument
5631 return atomic_read(&mdsc->num_sessions) <= skipped;
5643 int skipped = 0; local
5656 skipped++;
5665 done_closing_sessions(mdsc, skipped),
/linux-master/drivers/md/
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
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);
/linux-master/drivers/cxl/
H A Dcxlmem.h97 resource_size_t skipped);
/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/gpu/drm/i915/display/
H A Dintel_display_types.h1475 int skipped; member in struct:intel_pipe_crc
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/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) {
H A Dxfs_qm.c62 int skipped; local
66 skipped = 0;
90 skipped++;
101 skipped = 0;
109 if (skipped) {
/linux-master/kernel/trace/
H A Dftrace.c6491 unsigned long skipped = 0; local
6555 skipped++;
6596 /* We should have used all pages unless we skipped some */
6598 WARN_ON(!skipped);
/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/media/platform/amphion/
H A Dvdec.c802 if (frame->skipped) {
/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/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/drivers/md/dm-vdo/indexer/
H A Dsparse-cache.c73 * be set to true, causing the chapter to be skipped when searching the entire cache, but still
428 struct cached_chapter_index **skipped; local
437 skipped = &cache->scratch_entries[0];
446 skipped[next_skipped++] = chapter;
451 memcpy(&entries[next_alive], skipped,
/linux-master/tools/testing/selftests/bpf/
H A Dtest_progs.c221 static char *test_result(bool failed, bool skipped) argument
223 return failed ? "FAIL" : (skipped ? "SKIP" : "OK");
339 subtest_state->skipped));
414 if (!subtest_state->skipped)
424 subtest_state->skipped));
491 env.subtest_state->skipped = true;
1211 subtest_state->skipped = msg.subtest_done.skipped;
1355 jsonw_uint_field(w, "skipped", skip_cnt);
1533 msg.subtest_done.skipped
[all...]
H A Dtest_progs.h75 bool skipped; member in struct:subtest_state
122 int skip_cnt; /* skipped tests */
163 bool skipped; member in struct:msg::__anon3468::__anon3472
/linux-master/tools/lib/bpf/
H A Dlinker.c35 bool skipped; member in struct:src_sec
638 sec->skipped = true;
662 sec->skipped = true;
672 sec->skipped = true;
891 if (link_sec->skipped)
1173 if (!sec || sec->skipped)
1183 if (!sec || sec->skipped || sec->ephemeral)
1223 src_sec->skipped = true;
1854 if (src_sec->skipped)
2045 if (src_linked_sec->skipped)
[all...]
/linux-master/include/trace/events/
H A Dafs.h1294 enum afs_cb_break_reason reason, bool skipped),
1296 TP_ARGS(fid, cb_break, reason, skipped),
1302 __field(bool, skipped)
1309 __entry->skipped = skipped;
1315 __entry->skipped,
/linux-master/drivers/net/ethernet/cisco/enic/
H A Denic_main.c1298 int skipped, void *opaque)
1314 if (skipped)
1296 enic_rq_indicate_buf(struct vnic_rq *rq, struct cq_desc *cq_desc, struct vnic_rq_buf *buf, int skipped, void *opaque) argument

Completed in 677 milliseconds

123