Home
last modified time | relevance | path

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

/lib/
Dlru_cache.c51 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
67 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
105 struct lru_cache *lc; in lc_create() local
172 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
186 void lc_destroy(struct lru_cache *lc) in lc_destroy()
205 void lc_reset(struct lru_cache *lc) in lc_reset()
241 size_t lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats()
256 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot()
262 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find()
293 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find()
[all …]
Ddecompress_unlzma.c350 int lc, uint32_t literal_pos_mask) { in process_bit0()
546 int lc, pb, lp; in unlzma() local
/lib/zlib_deflate/
Ddeftree.c972 unsigned lc /* match length-MIN_MATCH or unmatched char (if dist==0) */
1025 int lc; /* match length or unmatched char (if dist == 0) */ local
/lib/xz/
Dxz_dec_lzma2.c154 uint32_t lc; member