Function report |
Source Code:include\linux\netdevice.h |
Create Date:2022-07-28 06:04:26 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:api_synchronize - wait until NAPI is not running*@n: NAPI context* Wait until NAPI is done being scheduled on this context.* Waits till any outstanding processing completes but* does not disable future activations.
Proto:static inline void napi_synchronize(const struct napi_struct *n)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
const struct napi_struct * | n |
534 | msleep - sleep safely even with waitqueue interruptions*@msecs: Time in milliseconds to sleep for |
535 | Else The "volatile" is due to gcc bugs () |
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 |