Searched refs:to_fill (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio_copy.c | 601 unsigned long to_fill = 8 - pbuf->carry_bytes; in seg_pio_copy_mid() local 603 unsigned long extra = to_align - to_fill; in seg_pio_copy_mid() 607 read_extra_bytes(pbuf, from, to_fill); in seg_pio_copy_mid() 608 from += to_fill; in seg_pio_copy_mid() 609 nbytes -= to_fill; in seg_pio_copy_mid()
|
| /linux/drivers/md/ |
| H A D | raid5.h | 286 int to_fill, compute, req_compute, non_overwrite; member
|
| H A D | raid5.c | 4730 s->to_fill++; in analyse_stripe() 5074 if (s.to_fill && !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) { in handle_stripe()
|
| /linux/mm/ |
| H A D | slub.c | 2879 int to_fill = s->sheaf_capacity - sheaf->size; in refill_sheaf() local 2882 if (!to_fill) in refill_sheaf() 2885 filled = refill_objects(s, &sheaf->objects[sheaf->size], gfp, to_fill, in refill_sheaf() 2886 to_fill); in refill_sheaf() 2892 if (filled < to_fill) in refill_sheaf()
|