Searched refs:lltable_rwlock (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/net/
H A Dif_llatbl.h44 extern struct rwlock lltable_rwlock;
45 #define LLTABLE_RLOCK() rw_rlock(&lltable_rwlock)
46 #define LLTABLE_RUNLOCK() rw_runlock(&lltable_rwlock)
47 #define LLTABLE_WLOCK() rw_wlock(&lltable_rwlock)
48 #define LLTABLE_WUNLOCK() rw_wunlock(&lltable_rwlock)
49 #define LLTABLE_LOCK_ASSERT() rw_assert(&lltable_rwlock, RA_LOCKED)
H A Dif_llatbl.c70 struct rwlock lltable_rwlock; variable in typeref:struct:rwlock
71 RW_SYSINIT(lltable_rwlock, &lltable_rwlock, "lltable_rwlock");

Completed in 33 milliseconds