Home
last modified time | relevance | path

Searched refs:dropped (Results 1 – 17 of 17) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dringbuf_bench.c19 long dropped __attribute__((aligned(128))) = 0; variable
45 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf()
57 __sync_add_and_fetch(&dropped, 1); in bench_ringbuf()
A Dperfbuf_bench.c20 long dropped __attribute__((aligned(128))) = 0; variable
30 __sync_add_and_fetch(&dropped, 1); in bench_perfbuf()
A Dbench_sockmap_prog.c8 int dropped = 0; variable
37 dropped++; in prog_skb_verdict()
A Dtest_ringbuf.c29 long dropped = 0; variable
50 __sync_fetch_and_add(&dropped, 1); in test_ringbuf()
A Dtest_ringbuf_multi.c53 long dropped = 0; variable
74 dropped += 1; in test_ringbuf()
/tools/testing/selftests/bpf/prog_tests/
A Dringbuf.c71 skel->bss->dropped = 0; in trigger_samples()
272 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
273 0L, skel->bss->dropped); in ringbuf_subtest()
310 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
311 0L, skel->bss->dropped); in ringbuf_subtest()
336 skel->bss->dropped = 0; in ringbuf_subtest()
371 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in ringbuf_subtest()
372 0L, skel->bss->dropped); in ringbuf_subtest()
A Dringbuf_multi.c135 CHECK(skel->bss->dropped != 0, "err_dropped", "exp %ld, got %ld\n", in test_ringbuf_multi()
136 0L, skel->bss->dropped); in test_ringbuf_multi()
/tools/testing/selftests/net/packetdrill/
A Dtcp_fast_recovery_prr-ss-30pkt-lost-1_4-11_16.pkt3 // 1 to 4, and 11 to 16 are dropped.
/tools/perf/util/bpf_skel/
A Dsample_filter.bpf.c44 } dropped SEC(".maps");
291 losts = bpf_map_lookup_elem(&dropped, &k); in perf_sample_filter()
/tools/testing/selftests/bpf/benchs/
A Dbench_ringbufs.c132 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_libbpf_measure()
223 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in ringbuf_custom_measure()
352 res->drops = atomic_swap(&ctx->skel->bss->dropped, 0); in perfbuf_measure()
/tools/testing/selftests/net/netfilter/packetdrill/
A Dconntrack_synack_old.pkt37 // with buggy conntrack above packet is dropped, so SYN rtx is seen:
/tools/perf/util/
A Dbpf-filter.c598 int fd = bpf_map__fd(skel->maps.dropped); in perf_bpf_filter__lost_count()
685 bpf_map__set_max_entries(skel->maps.dropped, MAX_FILTERS); in perf_bpf_filter__pin()
/tools/include/uapi/linux/
A Dio_uring.h441 __u32 dropped; member
A Dpkt_sched.h853 __u32 dropped; /* packets dropped due to pie_action */ member
/tools/include/io_uring/
A Dmini_liburing.h85 sq->kdropped = ptr + p->sq_off.dropped; in io_uring_mmap()
/tools/perf/Documentation/
A Dperf-arm-spe.txt90 occurs. The new sample is dropped. Collisions affect the integrity of the data, so the sample rate
95 number for samples dropped that would have made it through the filter, but can be a rough
/tools/memory-model/Documentation/
A Daccess-marking.txt320 this function can be marked __no_kcsan and the data_race() can be dropped:

Completed in 35 milliseconds