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

/linux-master/include/linux/
H A Dcciss_ioctl.h22 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL32_Command_struct
24 /* < malloc_size * MAXSGENTRIES */
/linux-master/include/uapi/linux/
H A Dcciss_ioctl.h53 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member in struct:_BIG_IOCTL_Command_struct
55 /* < malloc_size * MAXSGENTRIES */
/linux-master/drivers/scsi/
H A Dhpsa.c6512 if (ioc->malloc_size > MAX_KMALLOC_SIZE)
6514 if (ioc->buf_size > ioc->malloc_size * SG_ENTRIES_IN_CMD)
6529 sz = (left > ioc->malloc_size) ? ioc->malloc_size : left;

Completed in 200 milliseconds