Searched refs:node_size (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_vma_resource.h | 127 u64 node_size; member 212 u64 node_size, in i915_vma_resource_init() argument 230 vma_res->node_size = node_size; in i915_vma_resource_init()
|
| H A D | i915_vma_resource.c | 38 #define VMA_RES_LAST(_node) ((_node)->start + (_node)->node_size + (_node)->guard - 1)
|
| /linux/fs/befs/ |
| H A D | befs_fs_types.h | 219 fs32 node_size; member 229 u32 node_size; member
|
| H A D | btree.c | 152 sup->node_size = fs32_to_cpu(sb, od_sup->node_size); in befs_bt_read_super()
|
| H A D | debug.c | 233 befs_debug(sb, " node_size %u", fs32_to_cpu(sb, super->node_size)); in befs_dump_index_entry()
|
| /linux/drivers/media/platform/st/sti/bdisp/ |
| H A D | bdisp-hw.c | 452 unsigned int i, node_size = sizeof(struct bdisp_node); in bdisp_hw_alloc_nodes() local 457 base = dma_alloc_attrs(dev, node_size * MAX_NB_NODE, &paddr, in bdisp_hw_alloc_nodes() 464 memset(base, 0, node_size * MAX_NB_NODE); in bdisp_hw_alloc_nodes() 471 base += node_size; in bdisp_hw_alloc_nodes() 472 paddr += node_size; in bdisp_hw_alloc_nodes()
|
| /linux/lib/ |
| H A D | bootconfig.c | 91 int __init xbc_get_info(int *node_size, size_t *data_size) in xbc_get_info() argument 96 if (node_size) in xbc_get_info() 97 *node_size = xbc_node_num; in xbc_get_info()
|
| /linux/tools/testing/selftests/mm/ |
| H A D | ksm_tests.c | 441 long node_size; in get_next_mem_node() local 447 node_size = numa_node_size(mem_node, NULL); in get_next_mem_node() 448 if (node_size > 0) in get_next_mem_node()
|
| /linux/drivers/net/ethernet/huawei/hinic/ |
| H A D | hinic_hw_api_cmd.c | 733 size_t node_size; in api_cmd_destroy_cell() local 739 node_size = chain->cell_size; in api_cmd_destroy_cell() 751 dma_free_coherent(&pdev->dev, node_size, node, in api_cmd_destroy_cell()
|
| /linux/io_uring/ |
| H A D | rsrc.c | 173 const int node_size = sizeof(struct io_rsrc_node); in io_rsrc_cache_init() local 177 node_size, 0); in io_rsrc_cache_init()
|
| /linux/drivers/gpu/drm/i915/gt/ |
| H A D | gen8_ppgtt.c | 702 vma_res->node_size, in gen8_ppgtt_insert_huge()
|