Lines Matching defs:atom_size
2321 ai->unit_size, ai->alloc_size / ai->atom_size, ai->atom_size);
2377 * @ai->atom_size is the allocation atom size and used as alignment
2381 * @ai->atom_size. This is larger than @ai->atom_size if
2382 * @ai->unit_size is larger than @ai->atom_size.
2523 pcpu_atom_size = ai->atom_size;
2648 * @atom_size: allocation atom size
2667 size_t atom_size,
2692 * alloc_size is multiple of atom_size and is the smallest
2699 alloc_size = roundup(min_unit_size, atom_size);
2727 * Related to atom_size, which could be much larger than the unit_size.
2776 ai->atom_size = atom_size;
2806 * @atom_size: allocation atom size
2816 * vmalloc area. Allocations are always whole multiples of @atom_size
2817 * aligned to @atom_size.
2835 size_t atom_size,
2847 ai = pcpu_build_alloc_info(reserved_size, dyn_size, atom_size,
2873 ptr = alloc_fn(cpu, gi->nr_units * ai->unit_size, atom_size);
3144 ai->atom_size = unit_size;