Home
last modified time | relevance | path

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

/include/linux/
A Dlru_cache.h241 extern void lc_reset(struct lru_cache *lc);
242 extern void lc_destroy(struct lru_cache *lc);
243 extern void lc_del(struct lru_cache *lc, struct lc_element *element);
250 extern void lc_committed(struct lru_cache *lc);
266 static inline int lc_try_lock_for_transaction(struct lru_cache *lc) in lc_try_lock_for_transaction() argument
268 return !test_and_set_bit(__LC_LOCKED, &lc->flags); in lc_try_lock_for_transaction()
280 extern int lc_try_lock(struct lru_cache *lc);
286 static inline void lc_unlock(struct lru_cache *lc) in lc_unlock() argument
288 clear_bit(__LC_DIRTY, &lc->flags); in lc_unlock()
289 clear_bit_unlock(__LC_LOCKED, &lc->flags); in lc_unlock()
[all …]

Completed in 3 milliseconds