Searched refs:genpool (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/firmware/ |
A D | stratix10-svc.c | 146 struct gen_pool *genpool; member 743 struct gen_pool *genpool; in svc_create_memory_pool() local 773 if (!genpool) { in svc_create_memory_pool() 781 gen_pool_destroy(genpool); in svc_create_memory_pool() 785 return genpool; in svc_create_memory_pool() 1053 struct gen_pool *genpool = chan->ctrl->genpool; in stratix10_svc_allocate_memory() local 1113 struct gen_pool *genpool; in stratix10_svc_drv_probe() local 1136 if (!genpool) in stratix10_svc_drv_probe() 1157 controller->genpool = genpool; in stratix10_svc_drv_probe() 1232 gen_pool_destroy(genpool); in stratix10_svc_drv_probe() [all …]
|
/linux-6.3-rc2/drivers/net/caif/ |
A D | caif_virtio.c | 122 struct gen_pool *genpool; member 190 if (cfv->reserved_mem == 0 && cfv->genpool) in cfv_release_used_buf() 192 gen_pool_alloc(cfv->genpool, in cfv_release_used_buf() 366 if (!cfv->genpool) in cfv_destroy_genpool() 368 gen_pool_free(cfv->genpool, cfv->reserved_mem, in cfv_destroy_genpool() 370 gen_pool_destroy(cfv->genpool); in cfv_destroy_genpool() 371 cfv->genpool = NULL; in cfv_destroy_genpool() 409 cfv->genpool = gen_pool_create(7, -1); in cfv_create_genpool() 410 if (!cfv->genpool) in cfv_create_genpool() 487 if (!cfv->genpool) in cfv_alloc_and_copy_to_shm() [all …]
|
/linux-6.3-rc2/drivers/tee/ |
A D | tee_shm_pool.c | 16 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-6.3-rc2/Documentation/translations/zh_CN/core-api/ |
A D | genalloc.rst | 15 genalloc/genpool子系统 75 gen_pool_add_virt()添加的情况下才会起作用。请注意,这个函数偏离了genpool通常使用
|
/linux-6.3-rc2/arch/x86/kernel/cpu/mce/ |
A D | Makefile | 2 obj-y = core.o severity.o genpool.o
|
/linux-6.3-rc2/Documentation/core-api/ |
A D | genalloc.rst | 1 The genalloc/genpool subsystem 82 departs from the usual genpool pattern of using unsigned long values to
|
Completed in 7 milliseconds