Searched refs:zeroing (Results 1 – 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/fs/fuse/ |
D | dev.c | 938 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/ |
D | Kconfig.debug | 68 bool "Avoid zeroing BSS (to speed-up startup on suitable platforms)"
|
/kernel/linux/linux-5.10/security/ |
D | Kconfig.hardening | 213 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/ |
D | thin-provisioning.rst | 73 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/ |
D | Kconfig.debug | 97 due to sanitization but the zeroing at free means that it is
|
/kernel/linux/linux-5.10/Documentation/livepatch/ |
D | shadow-vars.rst | 40 klp_shadow_get_or_alloc() are zeroing the variable by default.
|
/kernel/linux/linux-5.10/Documentation/networking/ |
D | fib_trie.rst | 136 through the child array, chopping off (zeroing) the least significant "1" of
|
/kernel/linux/linux-5.10/Documentation/filesystems/ |
D | qnx6.rst | 76 device address, zeroing the last 3 bytes and then subtracting 0x1000 from
|
D | dax.txt | 246 can happen either by sending an IO through the driver, or zeroing (also through
|
D | porting.rst | 321 be in order of zeroing blocks using block_truncate_page or similar helpers,
|
/kernel/linux/linux-5.10/scripts/coccinelle/api/alloc/ |
D | zalloc-simple.cocci | 3 /// Use zeroing allocator rather than allocator followed by memset with 0
|
/kernel/linux/linux-5.10/tools/perf/Documentation/ |
D | perf-top.txt | 374 Toggle event count zeroing across display updates.
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | others.patch | 754 bool "Enable heap memory zeroing on allocation by default"
|
D | drivers.patch | 6871 + * 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/ |
D | kernel.patch | 2104 + * the __GFP_ZERO on the allocation means the zeroing was done by the
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0036_linux_drivers_staging.patch | 22951 + pr_info(" it's a 'zero-pma', not zeroing from s/w\n");
|