Home
last modified time | relevance | path

Searched refs:hmm (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/mm/
Dhmm.c52 struct hmm { struct
70 static struct hmm *hmm_register(struct mm_struct *mm) in hmm_register() argument
72 struct hmm *hmm = READ_ONCE(mm->hmm); in hmm_register() local
80 if (hmm) in hmm_register()
81 return hmm; in hmm_register()
83 hmm = kmalloc(sizeof(*hmm), GFP_KERNEL); in hmm_register()
84 if (!hmm) in hmm_register()
86 INIT_LIST_HEAD(&hmm->mirrors); in hmm_register()
87 init_rwsem(&hmm->mirrors_sem); in hmm_register()
88 atomic_set(&hmm->sequence, 0); in hmm_register()
[all …]
DMakefile106 obj-$(CONFIG_HMM) += hmm.o
/Linux-v4.19/include/linux/
Dhmm.h80 struct hmm;
334 struct hmm *hmm; member
385 mm->hmm = NULL; in hmm_mm_init()
Dmm_types.h29 struct hmm;
492 struct hmm *hmm; member
/Linux-v4.19/Documentation/vm/
Dindex.rst34 hmm
D00-INDEX13 hmm.rst
Dhmm.rst1 .. hmm:
/Linux-v4.19/Documentation/arm/
DREADME141 in that case...hmm).
/Linux-v4.19/Documentation/hwmon/
Dw83781d405 some form of auto-fan-control based on temp? hmm (Qfan? this mobo is an
/Linux-v4.19/Documentation/networking/
Dz8530drv.txt628 while compiling the kernel... hmm ... even with 32 MB RAM ... ;-)
/Linux-v4.19/
DMAINTAINERS6673 F: mm/hmm*
6674 F: include/linux/hmm*
6675 F: Documentation/vm/hmm.rst