Home
last modified time | relevance | path

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

/net/ieee802154/
D6lowpan_rtnl.c65 struct mutex dev_list_mtx; /* mutex for list ops */ member
590 mutex_init(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_newlink()
604 mutex_lock(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_newlink()
607 mutex_unlock(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_newlink()
622 mutex_lock(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_dellink()
629 mutex_unlock(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_dellink()
631 mutex_destroy(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_dellink()