Home
last modified time | relevance | path

Searched refs:allocsize (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/fs/ufs/
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 - count], 1); in ufs_alloc_fragments()
/Linux-v5.15/net/ipv6/
Desp6.c503 int allocsize; in esp6_output_head() local
509 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp6_output_head()
513 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head()
531 pfrag->offset = pfrag->offset + allocsize; in esp6_output_head()
618 int allocsize; in esp6_output_tail() local
621 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp6_output_tail()
624 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
635 pfrag->offset = pfrag->offset + allocsize; in esp6_output_tail()
/Linux-v5.15/net/ipv4/
Desp4.c467 int allocsize; in esp_output_head() local
473 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp_output_head()
477 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head()
495 pfrag->offset = pfrag->offset + allocsize; in esp_output_head()
582 int allocsize; in esp_output_tail() local
585 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp_output_tail()
588 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
599 pfrag->offset = pfrag->offset + allocsize; in esp_output_tail()
/Linux-v5.15/drivers/char/xillybus/
Dxillybus_core.c339 int allocorder, allocsize; in xilly_get_dma_buffers() local
341 allocsize = PAGE_SIZE; in xilly_get_dma_buffers()
343 while (bytebufsize > allocsize) { in xilly_get_dma_buffers()
344 allocsize *= 2; in xilly_get_dma_buffers()
355 s->left_of_salami = allocsize; in xilly_get_dma_buffers()
/Linux-v5.15/Documentation/admin-guide/
Dxfs.rst24 allocsize=size
34 to the file. Specifying a fixed ``allocsize`` value turns off
111 specified but does specify an ``allocsize`` then ``allocsize``
/Linux-v5.15/fs/xfs/
Dxfs_mount.h350 __XFS_HAS_FEAT(allocsize, ALLOCSIZE)
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/pcie/
Drx.c363 unsigned int allocsize = PAGE_SIZE << trans_pcie->rx_page_order; in iwl_pcie_rx_alloc_page() local
377 if (trans_pcie->alloc_page_used >= allocsize) in iwl_pcie_rx_alloc_page()
403 if (2 * rbsize <= allocsize) { in iwl_pcie_rx_alloc_page()