Home
last modified time | relevance | path

Searched refs:pib_lock (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/net/ieee802154/
Dnl-phy.c53 mutex_lock(&phy->pib_lock); in ieee802154_nl_fill_phy()
66 mutex_unlock(&phy->pib_lock); in ieee802154_nl_fill_phy()
72 mutex_unlock(&phy->pib_lock); in ieee802154_nl_fill_phy()
Dcore.c124 mutex_init(&rdev->wpan_phy.pib_lock); in wpan_phy_new()
/linux-4.1.27/net/mac802154/
Dmib.c100 mutex_lock(&local->phy->pib_lock); in mac802154_dev_set_page_channel()
103 mutex_unlock(&local->phy->pib_lock); in mac802154_dev_set_page_channel()
Diface.c254 mutex_lock(&phy->pib_lock); in mac802154_wpan_open()
297 mutex_unlock(&phy->pib_lock); in mac802154_wpan_open()
301 mutex_unlock(&phy->pib_lock); in mac802154_wpan_open()
/linux-4.1.27/include/net/
Dcfg802154.h70 struct mutex pib_lock; member