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

/linux-master/include/linux/
H A Dlru_cache.h272 * lc_try_lock - variant to stop lc_get() from changing the tracked set
280 extern int lc_try_lock(struct lru_cache *lc);
/linux-master/lib/
H A Dlru_cache.c55 int lc_try_lock(struct lru_cache *lc) function
393 /* To avoid races with lc_try_lock(), first, mark us dirty
458 * so lc_try_lock() will no longer succeed.
620 EXPORT_SYMBOL(lc_try_lock); variable
/linux-master/drivers/block/drbd/
H A Ddrbd_nl.c1372 if (!lc_try_lock(device->act_log)) {
1484 wait_event(device->al_wait, lc_try_lock(device->act_log));

Completed in 196 milliseconds