Searched refs:matrix_size (Results 1 – 1 of 1) sorted by relevance
51 unsigned int cpu, matrix_size = BITS_TO_LONGS(matrix_bits); in irq_alloc_matrix() local54 m = kzalloc(struct_size(m, scratch_map, matrix_size * 2), GFP_KERNEL); in irq_alloc_matrix()58 m->system_map = &m->scratch_map[matrix_size]; in irq_alloc_matrix()64 m->maps = __alloc_percpu(struct_size(m->maps, alloc_map, matrix_size * 2), in irq_alloc_matrix()74 cm->managed_map = &cm->alloc_map[matrix_size]; in irq_alloc_matrix()