| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ringbuf.c | 74 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 D | test_ringbuf_write.c | 18 long discarded = 0; variable 36 __sync_fetch_and_add(&discarded, 1); in test_ringbuf_write()
|
| H A D | test_ringbuf.c | 28 long discarded = 0; variable 66 __sync_fetch_and_add(&discarded, 1); in test_ringbuf()
|
| /linux/include/uapi/mtd/ |
| H A D | inftl-user.h | 31 __u8 discarded; member 40 __u8 discarded; member
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | pm8150b.dtsi | 95 "msg-tx-discarded", 96 "msg-rx-discarded",
|
| H A D | pm6150.dtsi | 106 "msg-tx-discarded", 107 "msg-rx-discarded",
|
| H A D | pm7250b.dtsi | 86 "msg-tx-discarded", 87 "msg-rx-discarded",
|
| /linux/Documentation/staging/ |
| H A D | speculation.rst | 12 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 D | ld.script | 51 /* Sections to be discarded */
|
| /linux/Documentation/ABI/testing/ |
| H A D | procfs-diskstats | 32 17 sectors discarded
|
| /linux/arch/m68k/kernel/ |
| H A D | vmlinux-sun3.lds | 57 /* Sections to be discarded */
|
| H A D | vmlinux-std.lds | 64 /* Sections to be discarded */
|
| H A D | vmlinux-nommu.lds | 91 /* Sections to be discarded */
|
| /linux/Documentation/block/ |
| H A D | stat.rst | 42 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 D | nfp.rst | 275 - 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 D | mpls-sysctl.rst | 53 If disabled, packets will be discarded without further
|
| H A D | udplite.rst | 11 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 D | fuse-io.rst | 33 so when an uncached page is partially written, the page is discarded.
|
| /linux/Documentation/driver-api/md/ |
| H A D | raid5-cache.rst | 109 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 D | gpio-v2-lineinfo-changed-read.rst | 56 by userspace. If an overflow occurs then the most recent event is discarded.
|
| H A D | gpio-lineinfo-changed-read.rst | 60 by userspace. If an overflow occurs then the most recent event is discarded.
|
| H A D | gpio-lineevent-data-read.rst | 68 by userspace. If an overflow occurs then the most recent event is discarded.
|
| H A D | gpio-v2-line-event-read.rst | 63 discarded. Overflow can be detected from userspace by monitoring the event
|
| /linux/Documentation/bpf/ |
| H A D | ringbuf.rst | 93 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 D | Kconfig | 39 such neighbours are silently discarded instead.
|