Searched refs:sheaf_size (Results 1 – 1 of 1) sorted by relevance
2811 size_t sheaf_size; in __alloc_empty_sheaf() local2821 sheaf_size = struct_size(sheaf, objects, capacity); in __alloc_empty_sheaf()2822 sheaf = kmalloc_flags(sheaf_size, gfp | __GFP_ZERO, alloc_flags, NUMA_NO_NODE); in __alloc_empty_sheaf()