Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/omapdrm/
Domap_dmm_tiler.c564 list_add(&block->alloc_node, &omap_dmm->alloc_head); in tiler_reserve_2d()
588 list_add(&block->alloc_node, &omap_dmm->alloc_head); in tiler_reserve_1d()
604 list_del(&block->alloc_node); in tiler_release()
740 alloc_node) { in omap_dmm_remove()
741 list_del(&block->alloc_node); in omap_dmm_remove()
1107 list_for_each_entry(block, &omap_dmm->alloc_head, alloc_node) { in tiler_map_show()
Domap_dmm_tiler.h29 struct list_head alloc_node; /* node for global block list */ member
/Linux-v6.1/io_uring/
Dio-wq.c1160 int alloc_node = node; in io_wq_create() local
1162 if (!node_online(alloc_node)) in io_wq_create()
1163 alloc_node = NUMA_NO_NODE; in io_wq_create()
1164 wqe = kzalloc_node(sizeof(struct io_wqe), GFP_KERNEL, alloc_node); in io_wq_create()
1171 wqe->node = alloc_node; in io_wq_create()
/Linux-v6.1/fs/unicode/
Dmkutf8data.c492 static struct node *alloc_node(struct node *parent) in alloc_node() function
549 *cursor = alloc_node(node); in insert()