Home
last modified time | relevance | path

Searched full:zeroing (Results 1 – 25 of 120) sorted by relevance

12345

/linux/net/ceph/
H A Dpagevec.c96 dout("zeroing %d %p head from %d\n", i, pages[i], in ceph_zero_page_vector_range()
103 dout("zeroing %d %p len=%d\n", i, pages[i], len); in ceph_zero_page_vector_range()
110 dout("zeroing %d %p tail to %d\n", i, pages[i], (int)len); in ceph_zero_page_vector_range()
/linux/Documentation/ABI/testing/
H A Dsysfs-bus-iio-adc-mcp356422 auto-zeroing algorithm (the input multiplexer and the ADC
48 limitation, the buffer includes an auto-zeroing algorithm that
/linux/drivers/usb/musb/
H A Dmusb_regs.h103 /* CSR0 bits to avoid zeroing (write zero clears, write 1 ignored) */
151 /* TXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
186 /* RXCSR bits to avoid zeroing (write zero clears, write 1 ignored) */
/linux/fs/ocfs2/
H A Dblockcheck.c341 * take care of zeroing it before calculating the check information. If
372 * the function will take care of zeroing bc before calculating check codes.
433 * take care of zeroing it before calculating the check information. If
479 * zeroing bc before calculating check codes. If bc is not a pointer
/linux/include/linux/
H A Dstackprotector.h11 * by zeroing out the first byte of the canary; this leaves 56 bits of entropy.
/linux/rust/pin-init/internal/src/
H A Dinit.rs124 InitKind::Zeroing => quote! {
188 Zeroing,
212 return InitKind::Zeroing;
396 InitKind::Zeroing => quote! {
/linux/tools/testing/selftests/powerpc/math/
H A Dmma.S17 * X-form (xxmtacc) (not needed due to above zeroing) */
/linux/arch/s390/purgatory/
H A Dpurgatory.lds.S43 . = ALIGN(8); /* For convenience during zeroing */
/linux/drivers/net/wireguard/
H A Dtimers.c23 * - Timer for zeroing out all ephemeral keys after `(REJECT_AFTER_TIME * 3)` ms
130 …pr_debug("%s: Zeroing out all keys for peer %llu (%pISpfsc), since we haven't received a new one i… in wg_queued_expired_zero_key_material()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst270 Zeroing for File Operations
273 Filesystems can call ``iomap_zero_range`` to perform zeroing of the
465 sub-block zeroing safely.
550 * ``IOMAP_OVERWRITE_ONLY``: Allocating blocks and zeroing partial
555 if the mapping is unwritten and the filesystem cannot handle zeroing
/linux/Documentation/admin-guide/device-mapper/
H A Dthin-provisioning.rst73 make one by zeroing the first 4k to indicate empty metadata.
115 not zeroing newly-allocated data, a larger $data_block_size in the
275 Skip the zeroing of newly-provisioned blocks.
/linux/lib/crypto/mpi/
H A Dmpih-mul.c62 * stored (not added) to PROD. We also avoid a loop for zeroing. */ in mul_n_basecase()
214 * stored (not added) to PROD. We also avoid a loop for zeroing. */ in mpih_sqr_n_basecase()
444 * stored (not added) to PROD. We also avoid a loop for zeroing. */ in mpihelp_mul()
/linux/kernel/bpf/preload/
H A Dbpf_preload_kern.c61 /* Avoid taking over stdin/stdout/stderr of init process. Zeroing out in load_skel()
/linux/lib/tests/
H A Dstackinit_kunit.c3 * Test cases for compiler-based stack variable zeroing via
198 * @var_type: type to be tested for zeroing initialization
585 MODULE_DESCRIPTION("Test cases for compiler-based stack variable zeroing");
/linux/tools/perf/pmu-events/arch/x86/amdzen1/
H A Dcache.json200 …on": "LS to L2 WCB cache line zeroing requests. LS (Load/Store unit) to L2 WCB (Write Combining Bu…
/linux/arch/sh/
H A DKconfig.debug76 bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
/linux/tools/perf/pmu-events/arch/x86/amdzen2/
H A Dcache.json130 …on": "LS to L2 WCB cache line zeroing requests. LS (Load/Store unit) to L2 WCB (Write Combining Bu…
/linux/drivers/net/ethernet/intel/igc/
H A Digc_base.c291 hw_dbg("Zeroing the MTA\n"); in igc_init_hw_base()
296 hw_dbg("Zeroing the UTA\n"); in igc_init_hw_base()
/linux/arch/x86/boot/compressed/
H A Dvmlinux.lds.S69 . = ALIGN(8); /* For convenience during zeroing */
/linux/drivers/block/drbd/
H A Ddrbd_protocol.h239 * zeroing" (by "discarding" blocks aligned to discard-granularity, and zeroing
/linux/tools/perf/pmu-events/arch/x86/amdzen3/
H A Dcache.json130 …on": "LS to L2 WCB cache line zeroing requests. LS (Load/Store unit) to L2 WCB (Write Combining Bu…
/linux/include/uapi/linux/
H A Dfalloc.h90 * granularity of the zeroing operation. Most will preferably be accelerated
/linux/tools/testing/memblock/tests/
H A Dcommon.h24 /* Perform raw allocations (no zeroing of memory). */
/linux/Documentation/networking/
H A Dfib_trie.rst136 through the child array, chopping off (zeroing) the least significant "1" of
/linux/fs/iomap/
H A Ddirect-io.c496 * This rules out writes that need zeroing or metdata updates to in iomap_dio_bio_iter()
550 * through to the sub-block tail zeroing here, otherwise in iomap_dio_bio_iter()
564 * requires zeroing or the write extends beyond EOF. If we don't zero in iomap_dio_bio_iter()

12345