Caller| Name | Describe | 
| stack_map_get_build_id_offset |  | 
| shrink_slab_memcg |  | 
| shrink_slab | shrink_slab - shrink slab caches*@gfp_mask: allocation context*@nid: node whose slab caches to target*@memcg: memory cgroup whose slab caches to target*@priority: the reclaim priority* Call the shrink functions to age shrinkable caches | 
| vm_insert_page | vm_insert_page - insert single page into user vma*@vma: user vma to map to*@addr: target user address of this page*@page: source kernel page* This allows drivers to insert individual pages they've allocated* into a user vma. | 
| print_vma_addr | Print the name of a VMA. | 
| mm_take_all_locks | This operation locks against the VM for all pte/vma/mm related* operations that could ever happen on a certain mm. This includes* vmtruncate, try_to_unmap, and all page faults.* The caller must take the mmap_sem in write mode before calling | 
| mm_drop_all_locks | The mmap_sem cannot be released by the caller until* mm_drop_all_locks() returns. | 
| page_lock_anon_vma_read | Similar to page_get_anon_vma() except it locks the anon_vma.* Its a little more complex as it tries to keep the fast path to a single* atomic op -- the trylock. If we fail the trylock, we fall back to getting a | 
| khugepaged_scan_mm_slot |  | 
| mem_cgroup_move_charge |  | 
| shrink_dcache_for_umount | destroy the dentries attached to a superblock on unmounting | 
| try_to_writeback_inodes_sb | ry_to_writeback_inodes_sb - try to start writeback if none underway*@sb: the superblock*@reason: reason why some writeback work was initiated* Invoke __writeback_inodes_sb_nr if no writeback is currently underway. | 
| dquot_disable | Turn quota off on a device. type == -1 ==> quotaoff for all types (umount) | 
| dquot_load_quota_sb |  | 
| dquot_resume | Reenable quotas on remount RW  |