Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/8021q/
Dvlan.c326 int malloc_size = 0; in register_vlan_device() local
385 malloc_size = (sizeof(struct net_device)); in register_vlan_device()
386 new_dev = (struct net_device *) kmalloc(malloc_size, GFP_KERNEL); in register_vlan_device()
388 new_dev, malloc_size); in register_vlan_device()
393 memset(new_dev, 0, malloc_size); in register_vlan_device()
/linux-2.4.37.9/include/linux/
Dcciss_ioctl.h178 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member
227 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member
/linux-2.4.37.9/drivers/block/
Dcciss.c668 err |= get_user(arg64.malloc_size, &arg32->malloc_size); in cciss_ioctl32_big_passthru()
1103 if (iocommand.malloc_size > MAX_KMALLOC_SIZE) in cciss_ioctl()
1105 if (iocommand.buf_size > iocommand.malloc_size * MAXSGENTRIES) in cciss_ioctl()
1112 > iocommand.malloc_size) in cciss_ioctl()
1113 ? iocommand.malloc_size : size_left_alloc; in cciss_ioctl()