Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_gp_job.c29 struct mali_gp_allocation_node *alloc_node; in _mali_gp_add_varying_allocations() local
35 alloc_node = _mali_osk_calloc(1, sizeof(struct mali_gp_allocation_node)); in _mali_gp_add_varying_allocations()
36 if (alloc_node) { in _mali_gp_add_varying_allocations()
37 INIT_LIST_HEAD(&alloc_node->node); in _mali_gp_add_varying_allocations()
46 _mali_osk_free(alloc_node); in _mali_gp_add_varying_allocations()
49 alloc_node->alloc = mali_alloc; in _mali_gp_add_varying_allocations()
51 list_move(&alloc_node->node, &job->varying_alloc); in _mali_gp_add_varying_allocations()
66 struct mali_gp_allocation_node *alloc_node, *tmp_node; in _mali_gp_del_varying_allocations() local
68 list_for_each_entry_safe(alloc_node, tmp_node, &job->varying_alloc, node) { in _mali_gp_del_varying_allocations()
69 list_del(&alloc_node->node); in _mali_gp_del_varying_allocations()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/
H A Dvariant_dynamic.hpp176 static inline VariantPtr apply(AllocNode & alloc_node) in apply()
181 P p = Al::allocate(alloc_node, 1); in apply()
186 scoped_deallocator<AllocNode> deallocator(p, alloc_node); in apply()
188 …Al::construct(alloc_node, boost::pointer_traits<P>::to_address(p), Node(alloc_node)); // implicit … in apply()
201 static inline void apply(AllocNode & alloc_node, VariantPtr n) in apply()
205 Al::destroy(alloc_node, boost::addressof(*n)); in apply()
206 Al::deallocate(alloc_node, n, 1); in apply()
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_mem.c42 struct mem_pool_node *(*alloc_node)(int dma_node_fd, uint32_t size); member
262 .alloc_node = crypto_alloc_node_dma_heap,
268 .alloc_node = crypto_alloc_node_drm,
347 node = cur_mem_pos->alloc_node(dma_node_fd, size); in rk_crypto_mem_alloc()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dsymtab.h53 hashnode (*alloc_node) (cpp_hash_table *); member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dsymtab.h53 hashnode (*alloc_node) (cpp_hash_table *); member
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/kernel/io_uring/
H A Dio-wq.c1148 int alloc_node = node; in io_wq_create() local
1150 if (!node_online(alloc_node)) in io_wq_create()
1151 alloc_node = NUMA_NO_NODE; in io_wq_create()
1152 wqe = kzalloc_node(sizeof(struct io_wqe), GFP_KERNEL, alloc_node); in io_wq_create()
1159 wqe->node = alloc_node; in io_wq_create()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c114 static struct name_id* alloc_node(void) in alloc_node() function
133 node = alloc_node(); in parse_line()
/OK3568_Linux_fs/kernel/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()