Searched refs:bytes_remain (Results 1 – 3 of 3) sorted by relevance
287 size_t bytes_remain = runtime->dma_bytes - v_iter->buf_pos; in fill_block_rand_n() local 291 if (v_iter->b_rw <= bytes_remain) { in fill_block_rand_n() 298 bytes_remain / channels); in fill_block_rand_n() 300 (v_iter->b_rw - bytes_remain) / channels); in fill_block_rand_n()
919 int bytes_remain = PAGE_SIZE; in nx842_timehist_show() local940 bytes = snprintf(p, bytes_remain, "%u-%uus:\t%lld\n", in nx842_timehist_show()943 bytes_remain -= bytes; in nx842_timehist_show()948 bytes = snprintf(p, bytes_remain, "%uus - :\t%lld\n", in nx842_timehist_show()
903 u32 bytes_remain; in fc_host_fpin_rcv() local910 bytes_remain = fpin_len - offsetof(struct fc_els_fpin, fpin_desc); in fc_host_fpin_rcv()911 bytes_remain = min_t(u32, bytes_remain, be32_to_cpu(fpin->desc_len)); in fc_host_fpin_rcv()913 while (bytes_remain >= FC_TLV_DESC_HDR_SZ && in fc_host_fpin_rcv()914 bytes_remain >= FC_TLV_DESC_SZ_FROM_LENGTH(tlv)) { in fc_host_fpin_rcv()930 bytes_remain -= FC_TLV_DESC_SZ_FROM_LENGTH(tlv); in fc_host_fpin_rcv()