Home
last modified time | relevance | path

Searched refs:zeroing (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/fs/fuse/
Ddev.c938 unsigned offset, unsigned count, int zeroing) in fuse_copy_page() argument
943 if (page && zeroing && count < PAGE_SIZE) in fuse_copy_page()
986 int zeroing) in fuse_copy_pages() argument
993 for (i = 0; i < ap->num_pages && (nbytes || zeroing); i++) { in fuse_copy_pages()
998 err = fuse_copy_page(cs, &ap->pages[i], offset, count, zeroing); in fuse_copy_pages()
1024 int zeroing) in fuse_copy_args() argument
1032 err = fuse_copy_pages(cs, arg->size, zeroing); in fuse_copy_args()
/kernel/linux/linux-5.10/arch/sh/
DKconfig.debug68 bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
/kernel/linux/linux-5.10/security/
DKconfig.hardening213 bool "Enable heap memory zeroing on allocation by default"
225 bool "Enable heap memory zeroing on free by default"
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/
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.
/kernel/linux/linux-5.10/mm/
DKconfig.debug97 due to sanitization but the zeroing at free means that it is
/kernel/linux/linux-5.10/Documentation/livepatch/
Dshadow-vars.rst40 klp_shadow_get_or_alloc() are zeroing the variable by default.
/kernel/linux/linux-5.10/Documentation/networking/
Dfib_trie.rst136 through the child array, chopping off (zeroing) the least significant "1" of
/kernel/linux/linux-5.10/Documentation/filesystems/
Dqnx6.rst76 device address, zeroing the last 3 bytes and then subtracting 0x1000 from
Ddax.txt246 can happen either by sending an IO through the driver, or zeroing (also through
Dporting.rst321 be in order of zeroing blocks using block_truncate_page or similar helpers,
/kernel/linux/linux-5.10/scripts/coccinelle/api/alloc/
Dzalloc-simple.cocci3 /// Use zeroing allocator rather than allocator followed by memset with 0
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-top.txt374 Toggle event count zeroing across display updates.
/kernel/linux/patches/linux-5.10/yangfan_patch/
Dothers.patch754 bool "Enable heap memory zeroing on allocation by default"
Ddrivers.patch6871 + * the __GFP_ZERO on the allocation means the zeroing was done by the
59344 /* protect the zeroing of pm->num_clks */
/kernel/linux/patches/linux-5.10/zhiyuan_patch/
Dkernel.patch2104 + * the __GFP_ZERO on the allocation means the zeroing was done by the
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch22951 + pr_info(" it's a 'zero-pma', not zeroing from s/w\n");