Lines Matching refs:atom_size
2484 ai->unit_size, ai->alloc_size / ai->atom_size, ai->atom_size);
2540 * @ai->atom_size is the allocation atom size and used as alignment
2544 * @ai->atom_size. This is larger than @ai->atom_size if
2545 * @ai->unit_size is larger than @ai->atom_size.
2670 pcpu_atom_size = ai->atom_size;
2788 * @atom_size: allocation atom size
2807 size_t atom_size,
2834 * alloc_size is multiple of atom_size and is the smallest
2841 alloc_size = roundup(min_unit_size, atom_size);
2872 * Related to atom_size, which could be much larger than the unit_size.
2923 ai->atom_size = atom_size;
2989 * @atom_size: allocation atom size
2998 * vmalloc area. Allocations are always whole multiples of @atom_size
2999 * aligned to @atom_size.
3017 size_t atom_size,
3028 ai = pcpu_build_alloc_info(reserved_size, dyn_size, atom_size,
3054 ptr = pcpu_fc_alloc(cpu, gi->nr_units * ai->unit_size, atom_size, cpu_to_nd_fn);
3351 ai->atom_size = unit_size;