Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\netdevice.h Create Date:2022-07-28 06:04:58
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:netif_tx_unlock

Proto:static inline void netif_tx_unlock(struct net_device *dev)

Type:void

Parameter:

TypeParameterName
struct net_device *dev
4032  When i < num_tx_queues cycle
4033  txq = netdev_get_tx_queue(dev, i)
4039  lear_bit - Clears a bit in memory*@nr: Bit to clear*@addr: Address to start counting from* This is a relaxed atomic operation (no implied memory barriers).
4040  netif_schedule_queue(txq)
4042  spin_unlock( & tx_global_lock)