Home
last modified time | relevance | path

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

/linux/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()
/linux/Documentation/admin-guide/
H A Dxfs.rst24 allocsize=size
34 to the file. Specifying a fixed ``allocsize`` value turns off
89 specified but does specify an ``allocsize`` then ``allocsize``
/linux/fs/xfs/
H A Dxfs_mount.h522 __XFS_HAS_FEAT(allocsize, ALLOCSIZE) in __XFS_HAS_FEAT()
/linux/drivers/net/wireless/intel/iwlwifi/pcie/gen1_2/
H A Drx.c366 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()