Searched refs:dev_list_mtx (Results 1 – 2 of 2) sorted by relevance
165 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()
48 struct mutex dev_list_mtx; /* mutex for list ops */ member