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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/message/fusion/
H A Dmptctl.c1033 int alloc_sz = min(bytes,MAX_KMALLOC_SZ); // avoid kernel warning msg! local
1077 this_alloc = min(alloc_sz, bytes-bytes_allocd);
1083 alloc_sz = alloc_sz / 2;
1084 if (alloc_sz == 0) {
1139 "last (big) alloc_sz=%d\n", ioc->name, alloc_sz));
H A Dmptbase.h596 u32 alloc_sz; member in struct:_MPT_ADAPTER
H A Dmptbase.c2640 sz = ioc->alloc_sz;
2642 ioc->name, ioc->alloc, ioc->alloc_sz));
4403 ioc->alloc_sz = total_size;
4505 sz = ioc->alloc_sz;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/message/fusion/
H A Dmptctl.c1033 int alloc_sz = min(bytes,MAX_KMALLOC_SZ); // avoid kernel warning msg! local
1077 this_alloc = min(alloc_sz, bytes-bytes_allocd);
1083 alloc_sz = alloc_sz / 2;
1084 if (alloc_sz == 0) {
1139 "last (big) alloc_sz=%d\n", ioc->name, alloc_sz));
H A Dmptbase.h596 u32 alloc_sz; member in struct:_MPT_ADAPTER
H A Dmptbase.c2640 sz = ioc->alloc_sz;
2642 ioc->name, ioc->alloc, ioc->alloc_sz));
4403 ioc->alloc_sz = total_size;
4505 sz = ioc->alloc_sz;

Completed in 271 milliseconds