Searched refs:netdev_refcnt_read (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/net/core/ |
| H A D | dev.c | 10149 int netdev_refcnt_read(const struct net_device *dev) in netdev_refcnt_read() function 10157 EXPORT_SYMBOL(netdev_refcnt_read); 10181 refcnt = netdev_refcnt_read(dev); in netdev_wait_allrefs() 10218 refcnt = netdev_refcnt_read(dev); in netdev_wait_allrefs() 10296 BUG_ON(netdev_refcnt_read(dev)); in netdev_run_todo()
|
| /OK3568_Linux_fs/kernel/drivers/s390/net/ |
| H A D | ctcm_mpc.c | 531 CTCM_FUNTAIL, dev->name, netdev_refcnt_read(dev)); in ctc_mpc_dealloc_ch()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_uap_cfg80211.c | 1595 PRINTM(MINFO, "refcnt = %d\n", netdev_refcnt_read(dev)); in woal_cfg80211_del_virt_if()
|
| H A D | moal_main.c | 3895 PRINTM(MINFO, "refcnt = %d\n", netdev_refcnt_read(dev));
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_uap_cfg80211.c | 2035 PRINTM(MINFO, "refcnt = %d\n", netdev_refcnt_read(dev)); in woal_cfg80211_del_virt_if()
|
| H A D | moal_main.c | 5271 PRINTM(MINFO, "refcnt = %d\n", netdev_refcnt_read(dev));
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | netdevice.h | 2933 int netdev_refcnt_read(const struct net_device *dev);
|