Home
last modified time | relevance | path

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

/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst131 refcount_t dev_refcnt
/linux/include/linux/
H A Dnetdevice.h2388 refcount_t dev_refcnt; member
4415 refcount_dec(&dev->dev_refcnt); in __dev_put()
4426 refcount_inc(&dev->dev_refcnt); in __dev_hold()
/linux/net/core/
H A Ddev.c11574 return refcount_read(&dev->dev_refcnt);
12061 refcount_set(&dev->dev_refcnt, 1); in alloc_netdev_mqs()