| /tools/testing/selftests/bpf/progs/ |
| A D | ringbuf_bench.c | 19 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 D | perfbuf_bench.c | 20 long dropped __attribute__((aligned(128))) = 0; variable 30 __sync_add_and_fetch(&dropped, 1); in bench_perfbuf()
|
| A D | bench_sockmap_prog.c | 8 int dropped = 0; variable 37 dropped++; in prog_skb_verdict()
|
| A D | test_ringbuf.c | 29 long dropped = 0; variable 50 __sync_fetch_and_add(&dropped, 1); in test_ringbuf()
|
| A D | test_ringbuf_multi.c | 53 long dropped = 0; variable 74 dropped += 1; in test_ringbuf()
|
| /tools/testing/selftests/bpf/prog_tests/ |
| A D | ringbuf.c | 71 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 D | ringbuf_multi.c | 135 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 D | tcp_fast_recovery_prr-ss-30pkt-lost-1_4-11_16.pkt | 3 // 1 to 4, and 11 to 16 are dropped.
|
| /tools/perf/util/bpf_skel/ |
| A D | sample_filter.bpf.c | 44 } dropped SEC(".maps"); 291 losts = bpf_map_lookup_elem(&dropped, &k); in perf_sample_filter()
|
| /tools/testing/selftests/bpf/benchs/ |
| A D | bench_ringbufs.c | 132 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 D | conntrack_synack_old.pkt | 37 // with buggy conntrack above packet is dropped, so SYN rtx is seen:
|
| /tools/perf/util/ |
| A D | bpf-filter.c | 598 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 D | io_uring.h | 441 __u32 dropped; member
|
| A D | pkt_sched.h | 853 __u32 dropped; /* packets dropped due to pie_action */ member
|
| /tools/include/io_uring/ |
| A D | mini_liburing.h | 85 sq->kdropped = ptr + p->sq_off.dropped; in io_uring_mmap()
|
| /tools/perf/Documentation/ |
| A D | perf-arm-spe.txt | 90 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 D | access-marking.txt | 320 this function can be marked __no_kcsan and the data_race() can be dropped:
|