Searched refs:cnt_w (Results 1 – 1 of 1) sorted by relevance
218 size_t cnt_w; in cctrng_read() local229 cnt_w = CIRC_CNT_TO_END(drvdata->circ.head, in cctrng_read()231 size = min((cnt_w<<2), max); in cctrng_read()238 cnt_w = CIRC_CNT(drvdata->circ.head, in cctrng_read()240 size = min((cnt_w<<2), left); in cctrng_read()