Searched refs:hmm (Results 1 – 11 of 11) sorted by relevance
31 struct hmm *hmm; in hmm_alloc_notifier() local33 hmm = kzalloc(sizeof(*hmm), GFP_KERNEL); in hmm_alloc_notifier()34 if (!hmm) in hmm_alloc_notifier()37 init_waitqueue_head(&hmm->wq); in hmm_alloc_notifier()38 INIT_LIST_HEAD(&hmm->mirrors); in hmm_alloc_notifier()39 init_rwsem(&hmm->mirrors_sem); in hmm_alloc_notifier()40 INIT_LIST_HEAD(&hmm->ranges); in hmm_alloc_notifier()41 spin_lock_init(&hmm->ranges_lock); in hmm_alloc_notifier()42 hmm->notifiers = 0; in hmm_alloc_notifier()43 return &hmm->mmu_notifier; in hmm_alloc_notifier()[all …]
108 obj-$(CONFIG_HMM_MIRROR) += hmm.o
86 struct hmm { struct162 struct hmm *hmm; member184 return wait_event_timeout(range->hmm->wq, range->valid, in hmm_range_wait_until_valid()367 struct hmm *hmm; member
36 hmm
216 * hmm: Extend `ZONE_DEVICE` with `->page_fault()` and `->page_free()`219 Documentation/vm/hmm.rst.
1 .. hmm:
150 in that case...hmm).
459 some form of auto-fan-control based on temp? hmm (Qfan? this mobo is an
628 while compiling the kernel... hmm ... even with 32 MB RAM ... ;-)
193 header-test- += linux/hmm.h
7428 F: mm/hmm*7429 F: include/linux/hmm*7430 F: Documentation/vm/hmm.rst