Home
last modified time | relevance | path

Searched defs:write (Results 1 – 14 of 14) sorted by relevance

/mm/
Dmmap_lock.c93 void __mmap_lock_do_trace_start_locking(struct mm_struct *mm, bool write) in __mmap_lock_do_trace_start_locking()
99 void __mmap_lock_do_trace_acquire_returned(struct mm_struct *mm, bool write, in __mmap_lock_do_trace_acquire_returned()
106 void __mmap_lock_do_trace_released(struct mm_struct *mm, bool write) in __mmap_lock_do_trace_released()
Dhuge_memory.c1347 pmd_t *pmd, pfn_t pfn, pgprot_t prot, bool write, in insert_pfn_pmd()
1405 vm_fault_t vmf_insert_pfn_pmd(struct vm_fault *vmf, pfn_t pfn, bool write) in vmf_insert_pfn_pmd()
1448 pud_t *pud, pfn_t pfn, bool write) in insert_pfn_pud()
1494 vm_fault_t vmf_insert_pfn_pud(struct vm_fault *vmf, pfn_t pfn, bool write) in vmf_insert_pfn_pud()
1523 pmd_t *pmd, bool write) in touch_pmd()
1700 pud_t *pud, bool write) in touch_pud()
1749 bool write = vmf->flags & FAULT_FLAG_WRITE; in huge_pud_set_accessed() local
1763 bool write = vmf->flags & FAULT_FLAG_WRITE; in huge_pmd_set_accessed() local
2677 bool young, write, soft_dirty, pmd_migration = false, uffd_wp = false; in __split_huge_pmd_locked() local
Dutil.c925 int overcommit_ratio_handler(const struct ctl_table *table, int write, void *buffer, in overcommit_ratio_handler()
941 int overcommit_policy_handler(const struct ctl_table *table, int write, void *buffer, in overcommit_policy_handler()
977 int overcommit_kbytes_handler(const struct ctl_table *table, int write, void *buffer, in overcommit_kbytes_handler()
Dpage-writeback.c511 static int dirty_background_ratio_handler(const struct ctl_table *table, int write, in dirty_background_ratio_handler()
522 static int dirty_background_bytes_handler(const struct ctl_table *table, int write, in dirty_background_bytes_handler()
540 static int dirty_ratio_handler(const struct ctl_table *table, int write, void *buffer, in dirty_ratio_handler()
554 static int dirty_bytes_handler(const struct ctl_table *table, int write, in dirty_bytes_handler()
2212 static int dirty_writeback_centisecs_handler(const struct ctl_table *table, int write, in dirty_writeback_centisecs_handler()
Dcompaction.c3019 static int compaction_proactiveness_sysctl_handler(const struct ctl_table *table, int write, in compaction_proactiveness_sysctl_handler()
3049 static int sysctl_compaction_handler(const struct ctl_table *table, int write, in sysctl_compaction_handler()
3380 int write, void *buffer, size_t *lenp, loff_t *ppos) in proc_dointvec_minmax_warn_RT_change()
Dgup.c1284 int write = (gup_flags & FOLL_WRITE); in check_vma_flags() local
1597 bool write = !!(fault_flags & FAULT_FLAG_WRITE); in vma_permits_fault() local
1974 unsigned long end, bool write, int *locked) in faultin_page_range()
Dpage_alloc.c5692 static int numa_zonelist_order_handler(const struct ctl_table *table, int write, in numa_zonelist_order_handler()
6715 static int watermark_scale_factor_sysctl_handler(const struct ctl_table *table, int write, in watermark_scale_factor_sysctl_handler()
6745 static int sysctl_min_unmapped_ratio_sysctl_handler(const struct ctl_table *table, int write, in sysctl_min_unmapped_ratio_sysctl_handler()
6772 static int sysctl_min_slab_ratio_sysctl_handler(const struct ctl_table *table, int write, in sysctl_min_slab_ratio_sysctl_handler()
6797 int write, void *buffer, size_t *length, loff_t *ppos) in lowmem_reserve_ratio_sysctl_handler()
6818 int write, void *buffer, size_t *length, loff_t *ppos) in percpu_pagelist_high_fraction_sysctl_handler()
Dvmstat.c78 int sysctl_vm_numa_stat_handler(const struct ctl_table *table, int write, in sysctl_vm_numa_stat_handler()
1942 int vmstat_refresh(const struct ctl_table *table, int write, in vmstat_refresh()
Dhugetlb.c4748 static int proc_hugetlb_doulongvec_minmax(const struct ctl_table *table, int write, in proc_hugetlb_doulongvec_minmax()
4765 const struct ctl_table *table, int write, in hugetlb_sysctl_handler_common()
4787 static int hugetlb_sysctl_handler(const struct ctl_table *table, int write, in hugetlb_sysctl_handler()
4796 static int hugetlb_mempolicy_sysctl_handler(const struct ctl_table *table, int write, in hugetlb_mempolicy_sysctl_handler()
4804 static int hugetlb_overcommit_handler(const struct ctl_table *table, int write, in hugetlb_overcommit_handler()
Dmemory.c4973 bool write = vmf->flags & FAULT_FLAG_WRITE; in do_set_pmd() local
5062 bool write = vmf->flags & FAULT_FLAG_WRITE; in set_pte_range() local
6758 void *buf, int len, int write) in generic_access_phys()
6815 int write = gup_flags & FOLL_WRITE; in __access_remote_vm() local
Dnommu.c1636 int write = gup_flags & FOLL_WRITE; in __access_remote_vm() local
Dmadvise.c988 const bool write = behavior == MADV_POPULATE_WRITE; in madvise_populate() local
/mm/kasan/
Dgeneric.c165 size_t size, bool write, in check_region_inline()
186 bool kasan_check_range(const void *addr, size_t size, bool write, in kasan_check_range()
Dsw_tags.c73 bool kasan_check_range(const void *addr, size_t size, bool write, in kasan_check_range()