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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcciss_ioctl.h178 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL_Command_struct
180 /* < malloc_size * MAXSGENTRIES */
230 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL32_Command_struct
232 /* < malloc_size * MAXSGENTRIES */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dgen_rec.awk893 malloc_size = sprintf("sizeof(%s_args) + sizeof(DB_TXN)", funcname)
894 write_malloc("\t", "argp", malloc_size, CFILE)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dcciss.c644 err |= get_user(arg64.malloc_size, &arg32->malloc_size);
1028 if (ioc->malloc_size > MAX_KMALLOC_SIZE) {
1032 if (ioc->buf_size > ioc->malloc_size * MAXSGENTRIES) {
1052 ioc->malloc_size) ? ioc->
1053 malloc_size : left;

Completed in 63 milliseconds