Home
last modified time | relevance | path

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

12345

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Dringbuf.c70 skel->bss->discarded = 0; in trigger_samples()
199 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in ringbuf_subtest()
200 1L, skel->bss->discarded); in ringbuf_subtest()
237 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in ringbuf_subtest()
238 1L, skel->bss->discarded); in ringbuf_subtest()
261 skel->bss->discarded = 0; in ringbuf_subtest()
294 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in ringbuf_subtest()
295 1L, skel->bss->discarded); in ringbuf_subtest()
/Linux-v6.6/tools/testing/selftests/bpf/progs/
Dtest_ringbuf.c28 long discarded = 0; variable
66 __sync_fetch_and_add(&discarded, 1); in test_ringbuf()
/Linux-v6.6/include/uapi/mtd/
Dinftl-user.h31 __u8 discarded; member
40 __u8 discarded; member
/Linux-v6.6/Documentation/staging/
Dspeculation.rst12 work which may be discarded at a later stage.
44 value will subsequently be discarded, but the speculated load may affect
/Linux-v6.6/arch/mips/boot/compressed/
Dld.script51 /* Sections to be discarded */
/Linux-v6.6/arch/m68k/kernel/
Dvmlinux-sun3.lds56 /* Sections to be discarded */
Dvmlinux-std.lds63 /* Sections to be discarded */
Dvmlinux-nommu.lds90 /* Sections to be discarded */
/Linux-v6.6/Documentation/ABI/testing/
Dprocfs-diskstats32 17 sectors discarded
Dsysfs-platform-dfl-fme196 be round down per Watts (< 1 watts part will be discarded) and
209 be round down per Watts (< 1 watts part will be discarded) and
/Linux-v6.6/drivers/md/
Ddm-cache-metadata.h81 dm_dblock_t dblock, bool discarded);
/Linux-v6.6/Documentation/block/
Dstat.rst42 discard sectors sectors number of sectors discarded
71 discarded from this block device. The "sectors" in question are the
/Linux-v6.6/Documentation/networking/
Dmpls-sysctl.rst53 If disabled, packets will be discarded without further
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-v6.6/Documentation/networking/device_drivers/ethernet/netronome/
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-v6.6/drivers/staging/pi433/Documentation/
Dpi433.txt225 isn't found, telegram will be internally discarded
237 address will be internally discarded
240 be internally discarded
247 internally discarded.
/Linux-v6.6/Documentation/admin-guide/
Dbraille-console.rst32 ``console=brl,...`` will be discarded. Also note that it does not interfere with
/Linux-v6.6/Documentation/filesystems/
Dfuse-io.rst32 so when an uncached page is partially written, the page is discarded.
/Linux-v6.6/crypto/asymmetric_keys/
DKconfig61 it is, the PKCS#7 wrapper is discarded and reading the key returns
/Linux-v6.6/Documentation/driver-api/md/
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-v6.6/net/atm/
DKconfig39 such neighbours are silently discarded instead.
/Linux-v6.6/Documentation/bpf/
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-v6.6/Documentation/security/keys/
Drequest-key.rst170 use it. Any error from a previous match attempt is discarded and the key is
194 The moment one succeeds, all pending errors are discarded and the found key is
/Linux-v6.6/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst78 discarded and do not enter into the average. This can be used to
/Linux-v6.6/drivers/staging/greybus/Documentation/firmware/
Dfirmware-management295 must be discarded.
303 shall be read by the user and others must be discarded.

12345