Searched refs:allocsize (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv6/ |
| H A D | esp6.c | 464 int allocsize; in esp6_output_head() local 470 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp6_output_head() 474 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 492 pfrag->offset = pfrag->offset + allocsize; in esp6_output_head() 579 int allocsize; in esp6_output_tail() local 582 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp6_output_tail() 585 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail() 596 pfrag->offset = pfrag->offset + allocsize; in esp6_output_tail()
|
| /linux/net/ipv4/ |
| H A D | esp4.c | 435 int allocsize; in esp_output_head() local 441 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp_output_head() 445 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 463 pfrag->offset = pfrag->offset + allocsize; in esp_output_head() 548 int allocsize; in esp_output_tail() local 551 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp_output_tail() 554 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail() 565 pfrag->offset = pfrag->offset + allocsize; in esp_output_tail()
|
| /linux/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/fs/xfs/ |
| H A D | xfs_mount.h | 529 __XFS_HAS_FEAT(allocsize, ALLOCSIZE) in __XFS_HAS_FEAT()
|
| /linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/ |
| H A D | rx.c | 366 unsigned int allocsize = PAGE_SIZE << trans_pcie->rx_page_order; in iwl_pcie_rx_alloc_page() local 381 if (trans_pcie->alloc_page_used >= allocsize) in iwl_pcie_rx_alloc_page() 407 if (2 * rbsize <= allocsize) { in iwl_pcie_rx_alloc_page()
|