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

/openwrt/package/kernel/lantiq/ltq-adsl-mei/src/
H A Dlantiq_mei.c1497 int allocate_size = SDRAM_SEGMENT_SIZE; local
1507 allocate_size = size;
1508 if (allocate_size < 1024)
1509 allocate_size = 1024;
1513 allocate_size = size;
1515 allocate_size = SDRAM_SEGMENT_SIZE;
1517 org_mem_ptr = kmalloc (allocate_size, GFP_KERNEL);
1519 IFX_MEI_EMSG ("%d: kmalloc %d bytes memory fail!\n", idx, allocate_size);
1529 org_mem_ptr = kmalloc (allocate_size + 1024, GFP_KERNEL);
1532 idx, allocate_size
[all...]

Completed in 25 milliseconds