Home
last modified time | relevance | path

Searched defs:seen (Results 1 – 25 of 30) sorted by relevance

12

/linux/tools/testing/selftests/
H A Dkselftest_harness.h512 #define ASSERT_EQ(expected, seen) \ argument
523 #define ASSERT_NE(expected, seen) \ argument
534 #define ASSERT_LT(expected, seen) \ argument
545 ASSERT_LE(expected,seen) global() argument
556 ASSERT_GT(expected,seen) global() argument
567 ASSERT_GE(expected,seen) global() argument
577 ASSERT_NULL(seen) global() argument
587 ASSERT_TRUE(seen) global() argument
597 ASSERT_FALSE(seen) global() argument
608 ASSERT_STREQ(expected,seen) global() argument
619 ASSERT_STRNE(expected,seen) global() argument
630 EXPECT_EQ(expected,seen) global() argument
641 EXPECT_NE(expected,seen) global() argument
652 EXPECT_LT(expected,seen) global() argument
663 EXPECT_LE(expected,seen) global() argument
674 EXPECT_GT(expected,seen) global() argument
685 EXPECT_GE(expected,seen) global() argument
695 EXPECT_NULL(seen) global() argument
705 EXPECT_TRUE(seen) global() argument
715 EXPECT_FALSE(seen) global() argument
726 EXPECT_STREQ(expected,seen) global() argument
737 EXPECT_STRNE(expected,seen) global() argument
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Diters_task_vma.c22 unsigned int seen = 0; in iter_task_vma_for_each() local
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkmem_cache_iter.c38 int seen = 0; in subtest_kmem_cache_iter_check_slabinfo() local
H A Diters.c111 unsigned int seen; in subtest_task_vma_iters() local
/linux/drivers/mtd/ubi/
H A Dfastmap.c34 static inline void free_seen(unsigned long *seen) in free_seen() argument
45 static inline void set_seen(struct ubi_device *ubi, int pnum, unsigned long *seen) in set_seen() argument
58 self_check_seen(struct ubi_device * ubi,unsigned long * seen) self_check_seen() argument
[all...]
/linux/fs/bcachefs/
H A Dthread_with_file.c70 static bool stdio_redirect_has_more_input(struct stdio_redirect *stdio, size_t seen) in stdio_redirect_has_more_input() argument
371 size_t seen = 0; in bch2_stdio_redirect_readline_timeout() local
H A Dfsck.c729 static bool key_visible_in_snapshot(struct bch_fs *c, struct snapshots_seen *seen, in key_visible_in_snapshot() argument
1623 struct snapshots_seen seen; member
1651 struct snapshots_seen *seen, in extent_ends_at() argument
1799 check_overlapping_extents(struct btree_trans * trans,struct snapshots_seen * seen,struct extent_ends * extent_ends,struct bkey_s_c k,struct btree_iter * iter,bool * fixed) check_overlapping_extents() argument
[all...]
/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h18 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
/linux/sound/aoa/soundbus/
H A Dcore.c66 int cplen, seen = 0; in soundbus_uevent() local
/linux/drivers/zorro/
H A Dnames.c22 unsigned short seen; member
/linux/crypto/asymmetric_keys/
H A Dx509_parser.h37 bool seen; /* Infinite recursion prevention */ member
/linux/arch/powerpc/net/
H A Dbpf_jit.h161 unsigned int seen; member
/linux/net/bridge/
H A Dbr_private_cfm.h111 u8 seen:1; /* CCM PDU received */ member
/linux/fs/xfs/scrub/
H A Drtrefcount.c112 xfs_nlink_t seen; member
[all...]
/linux/drivers/dma-buf/
H A Dst-dma-fence.c152 bool seen; member
[all...]
/linux/scripts/mod/
H A Dmodpost.h124 bool seen; member
/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c563 unsigned long seen; in main() local
/linux/drivers/usb/host/
H A Dohci-dbg.c489 struct ed **seen, *ed; in fill_periodic_buffer() local
H A Dehci-dbg.c626 union ehci_shadow p, *seen; in fill_periodic_buffer() local
/linux/samples/bpf/
H A Dtest_lru_dist.c127 int seen = 0; in pfect_lru_lookup_or_insert() local
/linux/arch/powerpc/lib/
H A Dqspinlock.c63 u64 seen = this_cpu_read(sleepy_lock_seen_clock); in recently_sleepy() local
/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c410 unsigned long *seen = NULL; in th1520_pinctrl_dt_free_map() local
/linux/tools/perf/
H A Dbuiltin-top.c755 static struct intlist *seen; in perf_event__process_sample() local
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c329 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local
[all...]
/linux/lib/
H A Dtest_xarray.c221 unsigned int seen = 0; in check_xa_mark_1() local

12