Lines Matching refs:irq_matrix
1145 struct irq_matrix;
1146 struct irq_matrix *irq_alloc_matrix(unsigned int matrix_bits,
1149 void irq_matrix_online(struct irq_matrix *m);
1150 void irq_matrix_offline(struct irq_matrix *m);
1151 void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, bool replace);
1152 int irq_matrix_reserve_managed(struct irq_matrix *m, const struct cpumask *msk);
1153 void irq_matrix_remove_managed(struct irq_matrix *m, const struct cpumask *msk);
1154 int irq_matrix_alloc_managed(struct irq_matrix *m, unsigned int cpu);
1155 void irq_matrix_reserve(struct irq_matrix *m);
1156 void irq_matrix_remove_reserved(struct irq_matrix *m);
1157 int irq_matrix_alloc(struct irq_matrix *m, const struct cpumask *msk,
1159 void irq_matrix_free(struct irq_matrix *m, unsigned int cpu,
1161 void irq_matrix_assign(struct irq_matrix *m, unsigned int bit);
1162 unsigned int irq_matrix_available(struct irq_matrix *m, bool cpudown);
1163 unsigned int irq_matrix_allocated(struct irq_matrix *m);
1164 unsigned int irq_matrix_reserved(struct irq_matrix *m);
1165 void irq_matrix_debug_show(struct seq_file *sf, struct irq_matrix *m, int ind);