Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\trace\events\irq_matrix.h Create Date:2022-07-28 10:16:38
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:trace_irq_matrix_assign_system

Proto:static inline void trace_irq_matrix_assign_system(int bit, struct irq_matrix *matrix)

Type:void

Parameter:

TypeParameterName
intbit
struct irq_matrix *matrix

NULL

Caller
NameDescribe
irq_matrix_assign_systemq_matrix_assign_system - Assign system wide entry in the matrix*@m: Matrix pointer*@bit: Which bit to reserve*@replace: Replace an already allocated vector with a system* vector at the same bit position.* The BUG_ON()s below are on purpose