Home
last modified time | relevance | path

Searched refs:vmac (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/mm/
Dmemory-failure.c516 struct anon_vma_chain *vmac; in collect_procs_anon() local
521 anon_vma_interval_tree_foreach(vmac, &av->rb_root, in collect_procs_anon()
523 vma = vmac->vma; in collect_procs_anon()
Dksm.c2638 struct anon_vma_chain *vmac; in rmap_walk_ksm() local
2649 anon_vma_interval_tree_foreach(vmac, &anon_vma->rb_root, in rmap_walk_ksm()
2654 vma = vmac->vma; in rmap_walk_ksm()
/Linux-v6.1/crypto/
DMakefile71 obj-$(CONFIG_CRYPTO_VMAC) += vmac.o
DKconfig1074 See https://fastcrypto.org/vmac for further information.