Home
last modified time | relevance | path

Searched refs:discarded (Results 1 – 25 of 91) sorted by relevance

1234

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c74 skel->bss->discarded = 0; in trigger_samples()
125 skel->bss->discarded = 0; in ringbuf_write_subtest()
132 ASSERT_EQ(skel->bss->discarded, 2, "discarded"); in ringbuf_write_subtest()
231 /* 2 submitted + 1 discarded records */ in ringbuf_subtest()
277 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in ringbuf_subtest()
278 1L, skel->bss->discarded); in ringbuf_subtest()
315 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in ringbuf_subtest()
316 1L, skel->bss->discarded); in ringbuf_subtest()
339 skel->bss->discarded in ringbuf_subtest()
[all...]
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_ringbuf_write.c18 long discarded = 0; variable
36 __sync_fetch_and_add(&discarded, 1); in test_ringbuf_write()
H A Dtest_ringbuf.c28 long discarded = 0; variable
66 __sync_fetch_and_add(&discarded, 1); in test_ringbuf()
/linux/include/uapi/mtd/
H A Dinftl-user.h31 __u8 discarded; member
40 __u8 discarded; member
/linux/arch/arm64/boot/dts/qcom/
H A Dpm8150b.dtsi95 "msg-tx-discarded",
96 "msg-rx-discarded",
H A Dpm6150.dtsi106 "msg-tx-discarded",
107 "msg-rx-discarded",
H A Dpm7250b.dtsi86 "msg-tx-discarded",
87 "msg-rx-discarded",
/linux/Documentation/staging/
H A Dspeculation.rst12 work which may be discarded at a later stage.
44 value will subsequently be discarded, but the speculated load may affect
/linux/arch/mips/boot/compressed/
H A Dld.script51 /* Sections to be discarded */
/linux/Documentation/ABI/testing/
H A Dprocfs-diskstats32 17 sectors discarded
/linux/arch/m68k/kernel/
H A Dvmlinux-sun3.lds57 /* Sections to be discarded */
H A Dvmlinux-std.lds64 /* Sections to be discarded */
H A Dvmlinux-nommu.lds91 /* Sections to be discarded */
/linux/Documentation/block/
H A Dstat.rst42 discard sectors sectors number of sectors discarded
71 discarded from this block device. The "sectors" in question are the
/linux/Documentation/networking/device_drivers/ethernet/netronome/
H A Dnfp.rst275 - Packet can be discarded on the RX path for one of the following reasons:
283 * A BPF program discarded the packet.
285 * The MAC discarded the packet due to lack of ingress buffer space
327 - A packet can be discarded in the TX direction if the MAC is
/linux/Documentation/networking/
H A Dmpls-sysctl.rst53 If disabled, packets will be discarded without further
H A Dudplite.rst11 fed into the codec instead of being discarded due to a failed checksum test.
141 threshold are discarded, these events are also logged.
155 illegal (cf. RFC 3828, sec. 3.1) and will be silently discarded.
/linux/Documentation/filesystems/fuse/
H A Dfuse-io.rst33 so when an uncached page is partially written, the page is discarded.
/linux/Documentation/driver-api/md/
H A Draid5-cache.rst109 parities are incompleted, they are discarded. If part of data is corrupted,
110 they are discarded too. MD then loads valid data and writes them to RAID disks
/linux/Documentation/userspace-api/gpio/
H A Dgpio-v2-lineinfo-changed-read.rst56 by userspace. If an overflow occurs then the most recent event is discarded.
H A Dgpio-lineinfo-changed-read.rst60 by userspace. If an overflow occurs then the most recent event is discarded.
H A Dgpio-lineevent-data-read.rst68 by userspace. If an overflow occurs then the most recent event is discarded.
H A Dgpio-v2-line-event-read.rst63 discarded. Overflow can be detected from userspace by monitoring the event
/linux/Documentation/bpf/
H A Dringbuf.rst93 discarded. Discard is similar to commit, but makes consumer ignore the
113 a record as discarded, and such records are supposed to be ignored by consumer
169 time if record is discarded. In the latter case, consumer is supposed to skip
/linux/net/atm/
H A DKconfig39 such neighbours are silently discarded instead.

1234