Home
last modified time | relevance | path

Searched refs:to_fill (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/hfi1/
Dpio_copy.c757 unsigned long to_fill = 8 - pbuf->carry_bytes; in seg_pio_copy_mid() local
759 unsigned long extra = to_align - to_fill; in seg_pio_copy_mid()
763 read_extra_bytes(pbuf, from, to_fill); in seg_pio_copy_mid()
764 from += to_fill; in seg_pio_copy_mid()
765 nbytes -= to_fill; in seg_pio_copy_mid()
/linux-4.4.14/drivers/md/
Draid5.h266 int to_fill, compute, req_compute, non_overwrite; member
Draid5.c4059 s->to_fill++; in analyse_stripe()
4356 if (s.to_fill && !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) { in handle_stripe()