Function report |
Source Code:include\linux\netdevice.h |
Create Date:2022-07-28 06:04:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:__netif_tx_trylock
Proto:static inline bool __netif_tx_trylock(struct netdev_queue *txq)
Type:bool
Parameter:
Type | Parameter | Name |
---|---|---|
struct netdev_queue * | txq |
3961 | ok = spin_trylock( & write-mostly part) |
3962 | If Value is more likely to compile time(ok) Then xmit_lock_owner = smp_processor_id() |
3964 | Return ok |
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 |