Function report |
Source Code:kernel\irq\matrix.c |
Create Date:2022-07-28 10:17:04 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:q_matrix_assign - Assign a preallocated interrupt in the local CPU map*@m: Matrix pointer*@bit: Which bit to mark* This should only be used to mark preallocated vectors
Proto:void irq_matrix_assign(struct irq_matrix *m, unsigned int bit)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct irq_matrix * | m | |
unsigned int | bit |
323 | cm = this_cpu_ptr(maps) |
325 | If WARN_ON_ONCE(bit < alloc_start || bit >= alloc_end) Then Return |
329 | allocated++ |
330 | total_allocated++ |
331 | available-- |
332 | global_available-- |
333 | trace_irq_matrix_assign(bit, smp_processor_id(), m, cm) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |