Home
last modified time | relevance | path

Searched refs:allocsize (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/fs/ufs/
H A Dballoc.c594 unsigned oldcg, i, j, k, allocsize; in ufs_alloc_fragments() local
651 for (allocsize = count; allocsize < uspi->s_fpb; allocsize++) in ufs_alloc_fragments()
652 if (fs32_to_cpu(sb, ucg->cg_frsum[allocsize]) != 0) in ufs_alloc_fragments()
655 if (allocsize == uspi->s_fpb) { in ufs_alloc_fragments()
672 result = ufs_bitmap_search (sb, ucpi, goal, allocsize); in ufs_alloc_fragments()
683 fs32_sub(sb, &ucg->cg_frsum[allocsize], 1); in ufs_alloc_fragments()
685 if (count != allocsize) in ufs_alloc_fragments()
686 fs32_add(sb, &ucg->cg_frsum[allocsize in ufs_alloc_fragments()
[all...]
/kernel/linux/linux-6.6/fs/ufs/
H A Dballoc.c590 unsigned oldcg, i, j, k, allocsize; in ufs_alloc_fragments() local
647 for (allocsize = count; allocsize < uspi->s_fpb; allocsize++) in ufs_alloc_fragments()
648 if (fs32_to_cpu(sb, ucg->cg_frsum[allocsize]) != 0) in ufs_alloc_fragments()
651 if (allocsize == uspi->s_fpb) { in ufs_alloc_fragments()
668 result = ufs_bitmap_search (sb, ucpi, goal, allocsize); in ufs_alloc_fragments()
679 fs32_sub(sb, &ucg->cg_frsum[allocsize], 1); in ufs_alloc_fragments()
681 if (count != allocsize) in ufs_alloc_fragments()
682 fs32_add(sb, &ucg->cg_frsum[allocsize in ufs_alloc_fragments()
[all...]
/kernel/linux/linux-5.10/net/ipv4/
H A Desp4.c473 int allocsize; in esp_output_head() local
479 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp_output_head()
483 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head()
501 pfrag->offset = pfrag->offset + allocsize; in esp_output_head()
588 int allocsize; in esp_output_tail() local
591 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp_output_tail()
594 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
605 pfrag->offset = pfrag->offset + allocsize; in esp_output_tail()
/kernel/linux/linux-5.10/net/ipv6/
H A Desp6.c507 int allocsize; in esp6_output_head() local
513 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp6_output_head()
517 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head()
535 pfrag->offset = pfrag->offset + allocsize; in esp6_output_head()
622 int allocsize; in esp6_output_tail() local
625 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp6_output_tail()
628 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
639 pfrag->offset = pfrag->offset + allocsize; in esp6_output_tail()
/kernel/linux/linux-6.6/net/ipv4/
H A Desp4.c472 int allocsize; in esp_output_head() local
478 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp_output_head()
482 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head()
500 pfrag->offset = pfrag->offset + allocsize; in esp_output_head()
585 int allocsize; in esp_output_tail() local
588 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp_output_tail()
591 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
602 pfrag->offset = pfrag->offset + allocsize; in esp_output_tail()
/kernel/linux/linux-6.6/net/ipv6/
H A Desp6.c507 int allocsize; in esp6_output_head() local
513 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp6_output_head()
517 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head()
535 pfrag->offset = pfrag->offset + allocsize; in esp6_output_head()
622 int allocsize; in esp6_output_tail() local
625 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp6_output_tail()
628 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
639 pfrag->offset = pfrag->offset + allocsize; in esp6_output_tail()
/kernel/linux/linux-6.6/drivers/char/xillybus/
H A Dxillybus_core.c375 int allocorder, allocsize; in xilly_get_dma_buffers() local
377 allocsize = PAGE_SIZE; in xilly_get_dma_buffers()
379 while (bytebufsize > allocsize) { in xilly_get_dma_buffers()
380 allocsize *= 2; in xilly_get_dma_buffers()
391 s->left_of_salami = allocsize; in xilly_get_dma_buffers()
/kernel/linux/linux-5.10/drivers/char/xillybus/
H A Dxillybus_core.c350 int allocorder, allocsize; in xilly_get_dma_buffers() local
352 allocsize = PAGE_SIZE; in xilly_get_dma_buffers()
354 while (bytebufsize > allocsize) { in xilly_get_dma_buffers()
355 allocsize *= 2; in xilly_get_dma_buffers()
366 s->left_of_salami = allocsize; in xilly_get_dma_buffers()
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_mount.h363 __XFS_HAS_FEAT(allocsize, ALLOCSIZE)
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c420 unsigned int allocsize = PAGE_SIZE << trans_pcie->rx_page_order; in iwl_pcie_rx_alloc_page() local
434 if (trans_pcie->alloc_page_used >= allocsize) in iwl_pcie_rx_alloc_page()
460 if (2 * rbsize <= allocsize) { in iwl_pcie_rx_alloc_page()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/pcie/
H A Drx.c366 unsigned int allocsize = PAGE_SIZE << trans_pcie->rx_page_order; in iwl_pcie_rx_alloc_page() local
380 if (trans_pcie->alloc_page_used >= allocsize) in iwl_pcie_rx_alloc_page()
406 if (2 * rbsize <= allocsize) { in iwl_pcie_rx_alloc_page()

Completed in 20 milliseconds