Home
last modified time | relevance | path

Searched refs:mmput_async (Results 1 – 10 of 10) sorted by relevance

/linux/rust/kernel/
H A Dmm.rs25 pub use mmput_async::MmWithUserAsync;
26 mod mmput_async; module
/linux/rust/kernel/mm/
H A Dmmput_async.rs47 unsafe { bindings::mmput_async(obj.cast().as_ptr()) }; in dec_ref()
/linux/include/linux/sched/
H A Dmm.h147 void mmput_async(struct mm_struct *);
/linux/drivers/android/
H A Dbinder_alloc.c357 mmput_async(alloc->mm); in binder_install_single_page()
1199 mmput_async(mm); in binder_alloc_free_page()
1212 mmput_async(mm); in binder_alloc_free_page()
/linux/drivers/infiniband/core/
H A Dumem_odp.c424 mmput_async(owning_mm); in ib_umem_odp_map_dma_and_lock()
/linux/drivers/gpu/drm/
H A Ddrm_pagemap.c618 mmput_async(devmem_allocation->mm); in drm_pagemap_evict_to_ram()
/linux/kernel/
H A Dfork.c1209 void mmput_async(struct mm_struct *mm) in mmput_async() function
1216 EXPORT_SYMBOL_GPL(mmput_async);
/linux/kernel/futex/
H A Dcore.c1605 mmput_async(mm); in __futex_ref_atomic_end()
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c2421 mmput_async(mm); in svm_range_deferred_list_work()
/linux/mm/
H A Dvmscan.c3094 mmput_async(*iter); in iterate_mm_list()