Home
last modified time | relevance | path

Searched refs:dev_refcnt (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/Documentation/networking/net_cachelines/
Dnet_device.rst128 refcount_t dev_refcnt
/linux-6.12.1/include/linux/
Dnetdevice.h2288 refcount_t dev_refcnt; member
4041 refcount_dec(&dev->dev_refcnt); in __dev_put()
4052 refcount_inc(&dev->dev_refcnt); in __dev_hold()
/linux-6.12.1/net/core/
Ddev.c10647 return refcount_read(&dev->dev_refcnt); in netdev_refcnt_read()
11115 refcount_set(&dev->dev_refcnt, 1); in alloc_netdev_mqs()