Home
last modified time | relevance | path

Searched refs:seen (Results 1 – 25 of 267) sorted by relevance

1234567891011

/linux/tools/testing/selftests/
A Dkselftest_harness.h447 __EXPECT(expected, #expected, seen, #seen, ==, 1)
469 __EXPECT(expected, #expected, seen, #seen, <, 1)
491 __EXPECT(expected, #expected, seen, #seen, >, 1)
512 __EXPECT(NULL, "NULL", seen, #seen, ==, 1)
522 __EXPECT(0, "0", seen, #seen, !=, 1)
532 __EXPECT(0, "0", seen, #seen, ==, 1)
587 __EXPECT(expected, #expected, seen, #seen, <, 0)
609 __EXPECT(expected, #expected, seen, #seen, >, 0)
630 __EXPECT(NULL, "NULL", seen, #seen, ==, 0)
640 __EXPECT(0, "0", seen, #seen, !=, 0)
[all …]
/linux/net/netfilter/
A Dnf_conntrack_proto_tcp.c776 ct->proto.tcp.seen[0].td_end = in tcp_new()
782 ct->proto.tcp.seen[0].td_maxend = in tcp_new()
783 ct->proto.tcp.seen[0].td_end; in tcp_new()
796 ct->proto.tcp.seen[0].td_end = in tcp_new()
802 ct->proto.tcp.seen[0].td_maxend = in tcp_new()
803 ct->proto.tcp.seen[0].td_end + in tcp_new()
804 ct->proto.tcp.seen[0].td_maxwin; in tcp_new()
808 ct->proto.tcp.seen[0].flags = in tcp_new()
1150 else if ((ct->proto.tcp.seen[0].flags | ct->proto.tcp.seen[1].flags) & in nf_conntrack_tcp_packet()
1308 ct->proto.tcp.seen[0].td_scale = in nlattr_to_tcp()
[all …]
/linux/tools/perf/util/
A Ddemangle-rust.c103 bool seen[16]; in is_prefixed_hash() local
111 memset(seen, false, sizeof(seen)); in is_prefixed_hash()
114 seen[*str - '0'] = true; in is_prefixed_hash()
116 seen[*str - 'a' + 10] = true; in is_prefixed_hash()
123 if (seen[i]) in is_prefixed_hash()
/linux/arch/s390/net/
A Dbpf_jit_comp.c1173 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1178 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1183 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1188 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1195 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1202 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1209 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1216 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1281 jit->seen |= SEEN_MEM; in bpf_jit_insn()
1291 jit->seen |= SEEN_MEM; in bpf_jit_insn()
[all …]
/linux/drivers/dma-buf/
A Dst-dma-fence.c148 bool seen; member
153 smp_store_mb(container_of(cb, struct simple_cb, cb)->seen, true); in simple_callback()
172 if (!cb.seen) { in test_add_callback()
201 if (cb.seen) { in test_late_add_callback()
233 if (cb.seen) { in test_rm_callback()
260 if (!cb.seen) { in test_late_rm_callback()
473 smp_store_mb(cb.seen, false); in thread_signal_callback()
477 cb.seen = true; in thread_signal_callback()
483 if (!cb.seen) { in thread_signal_callback()
488 if (!READ_ONCE(cb.seen)) { in thread_signal_callback()
/linux/drivers/of/
A Ddevice.c333 int seen = 0; in of_device_uevent() local
348 add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in of_device_uevent()
349 seen++; in of_device_uevent()
351 add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in of_device_uevent()
353 seen = 0; in of_device_uevent()
357 add_uevent_var(env, "OF_ALIAS_%d=%s", seen, in of_device_uevent()
359 seen++; in of_device_uevent()
/linux/arch/sparc/net/
A Dbpf_jit_comp_32.c139 seen |= SEEN_XREG; \
329 u32 temp[8], *prog, *func, seen = 0, pass; in bpf_jit_compile() local
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()
666 seen |= SEEN_XREG; in bpf_jit_compile()
[all …]
/linux/Documentation/ABI/testing/
A Dsysfs-bus-pci-devices-aer_stats5 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/arch/powerpc/net/
A Dbpf_jit.h150 unsigned int seen; member
164 return ctx->seen & (1 << (31 - i)); in bpf_is_seen_register()
169 ctx->seen |= 1 << (31 - i); in bpf_set_seen_register()
174 ctx->seen &= ~(1 << (31 - i)); in bpf_clear_seen_register()
A Dbpf_jit_comp32.c82 if (ctx->seen & SEEN_FUNC) in bpf_jit_realloc_regs()
85 while (ctx->seen & SEEN_NVREG_MASK && in bpf_jit_realloc_regs()
120 if (ctx->seen & SEEN_TAILCALL) in bpf_jit_build_prologue()
132 if (ctx->seen & SEEN_FUNC) in bpf_jit_build_prologue()
155 if (ctx->seen & SEEN_FUNC) in bpf_jit_build_prologue()
177 if (ctx->seen & SEEN_FUNC) in bpf_jit_build_epilogue()
182 if (ctx->seen & SEEN_FUNC) in bpf_jit_build_epilogue()
248 if (ctx->seen & SEEN_FUNC) in bpf_jit_emit_tail_call()
253 if (ctx->seen & SEEN_FUNC) in bpf_jit_emit_tail_call()
863 ctx->seen |= SEEN_FUNC; in bpf_jit_build_body()
[all …]
A Dbpf_jit_comp.c163 if (cgctx.seen & SEEN_TAILCALL) { in bpf_int_jit_compile()
222 proglen - (cgctx.idx * 4), cgctx.seen); in bpf_int_jit_compile()
/linux/sound/aoa/soundbus/
A Dcore.c64 int cplen, seen = 0; in soundbus_uevent() local
91 retval = add_uevent_var(env, "OF_COMPATIBLE_%d=%s", seen, compat); in soundbus_uevent()
96 seen += 1; in soundbus_uevent()
99 retval = add_uevent_var(env, "OF_COMPATIBLE_N=%d", seen); in soundbus_uevent()
/linux/drivers/zorro/
A Dnames.c21 unsigned short seen; member
92 int nr = prod_p->seen + 1; in zorro_name_device()
93 prod_p->seen = nr; in zorro_name_device()
/linux/scripts/
A Dcheck-sysctl-docs49 seen[entry]++
170 seen[components[2]]++
177 if (!seen[entry]) {
/linux/fs/xfs/scrub/
A Drefcount.c81 xfs_nlink_t seen; member
120 refchk->seen++; in xchk_refcountbt_rmap_check()
159 target_nr = refchk->refcount - refchk->seen; in xchk_refcountbt_process_rmap_fragments()
253 refchk->seen = refchk->refcount; in xchk_refcountbt_process_rmap_fragments()
279 .seen = 0, in xchk_refcountbt_xref_rmap()
303 if (refcount != refchk.seen) in xchk_refcountbt_xref_rmap()
/linux/crypto/asymmetric_keys/
A Dpkcs7_trust.c39 if (x509->seen) { in pkcs7_validate_trust_one()
45 x509->seen = true; in pkcs7_validate_trust_one()
167 p->seen = false; in pkcs7_validate_trust()
A Dpkcs7_verify.c210 p->seen = false; in pkcs7_verify_sig_chain()
216 x509->seen = true; in pkcs7_verify_sig_chain()
295 if (p->seen) { in pkcs7_verify_sig_chain()
/linux/tools/testing/selftests/lkdtm/
A Dstack-entropy.sh25 seen=$(tac "$log" | grep -m1 -B"$samples"0 'Starting stack offset' | \
27 bits=$(echo "obase=2; $seen" | bc | wc -L)
/linux/Documentation/hwmon/
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/Documentation/accounting/
A Ddelay-accounting.rst48 delay seen for cpu, sync block I/O, swapin, memory reclaim etc.
84 seen by a given task or a task group (tgid).
87 seen.
113 Get delays seen in executing a given simple command::
/linux/drivers/usb/host/
A Dohci-dbg.c489 struct ed **seen, *ed; in fill_periodic_buffer() local
495 seen = kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer()
496 if (!seen) in fill_periodic_buffer()
525 if (seen [temp] == ed) in fill_periodic_buffer()
558 seen [seen_count++] = ed; in fill_periodic_buffer()
575 kfree (seen); in fill_periodic_buffer()
A Dehci-dbg.c626 union ehci_shadow p, *seen; in fill_periodic_buffer() local
632 seen = kmalloc_array(DBG_SCHED_LIMIT, sizeof(*seen), GFP_ATOMIC); in fill_periodic_buffer()
633 if (!seen) in fill_periodic_buffer()
678 if (seen[temp].ptr != p.ptr) in fill_periodic_buffer()
694 seen[seen_count++].qh = p.qh; in fill_periodic_buffer()
734 kfree(seen); in fill_periodic_buffer()
/linux/samples/bpf/
A Dtest_lru_dist.c133 int seen = 0; in pfect_lru_lookup_or_insert() local
141 seen = 1; in pfect_lru_lookup_or_insert()
160 if (seen) { in pfect_lru_lookup_or_insert()
167 return seen; in pfect_lru_lookup_or_insert()
/linux/tools/testing/selftests/sysctl/
A Dsysctl.sh172 local seen
173 seen=$(cat "$1")
174 if [ "${seen}" != "${TEST_STR}" ]; then
/linux/Documentation/filesystems/caching/
A Dfscache.rst240 | |unc=N |Number of uncache page requests seen |
242 |Acquire |n=N |Number of acquire cookie requests seen |
264 |Updates |n=N |Number of update cookie requests seen |
270 |Relinqs |n=N |Number of relinquish cookie requests seen |
276 |AttrChg |n=N |Number of attribute changed requests seen |
286 |Allocs |n=N |Number of allocation requests seen |
302 |Retrvls |n=N |Number of retrieval (read) requests seen |
322 |Stores |n=N |Number of storage (write) requests seen |

Completed in 53 milliseconds

1234567891011