Searched refs:to_fill (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/infiniband/hw/hfi1/ |
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-6.1.9/drivers/vfio/pci/mlx5/ |
D | main.c | 72 unsigned int to_fill; in mlx5vf_add_migration_pages() local 75 to_fill = min_t(unsigned int, npages, PAGE_SIZE / sizeof(*page_list)); in mlx5vf_add_migration_pages() 76 page_list = kvzalloc(to_fill * sizeof(*page_list), GFP_KERNEL); in mlx5vf_add_migration_pages() 81 filled = alloc_pages_bulk_array(GFP_KERNEL, to_fill, page_list); in mlx5vf_add_migration_pages() 97 to_fill = min_t(unsigned int, to_alloc, in mlx5vf_add_migration_pages()
|
/linux-6.1.9/drivers/md/ |
D | raid5.h | 286 int to_fill, compute, req_compute, non_overwrite; member
|
D | raid5.c | 4736 s->to_fill++; in analyse_stripe() 5057 if (s.to_fill && !test_bit(STRIPE_BIOFILL_RUN, &sh->state)) { in handle_stripe()
|