Home
last modified time | relevance | path

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

12345

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dringbuf.c68 skel->bss->discarded = 0; in trigger_samples()
197 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf()
198 1L, skel->bss->discarded); in test_ringbuf()
235 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf()
236 1L, skel->bss->discarded); in test_ringbuf()
259 skel->bss->discarded = 0; in test_ringbuf()
292 CHECK(skel->bss->discarded != 1, "err_discarded", "exp %ld, got %ld\n", in test_ringbuf()
293 1L, skel->bss->discarded); in test_ringbuf()
/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dtest_ringbuf.c28 long discarded = 0; variable
67 __sync_fetch_and_add(&discarded, 1); in test_ringbuf()
/linux-6.1.9/include/uapi/mtd/
Dinftl-user.h31 __u8 discarded; member
40 __u8 discarded; member
/linux-6.1.9/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-6.1.9/arch/mips/boot/compressed/
Dld.script51 /* Sections to be discarded */
/linux-6.1.9/Documentation/networking/device_drivers/ethernet/netronome/
Dnfp.rst150 - Packet can be discarded on the RX path for one of the following reasons:
158 * A BPF program discarded the packet.
160 * The MAC discarded the packet due to lack of ingress buffer space
202 - A packet can be discarded in the TX direction if the MAC is
/linux-6.1.9/arch/m68k/kernel/
Dvmlinux-sun3.lds57 /* Sections to be discarded */
Dvmlinux-std.lds64 /* Sections to be discarded */
Dvmlinux-nommu.lds91 /* Sections to be discarded */
/linux-6.1.9/Documentation/ABI/testing/
Dprocfs-diskstats32 17 sectors discarded
/linux-6.1.9/drivers/md/
Ddm-cache-metadata.h80 dm_dblock_t dblock, bool discarded);
/linux-6.1.9/Documentation/block/
Dstat.rst42 discard sectors sectors number of sectors discarded
71 discarded from this block device. The "sectors" in question are the
/linux-6.1.9/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-6.1.9/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-6.1.9/Documentation/admin-guide/
Dbraille-console.rst32 ``console=brl,...`` will be discarded. Also note that it does not interfere with
/linux-6.1.9/Documentation/filesystems/
Dfuse-io.rst32 so when an uncached page is partially written, the page is discarded.
/linux-6.1.9/crypto/asymmetric_keys/
DKconfig61 it is, the PKCS#7 wrapper is discarded and reading the key returns
/linux-6.1.9/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-6.1.9/net/atm/
DKconfig39 such neighbours are silently discarded instead.
/linux-6.1.9/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-6.1.9/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-6.1.9/Documentation/userspace-api/media/drivers/
Dimx-uapi.rst78 discarded and do not enter into the average. This can be used to
/linux-6.1.9/drivers/mtd/
Dinftlcore.c593 oob.u.a.discarded = 0xaa; in INFTL_findwriteunit()
604 oob.u.b.discarded = 0xaa; in INFTL_findwriteunit()
/linux-6.1.9/drivers/staging/greybus/Documentation/firmware/
Dfirmware-management295 must be discarded.
303 shall be read by the user and others must be discarded.

12345