Searched refs:total_mem (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/edac/
H A Dmv64x60_edac.h94 int total_mem; member in struct:mv64x60_mc_pdata
H A Dcpc925_edac.c278 unsigned long total_mem; member in struct:cpc925_mc_pdata
312 pdata->total_mem = 0;
320 pdata->total_mem += size;
324 debugf0("%s: total_mem 0x%lx\n", __func__, pdata->total_mem);
H A Dmv64x60_edac.c652 pdata->total_mem = reg[1];
668 csrow->nr_pages = pdata->total_mem >> PAGE_SHIFT;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kernel/
H A Defi.c981 unsigned long total_mem = 0; local
1029 if (total_mem + (ae - as) > mem_limit)
1030 ae -= total_mem + (ae - as) - mem_limit;
1058 unsigned long total_mem = 0; local
1153 if (total_mem + (ae - as) > mem_limit)
1154 ae -= total_mem + (ae - as) - mem_limit;
1160 total_mem += ae - as;
1166 total_mem += ae - as;
1175 return total_mem;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsetup.c706 unsigned long long total_mem; local
709 total_mem = get_total_mem();
710 ret = parse_crashkernel(boot_command_line, total_mem,
726 (unsigned long)(total_mem >> 20));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dsetup.c506 unsigned long long total_mem; local
510 total_mem = get_total_mem();
512 ret = parse_crashkernel(boot_command_line, total_mem,
543 (unsigned long)(total_mem >> 20));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/lpfc/
H A Dlpfc_bsg.c2116 uint32_t total_mem; local
2168 total_mem = size;
2170 total_mem = 64 * 1024;
2173 total_mem = BUF_SZ_4K;
2175 dataout = kmalloc(total_mem, GFP_KERNEL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dcnic.c1015 int total_mem, blks, i; local
1017 total_mem = BNX2X_CONTEXT_MEM_SIZE * cp->max_cid_space;
1018 blks = total_mem / ctx_blk_size;
1019 if (total_mem % ctx_blk_size)

Completed in 182 milliseconds