Lines Matching defs:atom_size
2501 ai->unit_size, ai->alloc_size / ai->atom_size, ai->atom_size);
2557 * @ai->atom_size is the allocation atom size and used as alignment
2561 * @ai->atom_size. This is larger than @ai->atom_size if
2562 * @ai->unit_size is larger than @ai->atom_size.
2699 pcpu_atom_size = ai->atom_size;
2820 * @atom_size: allocation atom size
2839 size_t atom_size,
2866 * alloc_size is multiple of atom_size and is the smallest
2873 alloc_size = roundup(min_unit_size, atom_size);
2904 * Related to atom_size, which could be much larger than the unit_size.
2955 ai->atom_size = atom_size;
3021 * @atom_size: allocation atom size
3030 * vmalloc area. Allocations are always whole multiples of @atom_size
3031 * aligned to @atom_size.
3049 size_t atom_size,
3060 ai = pcpu_build_alloc_info(reserved_size, dyn_size, atom_size,
3086 ptr = pcpu_fc_alloc(cpu, gi->nr_units * ai->unit_size, atom_size, cpu_to_nd_fn);
3397 ai->atom_size = unit_size;