Searched refs:allocsize (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/fs/ufs/ |
D | balloc.c | 594 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.4/net/ipv6/ |
D | esp6.c | 244 int allocsize; in esp6_output_head() local 250 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp6_output_head() 254 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 276 pfrag->offset = pfrag->offset + allocsize; in esp6_output_head() 359 int allocsize; in esp6_output_tail() local 362 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp6_output_tail() 365 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail() 376 pfrag->offset = pfrag->offset + allocsize; in esp6_output_tail()
|
/Linux-v5.4/net/ipv4/ |
D | esp4.c | 299 int allocsize; in esp_output_head() local 305 allocsize = ALIGN(tailen, L1_CACHE_BYTES); in esp_output_head() 309 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 331 pfrag->offset = pfrag->offset + allocsize; in esp_output_head() 418 int allocsize; in esp_output_tail() local 421 allocsize = ALIGN(skb->data_len, L1_CACHE_BYTES); in esp_output_tail() 424 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail() 435 pfrag->offset = pfrag->offset + allocsize; in esp_output_tail()
|
/Linux-v5.4/drivers/char/xillybus/ |
D | xillybus_core.c | 350 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()
|
/Linux-v5.4/Documentation/admin-guide/ |
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``
|