Home
last modified time | relevance | path

Searched refs:value (Results 1 – 13 of 13) sorted by relevance

/mm/
A Dksm.c3487 bool value; in use_zero_pages_store() local
3489 err = kstrtobool(buf, &value); in use_zero_pages_store()
3493 ksm_use_zero_pages = value; in use_zero_pages_store()
3669 bool value; in smart_scan_store() local
3675 ksm_smart_scan = value; in smart_scan_store()
3725 unsigned long value; in advisor_max_cpu_store() local
3731 ksm_advisor_max_cpu = value; in advisor_max_cpu_store()
3747 unsigned long value; in advisor_min_pages_to_scan_store() local
3769 unsigned long value; in advisor_max_pages_to_scan_store() local
3791 unsigned long value; in advisor_target_scan_time_store() local
[all …]
A Dmemcontrol.c4195 static int seq_puts_memcg_tunable(struct seq_file *m, unsigned long value) in seq_puts_memcg_tunable() argument
4197 if (value == PAGE_COUNTER_MAX) in seq_puts_memcg_tunable()
4200 seq_printf(m, "%llu\n", (u64)value * PAGE_SIZE); in seq_puts_memcg_tunable()
4218 u64 fd_peak = READ_ONCE(ofp->value), peak; in peak_show()
4241 ofp->value = OFP_PEAK_UNSET; in peak_open()
4250 if (ofp->value == OFP_PEAK_UNSET) { in peak_release()
4274 if (usage > peer_ctx->value) in peak_write()
4275 WRITE_ONCE(peer_ctx->value, usage); in peak_write()
4278 if (ofp->value == OFP_PEAK_UNSET) in peak_write()
4281 WRITE_ONCE(ofp->value, usage); in peak_write()
A DKconfig298 Currently the number of copies is set to 16, a reasonably large value
701 Allows the pageblock_order value to be dynamic instead of just standard
763 a value of 65536 is reasonable and should cause no problems.
767 protection by setting the value to 0.
769 This value can be changed after boot using the
815 This option specifies the initial value of this option. The default
1001 If unsure, leave the default value "8" in UMA and "20" in NUMA.
1063 A sane initial value is 100 MB.
A Dhuge_memory.c350 unsigned long value; in single_hugepage_flag_store() local
353 ret = kstrtoul(buf, 10, &value); in single_hugepage_flag_store()
356 if (value > 1) in single_hugepage_flag_store()
359 if (value) in single_hugepage_flag_store()
A Dmigrate.c2177 static int store_status(int __user *status, int start, int value, int nr) in store_status() argument
2180 if (put_user(value, status + start)) in store_status()
A DKconfig.debug45 Enable debug page memory allocations by default? This value
A Dslub.c1238 u8 *object, const char *what, u8 *start, unsigned int value, in check_bytes_and_report() argument
1246 fault = memchr_inv(kasan_reset_tag(start), value, bytes); in check_bytes_and_report()
1252 while (end > fault && end[-1] == value) in check_bytes_and_report()
1259 what, fault, end - 1, fault - addr, fault[0], value); in check_bytes_and_report()
1265 restore_bytes(s, what, value, fault, end); in check_bytes_and_report()
A Dshmem.c4325 new_xattr = simple_xattr_alloc(xattr->value, xattr->value_len); in shmem_initxattrs()
4371 const char *name, const void *value, in shmem_xattr_handler_set() argument
4380 if (value && sbinfo->max_inodes) { in shmem_xattr_handler_set()
4392 old_xattr = simple_xattr_set(&info->xattrs, name, value, size, flags); in shmem_xattr_handler_set()
A Dhugetlb.c1089 unsigned long value) in set_vma_private_data() argument
1091 vma->vm_private_data = (void *)value; in set_vma_private_data()
/mm/kasan/
A Dreport_generic.c212 unsigned long *value) in tokenize_frame_descr() argument
235 if (value != NULL && kstrtoul(token, 10, value)) { in tokenize_frame_descr()
A Dkasan.h471 static inline void kasan_poison(const void *addr, size_t size, u8 value, bool init) in kasan_poison() argument
478 hw_set_mem_tag_range(kasan_reset_tag(addr), size, value, init); in kasan_poison()
509 void kasan_poison(const void *addr, size_t size, u8 value, bool init);
A Dshadow.c124 void kasan_poison(const void *addr, size_t size, u8 value, bool init) in kasan_poison() argument
146 __memset(shadow_start, value, shadow_end - shadow_start); in kasan_poison()
/mm/kmsan/
A Dkmsan_test.c368 volatile int value; in test_uaf() local
376 value = var[3]; in test_uaf()
377 USE(value); in test_uaf()

Completed in 92 milliseconds