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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/proc/
H A Dmmu.c17 void get_vmalloc_info(struct vmalloc_info *vmi) argument
23 vmi->used = 0;
26 vmi->largest_chunk = VMALLOC_TOTAL;
29 vmi->largest_chunk = 0;
46 vmi->used += vma->size;
49 if (vmi->largest_chunk < free_area_size)
50 vmi->largest_chunk = free_area_size;
55 if (VMALLOC_END - prev_end > vmi->largest_chunk)
56 vmi->largest_chunk = VMALLOC_END - prev_end;
H A Dinternal.h35 extern void get_vmalloc_info(struct vmalloc_info *vmi);
39 #define get_vmalloc_info(vmi) \
41 (vmi)->used = 0; \
42 (vmi)->largest_chunk = 0; \
H A Dmeminfo.c27 struct vmalloc_info vmi; local
47 get_vmalloc_info(&vmi);
149 vmi.used >> 10,
150 vmi.largest_chunk >> 10
H A Dproc_misc.c125 struct vmalloc_info vmi; local
143 get_vmalloc_info(&vmi);
208 vmi.used >> 10,
209 vmi.largest_chunk >> 10
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dvmiclock_32.c29 #include <asm/vmi.h>
85 /** vmi clockchip */
121 /** vmi clockevent */
181 .name = "vmi-timer",
198 .name = "vmi-timer",
225 printk(KERN_WARNING "vmi: registering clock event %s. mult=%u shift=%u\n",
271 /** vmi clocksource */
281 .name = "vmi-timer",
305 printk(KERN_WARNING "vmi: registering clock source khz=%lld\n", cycles_per_msec);
H A Dsetup.c86 #include <asm/vmi.h>
H A Dsmpboot.c65 #include <asm/vmi.h>
H A Dvmi_32.c32 #include <asm/vmi.h>
627 pv_info.name = "vmi [deprecated]";
885 early_param("vmi", parse_vmi);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Dsetup.c928 pal_vm_info_2_u_t vmi; local
1034 if (ia64_pal_vm_summary(NULL, &vmi) == 0) {
1035 max_ctx = (1U << (vmi.pal_vm_info_2_s.rid_size - 3)) - 1;
1036 setup_ptcg_sem(vmi.pal_vm_info_2_s.max_purges, NPTCG_FROM_PAL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/os2/
H A Dos2.c2368 VIOMODEINFO vmi;
2369 vmi.cb = sizeof(vmi);
2370 VioGetMode(&vmi, 0);
2371 if (tt_rows != NULL) *tt_rows = vmi.row;
2372 if (tt_cols != NULL) *tt_cols = vmi.col;

Completed in 200 milliseconds