LLE_LOCK_INIT
#define LLE_LOCK_INIT(lle) rw_init_flags(&(lle)->lle_lock, "lle", RW_DUPOK)
#define LLE_LOCK_INIT(lle) rw_init(&(lle)->lle_lock)