Searched refs:allocsize (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/ufs/ |
| H A D | balloc.c | 583 unsigned oldcg, i, j, k, allocsize; in ufs_alloc_fragments() local 640 for (allocsize = count; allocsize < uspi->s_fpb; allocsize++) in ufs_alloc_fragments() 641 if (fs32_to_cpu(sb, ucg->cg_frsum[allocsize]) != 0) in ufs_alloc_fragments() 644 if (allocsize == uspi->s_fpb) { in ufs_alloc_fragments() 661 result = ufs_bitmap_search (sb, ucpi, goal, allocsize); in ufs_alloc_fragments() 672 fs32_sub(sb, &ucg->cg_frsum[allocsize], 1); in ufs_alloc_fragments() 674 if (count != allocsize) in ufs_alloc_fragments() 675 fs32_add(sb, &ucg->cg_frsum[allocsize - count], 1); in ufs_alloc_fragments()
|
| /linux-6.15/net/ipv4/ |
| H A D | esp4.c | 432 int allocsize; in esp_output_head() local 438 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp_output_head() 442 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 460 pfrag->offset = pfrag->offset + allocsize; in esp_output_head() 545 int allocsize; in esp_output_tail() local 548 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp_output_tail() 551 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail() 562 pfrag->offset = pfrag->offset + allocsize; in esp_output_tail()
|
| /linux-6.15/net/ipv6/ |
| H A D | esp6.c | 461 int allocsize; in esp6_output_head() local 467 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp6_output_head() 471 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 489 pfrag->offset = pfrag->offset + allocsize; in esp6_output_head() 576 int allocsize; in esp6_output_tail() local 579 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp6_output_tail() 582 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail() 593 pfrag->offset = pfrag->offset + allocsize; in esp6_output_tail()
|
| /linux-6.15/drivers/char/xillybus/ |
| H A D | xillybus_core.c | 375 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()
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | xfs.rst | 24 allocsize=size 34 to the file. Specifying a fixed ``allocsize`` value turns off 111 specified but does specify an ``allocsize`` then ``allocsize``
|
| /linux-6.15/fs/xfs/ |
| H A D | xfs_mount.h | 507 __XFS_HAS_FEAT(allocsize, ALLOCSIZE) in __XFS_HAS_V4_FEAT()
|
| /linux-6.15/drivers/net/wireless/intel/iwlwifi/pcie/ |
| H A D | rx.c | 366 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()
|