Home
last modified time | relevance | path

Searched refs:nalloc (Results 1 – 5 of 5) sorted by relevance

/linux-6.6.21/lib/
Dscatterlist.c617 unsigned int nent, nalloc; in sgl_alloc_order() local
624 nalloc = nent; in sgl_alloc_order()
627 if (nalloc + 1 < nalloc) in sgl_alloc_order()
629 nalloc++; in sgl_alloc_order()
631 sgl = kmalloc_array(nalloc, sizeof(struct scatterlist), in sgl_alloc_order()
636 sg_init_table(sgl, nalloc); in sgl_alloc_order()
/linux-6.6.21/drivers/md/
Draid10.c137 int nalloc, nalloc_rp; in r10buf_pool_alloc() local
146 nalloc = conf->copies; /* resync */ in r10buf_pool_alloc()
148 nalloc = 2; /* recovery */ in r10buf_pool_alloc()
152 nalloc_rp = nalloc; in r10buf_pool_alloc()
154 nalloc_rp = nalloc * 2; in r10buf_pool_alloc()
162 for (j = nalloc ; j-- ; ) { in r10buf_pool_alloc()
180 for (j = 0; j < nalloc; j++) { in r10buf_pool_alloc()
186 rp_repl = &rps[nalloc + j]; in r10buf_pool_alloc()
215 for ( ; j < nalloc; j++) { in r10buf_pool_alloc()
3200 int nalloc; in raid10_alloc_init_r10buf() local
[all …]
/linux-6.6.21/fs/gfs2/
Dquota.c919 unsigned int nalloc = 0, blocks; in do_sync() local
946 nalloc++; in do_sync()
960 reserved = 1 + (nalloc * (data_blocks + ind_blocks)); in do_sync()
966 if (nalloc) in do_sync()
967 blocks += gfs2_rg_blocks(ip, reserved) + nalloc * ind_blocks + RES_STATFS; in do_sync()
/linux-6.6.21/fs/f2fs/
Drecovery.c55 s64 nalloc = percpu_counter_sum_positive(&sbi->alloc_valid_block_count); in f2fs_space_for_roll_forward() local
57 if (sbi->last_valid_block_count + nalloc > sbi->user_block_count) in f2fs_space_for_roll_forward()
/linux-6.6.21/drivers/net/ethernet/brocade/bna/
Dbnad.c339 bnad_rxq_refill_page(struct bnad *bnad, struct bna_rcb *rcb, u32 nalloc) in bnad_rxq_refill_page() argument
355 while (nalloc--) { in bnad_rxq_refill_page()
413 bnad_rxq_refill_skb(struct bnad *bnad, struct bna_rcb *rcb, u32 nalloc) in bnad_rxq_refill_skb() argument
427 while (nalloc--) { in bnad_rxq_refill_skb()