Searched refs:vmi (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/fs/proc/
H A Dmeminfo.c30 struct vmalloc_info vmi; meminfo_proc_show() local
52 get_vmalloc_info(&vmi); meminfo_proc_show()
194 vmi.used >> 10, meminfo_proc_show()
195 vmi.largest_chunk >> 10 meminfo_proc_show()
/linux-4.1.27/include/linux/
H A Dvmalloc.h192 extern void get_vmalloc_info(struct vmalloc_info *vmi);
196 #define get_vmalloc_info(vmi) \
198 (vmi)->used = 0; \
199 (vmi)->largest_chunk = 0; \
/linux-4.1.27/arch/ia64/kernel/
H A Dsetup.c925 pal_vm_info_2_u_t vmi; cpu_init() local
1031 if (ia64_pal_vm_summary(NULL, &vmi) == 0) { cpu_init()
1032 max_ctx = (1U << (vmi.pal_vm_info_2_s.rid_size - 3)) - 1; cpu_init()
1033 setup_ptcg_sem(vmi.pal_vm_info_2_s.max_purges, NPTCG_FROM_PAL); cpu_init()
/linux-4.1.27/mm/
H A Dvmalloc.c2691 void get_vmalloc_info(struct vmalloc_info *vmi) get_vmalloc_info() argument
2697 vmi->used = 0; get_vmalloc_info()
2698 vmi->largest_chunk = 0; get_vmalloc_info()
2705 vmi->largest_chunk = VMALLOC_TOTAL; get_vmalloc_info()
2723 vmi->used += (va->va_end - va->va_start); get_vmalloc_info()
2726 if (vmi->largest_chunk < free_area_size) get_vmalloc_info()
2727 vmi->largest_chunk = free_area_size; get_vmalloc_info()
2732 if (VMALLOC_END - prev_end > vmi->largest_chunk) get_vmalloc_info()
2733 vmi->largest_chunk = VMALLOC_END - prev_end; get_vmalloc_info()
/linux-4.1.27/drivers/crypto/
H A Dmxs-dcp.c934 "dcp-vmi-irq", sdcp); mxs_dcp_probe()

Completed in 226 milliseconds