Home
last modified time | relevance | path

Searched refs:VM_ACCOUNT (Results 1 – 6 of 6) sorted by relevance

/linux/rust/bindings/
H A Dbindings_helper.h147 const vm_flags_t RUST_CONST_HELPER_VM_ACCOUNT = VM_ACCOUNT;
/linux/rust/
H A Dbindgen_parameters59 --blocklist-item VM_ACCOUNT
/linux/rust/kernel/mm/
H A Dvirt.rs436 pub const ACCOUNT: vm_flags_t = bindings::VM_ACCOUNT as vm_flags_t;
/linux/tools/testing/vma/include/
H A Ddup.h229 #define VM_ACCOUNT INIT_VM_FLAG(ACCOUNT) macro
/linux/include/linux/
H A Dmm.h426 #define VM_ACCOUNT INIT_VM_FLAG(ACCOUNT) macro
/linux/fs/proc/
H A Dtask_mmu.c1202 [ilog2(VM_ACCOUNT)] = "ac", in show_smap_vma_flags()