Home
last modified time | relevance | path

Searched refs:ind (Results 1 – 4 of 4) sorted by relevance

/kernel/irq/
Ddebugfs.c18 static void irq_debug_show_bits(struct seq_file *m, int ind, unsigned int state, in irq_debug_show_bits() argument
25 seq_printf(m, "%*s%s\n", ind + 12, "", sd->name); in irq_debug_show_bits()
63 irq_debug_show_chip(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_chip() argument
71 seq_printf(m, "%*schip: %s\n", ind, "", chip->name); in irq_debug_show_chip()
72 seq_printf(m, "%*sflags: 0x%lx\n", ind + 1, "", chip->flags); in irq_debug_show_chip()
73 irq_debug_show_bits(m, ind, chip->flags, irqchip_flags, in irq_debug_show_chip()
78 irq_debug_show_data(struct seq_file *m, struct irq_data *data, int ind) in irq_debug_show_data() argument
80 seq_printf(m, "%*sdomain: %s\n", ind, "", in irq_debug_show_data()
82 seq_printf(m, "%*shwirq: 0x%lx\n", ind + 1, "", data->hwirq); in irq_debug_show_data()
83 irq_debug_show_chip(m, data, ind + 1); in irq_debug_show_data()
[all …]
Dirqdomain.c1740 irq_domain_debug_show_one(struct seq_file *m, struct irq_domain *d, int ind) in irq_domain_debug_show_one() argument
1742 seq_printf(m, "%*sname: %s\n", ind, "", d->name); in irq_domain_debug_show_one()
1743 seq_printf(m, "%*ssize: %u\n", ind + 1, "", in irq_domain_debug_show_one()
1745 seq_printf(m, "%*smapped: %u\n", ind + 1, "", d->mapcount); in irq_domain_debug_show_one()
1746 seq_printf(m, "%*sflags: 0x%08x\n", ind +1 , "", d->flags); in irq_domain_debug_show_one()
1748 d->ops->debug_show(m, d, NULL, ind + 1); in irq_domain_debug_show_one()
1752 seq_printf(m, "%*sparent: %s\n", ind + 1, "", d->parent->name); in irq_domain_debug_show_one()
1753 irq_domain_debug_show_one(m, d->parent, ind + 4); in irq_domain_debug_show_one()
Dmatrix.c481 void irq_matrix_debug_show(struct seq_file *sf, struct irq_matrix *m, int ind) in irq_matrix_debug_show() argument
492 seq_printf(sf, "%*s| CPU | avl | man | mac | act | vectors\n", ind, " "); in irq_matrix_debug_show()
497 seq_printf(sf, "%*s %4d %4u %4u %4u %4u %*pbl\n", ind, " ", in irq_matrix_debug_show()
/kernel/
Dkexec_core.c616 kimage_entry_t ind = 0; in kimage_free() local
630 if (ind & IND_INDIRECTION) in kimage_free()
631 kimage_free_entry(ind); in kimage_free()
635 ind = entry; in kimage_free()
640 if (ind & IND_INDIRECTION) in kimage_free()
641 kimage_free_entry(ind); in kimage_free()