/mm/ |
D | zswap.c | 179 unsigned long value; member 1056 static int zswap_is_page_same_filled(void *ptr, unsigned long *value) in zswap_is_page_same_filled() argument 1066 *value = page[0]; in zswap_is_page_same_filled() 1070 static void zswap_fill_page(void *ptr, unsigned long value) in zswap_fill_page() argument 1075 memset_l(page, value, PAGE_SIZE / sizeof(unsigned long)); in zswap_fill_page() 1091 unsigned long handle, value; in zswap_frontswap_store() local 1139 if (zswap_is_page_same_filled(src, &value)) { in zswap_frontswap_store() 1143 entry->value = value; in zswap_frontswap_store() 1270 zswap_fill_page(dst, entry->value); in zswap_frontswap_load()
|
D | Kconfig | 258 Allows the pageblock_order value to be dynamic instead of just standard 315 a value of 65536 is reasonable and should cause no problems. 319 protection by setting the value to 0. 321 This value can be changed after boot using the 367 This option specifies the initial value of this option. The default 517 If unsure, leave the default value "7" in UMA and "19" in NUMA. 725 A sane initial value is 100 MB.
|
D | shmem.c | 3187 new_xattr = simple_xattr_alloc(xattr->value, xattr->value_len); in shmem_initxattrs() 3223 const char *name, const void *value, in shmem_xattr_handler_set() argument 3229 return simple_xattr_set(&info->xattrs, name, value, size, flags, NULL); in shmem_xattr_handler_set() 3528 char *value = strchr(this_char, '='); in shmem_parse_options() local 3532 if (value) { in shmem_parse_options() 3533 *value++ = '\0'; in shmem_parse_options() 3534 len = strlen(value); in shmem_parse_options() 3536 err = vfs_parse_fs_string(fc, this_char, value, len); in shmem_parse_options()
|
D | huge_memory.c | 233 unsigned long value; in single_hugepage_flag_store() local 236 ret = kstrtoul(buf, 10, &value); in single_hugepage_flag_store() 239 if (value > 1) in single_hugepage_flag_store() 242 if (value) in single_hugepage_flag_store()
|
D | ksm.c | 2994 bool value; in use_zero_pages_store() local 2996 err = kstrtobool(buf, &value); in use_zero_pages_store() 3000 ksm_use_zero_pages = value; in use_zero_pages_store()
|
D | Kconfig.debug | 45 Enable debug page memory allocations by default? This value
|
D | slub.c | 932 u8 *start, unsigned int value, unsigned int bytes) in check_bytes_and_report() argument 939 fault = memchr_inv(kasan_reset_tag(start), value, bytes); in check_bytes_and_report() 945 while (end > fault && end[-1] == value) in check_bytes_and_report() 954 fault[0], value); in check_bytes_and_report() 959 restore_bytes(s, what, value, fault, end); in check_bytes_and_report()
|
D | migrate.c | 1665 static int store_status(int __user *status, int start, int value, int nr) in store_status() argument 1668 if (put_user(value, status + start)) in store_status()
|
D | memcontrol.c | 6282 static int seq_puts_memcg_tunable(struct seq_file *m, unsigned long value) in seq_puts_memcg_tunable() argument 6284 if (value == PAGE_COUNTER_MAX) in seq_puts_memcg_tunable() 6287 seq_printf(m, "%llu\n", (u64)value * PAGE_SIZE); in seq_puts_memcg_tunable()
|
D | hugetlb.c | 874 unsigned long value) in set_vma_private_data() argument 876 vma->vm_private_data = (void *)value; in set_vma_private_data()
|
/mm/kasan/ |
D | report_generic.c | 134 unsigned long *value) in tokenize_frame_descr() argument 157 if (value != NULL && kstrtoul(token, 10, value)) { in tokenize_frame_descr()
|
D | kasan.h | 380 static inline void kasan_poison(const void *addr, size_t size, u8 value, bool init) in kasan_poison() argument 393 hw_set_mem_tag_range((void *)addr, size, value, init); in kasan_poison() 443 void kasan_poison(const void *addr, size_t size, u8 value, bool init);
|
D | shadow.c | 72 void kasan_poison(const void *addr, size_t size, u8 value, bool init) in kasan_poison() argument 98 __memset(shadow_start, value, shadow_end - shadow_start); in kasan_poison()
|