Searched refs:lltable_list_lock (Results 1 – 1 of 1) sorted by relevance
73 static struct rwlock lltable_list_lock; variable74 RW_SYSINIT(lltable_list_lock, &lltable_list_lock, "lltable_list_lock");75 #define LLTABLE_LIST_RLOCK() rw_rlock(&lltable_list_lock)76 #define LLTABLE_LIST_RUNLOCK() rw_runlock(&lltable_list_lock)77 #define LLTABLE_LIST_WLOCK() rw_wlock(&lltable_list_lock)78 #define LLTABLE_LIST_WUNLOCK() rw_wunlock(&lltable_list_lock)79 #define LLTABLE_LIST_LOCK_ASSERT() rw_assert(&lltable_list_lock, RA_LOCKED)