Home
last modified time | relevance | path

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

/linux-4.1.27/net/ieee802154/6lowpan/
Dcore.c165 mutex_init(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_newlink()
179 mutex_lock(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_newlink()
182 mutex_unlock(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_newlink()
206 mutex_lock(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_dellink()
213 mutex_unlock(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_dellink()
215 mutex_destroy(&lowpan_dev_info(dev)->dev_list_mtx); in lowpan_dellink()
D6lowpan_i.h48 struct mutex dev_list_mtx; /* mutex for list ops */ member