Home
last modified time | relevance | path

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

/lib/
Dlru_cache.c39 #define PARANOIA_LC_ELEMENT(lc, e) do { \ argument
55 int lc_try_lock(struct lru_cache *lc) in lc_try_lock()
93 struct lru_cache *lc; in lc_create() local
160 static void lc_free_by_index(struct lru_cache *lc, unsigned i) in lc_free_by_index()
174 void lc_destroy(struct lru_cache *lc) in lc_destroy()
193 void lc_reset(struct lru_cache *lc) in lc_reset()
229 void lc_seq_printf_stats(struct seq_file *seq, struct lru_cache *lc) in lc_seq_printf_stats()
243 static struct hlist_head *lc_hash_slot(struct lru_cache *lc, unsigned int enr) in lc_hash_slot()
249 static struct lc_element *__lc_find(struct lru_cache *lc, unsigned int enr, in __lc_find()
280 struct lc_element *lc_find(struct lru_cache *lc, unsigned int enr) in lc_find()
[all …]
Dkstrtox.c57 unsigned int lc = c | 0x20; /* don't tolower() this line */ in _parse_integer() local
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