Home
last modified time | relevance | path

Searched refs:alloc_node (Results 1 - 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_dmm_tiler.c571 list_add(&block->alloc_node, &omap_dmm->alloc_head); in tiler_reserve_2d()
595 list_add(&block->alloc_node, &omap_dmm->alloc_head); in tiler_reserve_1d()
611 list_del(&block->alloc_node); in tiler_release()
747 alloc_node) { in omap_dmm_remove()
748 list_del(&block->alloc_node); in omap_dmm_remove()
1116 list_for_each_entry(block, &omap_dmm->alloc_head, alloc_node) { in tiler_map_show()
H A Domap_dmm_tiler.h37 struct list_head alloc_node; /* node for global block list */ member
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A 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()
1104 list_for_each_entry(block, &omap_dmm->alloc_head, alloc_node) { in tiler_map_show()
H A Domap_dmm_tiler.h29 struct list_head alloc_node; /* node for global block list */ member
/kernel/linux/linux-5.10/io_uring/
H A Dio-wq.c1158 int alloc_node = node; in io_wq_create() local
1160 if (!node_online(alloc_node)) in io_wq_create()
1161 alloc_node = NUMA_NO_NODE; in io_wq_create()
1162 wqe = kzalloc_node(sizeof(struct io_wqe), GFP_KERNEL, alloc_node); in io_wq_create()
1169 wqe->node = alloc_node; in io_wq_create()
/kernel/linux/linux-5.10/fs/unicode/
H A Dmkutf8data.c492 static struct node *alloc_node(struct node *parent) in alloc_node() function
549 *cursor = alloc_node(node); in insert()
/kernel/linux/linux-6.6/fs/unicode/
H A Dmkutf8data.c492 static struct node *alloc_node(struct node *parent) in alloc_node() function
549 *cursor = alloc_node(node); in insert()

Completed in 23 milliseconds