Searched refs:prefill (Results 1 – 4 of 4) sorted by relevance
204 unsigned int prefill = min(count, SPI_INGENIC_FIFO_SIZE); \211 for (i = 0; i < prefill; i++) { \226 if (i < count - prefill) { \227 val = tx_buf ? tx_buf[i + prefill] : 0; \
136 double prefill = dml_floor(vinit, 1); in get_vratio_pre() local142 double tmp0 = (max_num_sw * swath_height) / (l_sw - (prefill - 3.0) / 2.0); in get_vratio_pre()177 double prefill = dml_floor(vinit, 1); in get_swath_need() local183 ASSERT(prefill > 0.0 && prefill <= 8.0); in get_swath_need()185 …*max_num_sw = (unsigned int) (dml_ceil((prefill - 1.0) / (double) swath_height, 1) + 1.0); /* pref… in get_swath_need()187 (prefill == 1) ? in get_swath_need()189 ((unsigned int) (prefill - 2.0) % swath_height); in get_swath_need()
383 void rds_ib_recv_refill(struct rds_connection *conn, int prefill, gfp_t gfp) in rds_ib_recv_refill() argument400 while ((prefill || rds_conn_up(conn)) && in rds_ib_recv_refill()
397 void rds_ib_recv_refill(struct rds_connection *conn, int prefill, gfp_t gfp);