Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dlru_cache.h294 extern int lc_try_lock(struct lru_cache *lc);
/linux-4.1.27/lib/
Dlru_cache.c67 int lc_try_lock(struct lru_cache *lc) in lc_try_lock() function
688 EXPORT_SYMBOL(lc_try_lock);
/linux-4.1.27/drivers/block/drbd/
Ddrbd_nl.c903 wait_event(device->al_wait, lc_try_lock(device->act_log)); in drbd_determine_dev_size()
1256 if (!lc_try_lock(device->act_log)) { in drbd_suspend_al()
1380 wait_event(device->al_wait, lc_try_lock(device->act_log)); in drbd_adm_disk_opts()