Searched refs:ALLOC_SIZE (Results 1 - 1 of 1) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/
H A Dub.c1753 enum { ALLOC_SIZE = sizeof(struct ub_scsi_cmd) }; enumerator in enum:__anon4156
1761 if ((cmd = kzalloc(ALLOC_SIZE, GFP_KERNEL)) == NULL)
1803 enum { ALLOC_SIZE = sizeof(struct ub_scsi_cmd) + 8 }; enumerator in enum:__anon4157
1813 if ((cmd = kzalloc(ALLOC_SIZE, GFP_KERNEL)) == NULL)
1944 enum { ALLOC_SIZE = 1 }; enumerator in enum:__anon4158
1954 if ((p = kmalloc(ALLOC_SIZE, GFP_KERNEL)) == NULL)

Completed in 68 milliseconds