Function report |
Source Code:lib\xarray.c |
Create Date:2022-07-28 06:13:18 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:xas_lock_type
Proto:static inline void xas_lock_type(struct xa_state *xas, unsigned int lock_type)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct xa_state * | xas | |
unsigned int | lock_type |
38 | If lock_type == XA_LOCK_IRQ Then xas_lock_irq(xas) |
40 | Else if lock_type == XA_LOCK_BH Then xas_lock_bh(xas) |
Name | Describe |
---|---|
__xas_nomem | __xas_nomem() - Drop locks and allocate memory if needed.*@xas: XArray operation state.*@gfp: Memory allocation flags.* Internal variant of xas_nomem().* Return: true if memory was needed, and was successfully allocated. |
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 |