lc_try_lock
if (!lc_try_lock(device->act_log)) {
wait_event(device->al_wait, lc_try_lock(device->act_log));
extern int lc_try_lock(struct lru_cache *lc);
EXPORT_SYMBOL(lc_try_lock);