Home
last modified time | relevance | path

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

/Linux-v5.4/lib/
Dbitmap.c380 int c, old_c, totaldigits, ndigits, nchunks, nbits; in __bitmap_parse() local
393 old_c = c; in __bitmap_parse()
409 if (totaldigits && c && isspace(old_c)) in __bitmap_parse()
/Linux-v5.4/net/atm/
Dcommon.c343 int old_c; in find_ci() local
360 old_c = c; in find_ci()
378 } while (old_p != p || old_c != c); in find_ci()