Searched refs:cnt_w (Results 1 – 1 of 1) sorted by relevance
217 size_t cnt_w; in cctrng_read() local228 cnt_w = CIRC_CNT_TO_END(drvdata->circ.head, in cctrng_read()230 size = min((cnt_w<<2), max); in cctrng_read()237 cnt_w = CIRC_CNT(drvdata->circ.head, in cctrng_read()239 size = min((cnt_w<<2), left); in cctrng_read()
Completed in 5 milliseconds