Home
last modified time | relevance | path

Searched refs:genpool (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/tee/
H A Dtee_shm_pool.c16 struct gen_pool *genpool = pool->private_data; in pool_op_gen_alloc() local
17 size_t a = max_t(size_t, align, BIT(genpool->min_alloc_order)); in pool_op_gen_alloc()
21 va = gen_pool_alloc_algo(genpool, s, gen_pool_first_fit_align, &data); in pool_op_gen_alloc()
27 shm->paddr = gen_pool_virt_to_phys(genpool, va); in pool_op_gen_alloc()
/linux/Documentation/translations/zh_CN/core-api/
H A Dgenalloc.rst15 genalloc/genpool子系统
75 gen_pool_add_virt()添加的情况下才会起作用。请注意,这个函数偏离了genpool通常使用
/linux/arch/x86/kernel/cpu/mce/
H A DMakefile2 obj-y = core.o severity.o genpool.o
/linux/Documentation/core-api/
H A Dgenalloc.rst1 The genalloc/genpool subsystem
82 departs from the usual genpool pattern of using unsigned long values to
/linux/net/core/
H A Ddevmem.c33 static void net_devmem_dmabuf_free_chunk_owner(struct gen_pool *genpool, in net_devmem_dmabuf_free_chunk_owner() argument