Home
last modified time | relevance | path

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

123456

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dringbuf.c73 skel->bss->discarded = 0; in trigger_samples()
124 skel->bss->discarded = 0; in ringbuf_write_subtest()
131 ASSERT_EQ(skel->bss->discarded, 2, "discarded"); in ringbuf_write_subtest()
276 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in ringbuf_subtest()
277 1L, skel->bss->discarded); in ringbuf_subtest()
314 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in ringbuf_subtest()
315 1L, skel->bss->discarded); in ringbuf_subtest()
338 skel->bss->discarded = 0; in ringbuf_subtest()
375 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in ringbuf_subtest()
376 1L, skel->bss->discarded); in ringbuf_subtest()
/linux-6.15/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-6.15/include/uapi/mtd/
H A Dinftl-user.h31 __u8 discarded; member
40 __u8 discarded; member
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dqcom,pmic-typec.yaml78 - const: msg-tx-discarded
79 - const: msg-rx-discarded
173 "msg-tx-discarded",
174 "msg-rx-discarded",
/linux-6.15/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-6.15/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-6.15/arch/mips/boot/compressed/
H A Dld.script51 /* Sections to be discarded */
/linux-6.15/arch/m68k/kernel/
H A Dvmlinux-sun3.lds56 /* Sections to be discarded */
H A Dvmlinux-std.lds63 /* Sections to be discarded */
H A Dvmlinux-nommu.lds90 /* Sections to be discarded */
/linux-6.15/Documentation/ABI/testing/
H A Dprocfs-diskstats32 17 sectors discarded
/linux-6.15/drivers/md/
H A Ddm-cache-metadata.h80 dm_dblock_t dblock, bool discarded);
/linux-6.15/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-6.15/fs/bcachefs/
H A Dtrace.h756 u64 need_journal_commit, u64 discarded, const char *err),
757 TP_ARGS(c, seen, open, need_journal_commit, discarded, err),
764 __field(u64, discarded )
773 __entry->discarded = discarded;
782 __entry->discarded,
788 u64 need_journal_commit, u64 discarded, const char *err),
789 TP_ARGS(c, seen, open, need_journal_commit, discarded, err)
794 u64 need_journal_commit, u64 discarded, const char *err),
795 TP_ARGS(c, seen, open, need_journal_commit, discarded, err)
/linux-6.15/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-6.15/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-6.15/Documentation/admin-guide/
H A Dbraille-console.rst32 ``console=brl,...`` will be discarded. Also note that it does not interfere with
/linux-6.15/Documentation/filesystems/
H A Dfuse-io.rst33 so when an uncached page is partially written, the page is discarded.
/linux-6.15/Documentation/tools/rtla/
H A Dcommon_options.rst51 …g the data, allowing the system to warm-up. Statistical data generated during warm-up is discarded.
/linux-6.15/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.
/linux-6.15/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

123456