Home
last modified time | relevance | path

Searched refs:mempool_alloc_preallocated (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/ras/rascore/
H A Dras_log_ring.c234 obj = mempool_alloc_preallocated(log_ring->ras_log_mempool); in ras_log_ring_add_log_event()
239 obj = mempool_alloc_preallocated(log_ring->ras_log_mempool); in ras_log_ring_add_log_event()
/linux/include/linux/
H A Dmempool.h73 void *mempool_alloc_preallocated(struct mempool *pool) __malloc;
/linux/mm/kasan/
H A Dkasan_test_c.c1254 elem = mempool_alloc_preallocated(pool); in mempool_prepare_kmalloc()
1291 elem = mempool_alloc_preallocated(pool); in mempool_prepare_page()
1301 elem = mempool_alloc_preallocated(pool); in mempool_oob_right_helper()
1370 elem = mempool_alloc_preallocated(pool); in mempool_uaf_helper()
1439 elem = mempool_alloc_preallocated(pool); in mempool_double_free_helper()
1493 elem = mempool_alloc_preallocated(pool); in mempool_kmalloc_invalid_free_helper()
/linux/mm/
H A Dmempool.c604 void *mempool_alloc_preallocated(struct mempool *pool) in mempool_alloc_preallocated() function
611 EXPORT_SYMBOL(mempool_alloc_preallocated);
/linux/drivers/s390/crypto/
H A Dzcrypt_ep11misc.c366 cprb = mempool_alloc_preallocated(cprb_mempool); in alloc_cprbmem()
673 mempool_alloc_preallocated(cprb_mempool) : in ep11_get_card_info()
1378 mempool_alloc_preallocated(cprb_mempool) : in ep11_clr2keyblob()
1462 mempool_alloc_preallocated(cprb_mempool) : in ep11_kblob2protkey()
H A Dzcrypt_ccamisc.c252 cprbmem = mempool_alloc_preallocated(cprb_mempool); in alloc_and_prep_cprbmem()
1140 mempool_alloc_preallocated(cprb_mempool) : in cca_clr2cipherkey()
1655 mempool_alloc_preallocated(cprb_mempool) : in cca_get_info()
H A Dap_bus.c593 ap_msg->msg = mempool_alloc_preallocated(ap_msg_pool); in ap_init_apmsg()