Home
last modified time | relevance | path

Searched refs:lc_try_lock (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dlru_cache.h280 extern int lc_try_lock(struct lru_cache *lc);
/openbmc/linux/lib/
H A Dlru_cache.c55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock() function
620 EXPORT_SYMBOL(lc_try_lock);
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c1380 if (!lc_try_lock(device->act_log)) { in drbd_suspend_al()
1492 wait_event(device->al_wait, lc_try_lock(device->act_log)); in disk_opts_check_al_size()