Searched refs:malloc_size (Results 1 – 3 of 3) sorted by relevance
326 int malloc_size = 0; in register_vlan_device() local385 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()
178 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member227 DWORD malloc_size; /* < MAX_KMALLOC_SIZE in cciss.c */ member
668 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()