Home
last modified time | relevance | path

Searched full:seen (Results 1 – 25 of 1267) sorted by relevance

12345678910>>...51

/linux/tools/testing/selftests/
H A Dkselftest_harness.h508 * @seen: measured value
512 #define ASSERT_EQ(expected, seen) \ argument
513 __EXPECT(expected, #expected, seen, #seen, ==, 1)
519 * @seen: measured value
523 #define ASSERT_NE(expected, seen) \ argument
524 __EXPECT(expected, #expected, seen, #seen, !=, 1)
530 * @seen: measured value
534 #define ASSERT_LT(expected, seen) \ argument
535 __EXPECT(expected, #expected, seen, #seen, <, 1)
541 * @seen: measured value
[all …]
/linux/drivers/gpu/drm/v3d/
H A Dv3d_perfmon.c49 {"AXI", "AXI-writes-seen-watch-0", "[AXI] Writes seen by watch 0"},
50 {"AXI", "AXI-reads-seen-watch-0", "[AXI] Reads seen by watch 0"},
51 {"AXI", "AXI-writes-stalled-seen-watch-0", "[AXI] Write stalls seen by watch 0"},
52 {"AXI", "AXI-reads-stalled-seen-watch-0", "[AXI] Read stalls seen by watch 0"},
53 {"AXI", "AXI-write-bytes-seen-watch-0", "[AXI] Total bytes written seen by watch 0"},
54 {"AXI", "AXI-read-bytes-seen-watch-0", "[AXI] Total bytes read seen by watch 0"},
55 {"AXI", "AXI-writes-seen-watch-1", "[AXI] Writes seen by watch 1"},
56 {"AXI", "AXI-reads-seen-watch-1", "[AXI] Reads seen by watch 1"},
57 {"AXI", "AXI-writes-stalled-seen-watch-1", "[AXI] Write stalls seen by watch 1"},
58 {"AXI", "AXI-reads-stalled-seen-watch-1", "[AXI] Read stalls seen by watch 1"},
[all …]
/linux/tools/testing/selftests/bpf/progs/
H A Diters_task_vma.c22 unsigned int seen = 0; in iter_task_vma_for_each() local
31 if (bpf_cmp_unlikely(seen, >=, 1000)) in iter_task_vma_for_each()
34 vm_ranges[seen].vm_start = vma->vm_start; in iter_task_vma_for_each()
35 vm_ranges[seen].vm_end = vma->vm_end; in iter_task_vma_for_each()
36 seen++; in iter_task_vma_for_each()
39 vmas_seen = seen; in iter_task_vma_for_each()
H A Dtest_ksyms_weak.c57 /* dead code won't be seen by the verifier */ in pass_handler()
61 /* dead code won't be seen by the verifier */ in pass_handler()
65 /* dead code won't be seen by the verifier */ in pass_handler()
/linux/include/linux/netfilter/
H A Dnf_conntrack_tcp.h18 struct ip_ct_tcp_state seen[2]; /* connection parameters per direction */ member
24 u_int32_t last_seq; /* Last sequence number seen in dir */
25 u_int32_t last_ack; /* Last sequence number seen in opposite dir */
27 u_int16_t last_win; /* Last window advertisement seen in dir */
29 u_int8_t last_wscale; /* Last window scaling factor seen */
/linux/drivers/dma-buf/
H A Dst-dma-fence.c152 bool seen; member
157 smp_store_mb(container_of(cb, struct simple_cb, cb)->seen, true); in simple_callback()
176 if (!cb.seen) { in test_add_callback()
207 if (cb.seen) { in test_late_add_callback()
239 if (cb.seen) { in test_rm_callback()
266 if (!cb.seen) { in test_late_rm_callback()
489 smp_store_mb(cb.seen, false); in thread_signal_callback()
493 cb.seen = true; in thread_signal_callback()
499 if (!cb.seen) { in thread_signal_callback()
504 if (!READ_ONCE(cb.seen)) { in thread_signal_callback()
[all …]
H A Dst-dma-fence-unwrap.c159 pr_err("Not all fences seen!\n"); in unwrap_array()
203 pr_err("Not all fences seen!\n"); in unwrap_chain()
251 pr_err("Not all fences seen!\n"); in unwrap_chain_array()
299 pr_err("Not all fences seen!\n"); in unwrap_merge()
340 pr_err("Not all fences seen!\n"); in unwrap_merge_duplicate()
402 pr_err("Not all fences seen!\n"); in unwrap_merge_seqno()
470 pr_err("Not all fences seen!\n"); in unwrap_merge_order()
529 pr_err("Not all fences seen!\n"); in unwrap_merge_complex()
606 pr_err("Not all fences seen!\n"); in unwrap_merge_complex_seqno()
/linux/include/net/sctp/
H A Dtsnmap.h91 * 0 if the TSN has not yet been seen
92 * >0 if the TSN has been seen (duplicate)
97 /* Mark this TSN as seen. */
101 /* Mark this TSN and all lower as seen. */
110 /* Retrieve the highest TSN we've seen. */
151 /* Renege a TSN that was seen. */
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkmem_cache_iter.c38 int seen = 0; in subtest_kmem_cache_iter_check_slabinfo() local
55 int ret = bpf_map_lookup_elem(map_fd, &seen, &r); in subtest_kmem_cache_iter_check_slabinfo()
63 seen++; in subtest_kmem_cache_iter_check_slabinfo()
66 ASSERT_EQ(skel->bss->kmem_cache_seen, seen, "kmem_cache_seen_eq"); in subtest_kmem_cache_iter_check_slabinfo()
85 /* It should be same as we've seen from the explicit iterator */ in subtest_kmem_cache_iter_open_coded()
H A Diters.c111 unsigned int seen; in subtest_task_vma_iters() local
135 seen = 0; in subtest_task_vma_iters()
144 bpf_iter_start = skel->bss->vm_ranges[seen].vm_start; in subtest_task_vma_iters()
145 bpf_iter_end = skel->bss->vm_ranges[seen].vm_end; in subtest_task_vma_iters()
149 seen++; in subtest_task_vma_iters()
152 if (!ASSERT_EQ(skel->bss->vmas_seen, seen, "vmas_seen_eq")) in subtest_task_vma_iters()
H A Dsock_iter_batch.c183 /* Skip any sockets that were closed or that weren't seen in check_n_were_seen_once()
272 /* Close a socket we've already seen to remove it from the bucket. */ in remove_seen()
308 /* Close a socket we've already seen to remove it from the bucket. */ in remove_seen_established()
352 /* Make sure the remaining sockets were seen exactly once and that we in remove_unseen()
353 * didn't repeat the socket that was already seen. in remove_unseen()
397 /* Make sure the remaining sockets were seen exactly once and that we in remove_unseen_established()
398 * didn't repeat the socket that was already seen. in remove_unseen_established()
504 /* Make sure each of the original sockets was seen exactly once. */ in add_some()
545 /* Make sure each of the original sockets was seen exactly once. */ in add_some_established()
576 /* Make sure each socket from the first set was seen exactly once. */ in force_realloc()
[all …]
/linux/include/linux/
H A Dpid.h44 * seen in particular namespace. Later the struct pid is found with
169 * the helpers to get the pid's id seen from different namespaces
171 * pid_nr() : global id, i.e. the id seen from the init namespace;
172 * pid_vnr() : virtual id, i.e. the id seen from the pid namespace of
174 * pid_nr_ns() : id seen from the ns specified.
222 * the helpers to get the task's different pids as they are seen
225 * task_xid_nr() : global id, i.e. the id seen from the init namespace;
226 * task_xid_vnr() : virtual id, i.e. the id seen from the pid namespace of
228 * task_xid_nr_ns() : id seen from the ns specified;
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-pci-devices-aer5 statistical counters indicate the errors "as seen/reported by the device".
8 errors may be "seen" / reported by the link partner and not the
16 Description: List of correctable errors seen and reported by this
37 Description: List of uncorrectable fatal errors seen and reported by this
67 Description: List of uncorrectable nonfatal errors seen and reported by this
99 (internally) the ERR_* messages for errors seen by the internal rootport PCI
/linux/lib/
H A Derrseq.c39 /* This bit is used as a flag to indicate whether the value has been seen */
60 * calls as it will not have the SEEN flag set.
117 * If the error has been "seen", new callers will not see an old error.
128 /* If nobody has seen this error yet, then we can be the first. */ in errseq_sample()
142 * is no need to mark the value as seen.
164 * If it doesn't, then the value has changed. Set the "seen" flag, and try to
196 * just setting the "seen" flag. Either outcome is OK, and we in errseq_check_and_advance()
/linux/fs/xfs/scrub/
H A Drtrefcount.c71 * a. If a given rmap completely overlaps, mark it as seen.
75 * Once we've seen all the rmaps, we know that for all blocks in the
77 * visited $seen extents that overlap all the blocks. Therefore, we
78 * need to find ($refcount - $seen) owners for every block in the
111 /* number of owners seen */
112 xfs_nlink_t seen; member
149 * one refcount owner seen. in xchk_rtrefcountbt_rmap_check()
151 refchk->seen++; in xchk_rtrefcountbt_rmap_check()
190 target_nr = refchk->refcount - refchk->seen; in xchk_rtrefcountbt_process_rmap_fragments()
283 /* Actually record us having seen the remaining refcount. */ in xchk_rtrefcountbt_process_rmap_fragments()
[all …]
H A Dlistxattr.c150 /* Make sure we haven't seen this new block already. */ in xchk_xattr_find_leftmost_leaf()
186 /* Remember that we've seen this node. */ in xchk_xattr_find_leftmost_leaf()
205 /* Remember that we've seen this leaf. */ in xchk_xattr_find_leftmost_leaf()
262 /* Make sure we haven't seen this new leaf already. */ in xchk_xattr_walk_node()
274 /* Remember that we've seen this new leaf. */ in xchk_xattr_walk_node()
/linux/net/bridge/
H A Dbr_mst.c238 DECLARE_BITMAP(seen, VLAN_N_VID) = { 0 }; in br_mst_info_size()
246 if (test_bit(v->brvlan->msti, seen)) in br_mst_info_size()
256 __set_bit(v->brvlan->msti, seen); in br_mst_info_size()
265 DECLARE_BITMAP(seen, VLAN_N_VID) = { 0 }; in br_mst_fill_info()
271 if (test_bit(v->brvlan->msti, seen)) in br_mst_fill_info()
283 __set_bit(v->brvlan->msti, seen); in br_mst_fill_info()
/linux/arch/sparc/net/
H A Dbpf_jit_comp_32.c139 seen |= SEEN_XREG; \
329 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local
352 u8 seen_or_pass0 = (pass == 0) ? (SEEN_XREG | SEEN_DATAREF | SEEN_MEM) : seen; in bpf_jit_compile()
513 seen |= SEEN_XREG; in bpf_jit_compile()
517 seen |= SEEN_XREG; in bpf_jit_compile()
577 seen |= SEEN_MEM; in bpf_jit_compile()
581 seen |= SEEN_MEM | SEEN_XREG; in bpf_jit_compile()
585 seen |= SEEN_MEM; in bpf_jit_compile()
589 seen |= SEEN_MEM | SEEN_XREG; in bpf_jit_compile()
598 common_load: seen |= SEEN_DATAREF; in bpf_jit_compile()
[all …]
/linux/sound/aoa/soundbus/
H A Dcore.c66 int cplen, seen = 0; in soundbus_uevent() local
93 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in soundbus_uevent()
98 seen += 1; in soundbus_uevent()
101 retval = add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in soundbus_uevent()
/linux/tools/testing/selftests/kselftest_harness/
H A Dharness-selftest.sh11 "$DIR"/harness-selftest > harness-selftest.seen || true
13 diff -u "$DIR"/harness-selftest.expected harness-selftest.seen
/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
72 return stdio->input.buf.nr > seen || stdio->done; in stdio_redirect_has_more_input()
371 size_t seen = 0; in bch2_stdio_redirect_readline_timeout() local
379 wait_event_timeout(buf->wait, stdio_redirect_has_more_input(stdio, seen), t); in bch2_stdio_redirect_readline_timeout()
385 seen = buf->buf.nr; in bch2_stdio_redirect_readline_timeout()
386 char *n = memchr(buf->buf.data, '\n', seen); in bch2_stdio_redirect_readline_timeout()
405 seen = 0; in bch2_stdio_redirect_readline_timeout()
/linux/Documentation/hwmon/
H A Ddrivetemp.rst37 This has been observed with WD120EFAX drives, but may be seen with other
68 temp1_lowest Minimum temperature seen this power cycle
69 temp1_highest Maximum temperature seen this power cycle
/linux/drivers/zorro/
H A Dnames.c22 unsigned short seen; member
93 int nr = prod_p->seen + 1; in zorro_name_device()
94 prod_p->seen = nr; in zorro_name_device()
/linux/arch/x86/lib/
H A Dinsn-eval.c166 * @regs: Register values as seen when entering kernel mode
233 * @regs: Register values as seen when entering kernel mode
327 * @regs: Register values as seen when entering kernel mode
537 * @regs: Register values as seen when entering kernel mode
674 * @regs: Register values as seen when entering kernel mode
741 * @regs: Register values as seen when entering kernel mode
790 * @regs: Structure with register values as seen when entering kernel mode
854 * @regs: Register values as seen when entering kernel mode
871 * @regs: Register values as seen when entering kernel mode
886 * @regs: Register values as seen when entering kernel mode
[all …]
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
H A Dbus.json12 …"PublicDescription": "Counts memory read transactions seen on the external bus. Each beat of data …
16 …"PublicDescription": "Counts memory write transactions seen on the external bus. Each beat of data…

12345678910>>...51