Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A 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-6.3-rc2/tools/testing/selftests/bpf/progs/
A Dtest_ringbuf.c28 long discarded = 0; variable
67 __sync_fetch_and_add(&discarded, 1); in test_ringbuf()
/linux-6.3-rc2/include/uapi/mtd/
A Dinftl-user.h31 __u8 discarded; member
40 __u8 discarded; member
/linux-6.3-rc2/Documentation/staging/
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.3-rc2/arch/mips/boot/compressed/
A Dld.script51 /* Sections to be discarded */
/linux-6.3-rc2/Documentation/ABI/testing/
A Dprocfs-diskstats32 17 sectors discarded
/linux-6.3-rc2/arch/m68k/kernel/
A Dvmlinux-sun3.lds56 /* Sections to be discarded */
A Dvmlinux-std.lds63 /* Sections to be discarded */
A Dvmlinux-nommu.lds90 /* Sections to be discarded */
/linux-6.3-rc2/drivers/md/
A Ddm-cache-metadata.h81 dm_dblock_t dblock, bool discarded);
/linux-6.3-rc2/Documentation/block/
A Dstat.rst42 discard sectors sectors number of sectors discarded
71 discarded from this block device. The "sectors" in question are the
/linux-6.3-rc2/Documentation/networking/
A Dmpls-sysctl.rst53 If disabled, packets will be discarded without further
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.3-rc2/drivers/staging/pi433/Documentation/
A 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.3-rc2/Documentation/networking/device_drivers/ethernet/netronome/
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.3-rc2/Documentation/admin-guide/
A Dbraille-console.rst32 ``console=brl,...`` will be discarded. Also note that it does not interfere with
/linux-6.3-rc2/Documentation/filesystems/
A Dfuse-io.rst32 so when an uncached page is partially written, the page is discarded.
/linux-6.3-rc2/crypto/asymmetric_keys/
A DKconfig61 it is, the PKCS#7 wrapper is discarded and reading the key returns
/linux-6.3-rc2/Documentation/driver-api/md/
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-6.3-rc2/net/atm/
A DKconfig39 such neighbours are silently discarded instead.
/linux-6.3-rc2/Documentation/bpf/
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-6.3-rc2/Documentation/security/keys/
A 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.3-rc2/Documentation/userspace-api/media/drivers/
A Dimx-uapi.rst78 discarded and do not enter into the average. This can be used to
/linux-6.3-rc2/drivers/staging/greybus/Documentation/firmware/
A Dfirmware-management295 must be discarded.
303 shall be read by the user and others must be discarded.
/linux-6.3-rc2/drivers/mtd/
A Dinftlcore.c593 oob.u.a.discarded = 0xaa; in INFTL_findwriteunit()
604 oob.u.b.discarded = 0xaa; in INFTL_findwriteunit()

Completed in 35 milliseconds

12345