Function report |
Source Code:include\linux\bitmap.h |
Create Date:2022-07-28 05:34:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:bitmap_andnot
Proto:static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned long * | dst | |
const unsigned long * | src1 | |
const unsigned long * | src2 | |
unsigned int | nbits |
304 | Return __bitmap_andnot(dst, src1, src2, nbits) |
Name | Describe |
---|---|
irq_matrix_remove_managed | q_matrix_remove_managed - Remove managed interrupts in a CPU map*@m: Matrix pointer*@msk: On which CPUs the bits should be removed* Can be called for offline CPUs* This removes not allocated managed interrupts from the map |
irq_matrix_alloc_managed | q_matrix_alloc_managed - Allocate a managed interrupt in a CPU map*@m: Matrix pointer*@cpu: On which CPU the interrupt should be allocated |
cpumask_andnot | pumask_andnot - *dstp = *src1p & ~*src2p*@dstp: the cpumask result*@src1p: the first input*@src2p: the second input* If *@dstp is empty, returns 0, else returns 1 |
__nodes_andnot |
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 |