Searched +defs:test +defs:pool (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/mm/kasan/ |
| H A D | kasan_test_c.c | 1138 static void *mempool_prepare_kmalloc(struct kunit *test, mempool_t *pool, size_t size) in mempool_prepare_kmalloc() 1160 static struct kmem_cache *mempool_prepare_slab(struct kunit *test, mempool_t *pool, size_t size) in mempool_prepare_slab() 1181 static void *mempool_prepare_page(struct kunit *test, mempool_t *pool, int order) in mempool_prepare_page() 1197 static void mempool_oob_right_helper(struct kunit *test, mempool_t *pool, size_t size) in mempool_oob_right_helper() 1218 mempool_t pool; in mempool_kmalloc_oob_right() local 1232 mempool_t pool; in mempool_kmalloc_large_oob_right() local 1246 mempool_t pool; in mempool_slab_oob_right() local 1266 static void mempool_uaf_helper(struct kunit *test, mempool_t *pool, bool page) in mempool_uaf_helper() 1281 mempool_t pool; in mempool_kmalloc_uaf() local 1335 static void mempool_double_free_helper(struct kunit *test, mempool_t *pool) in mempool_double_free_helper() [all …]
|
| /linux-6.15/drivers/gpu/drm/ttm/tests/ |
| H A D | ttm_pool_test.c | 30 static int ttm_pool_test_init(struct kunit *test) in ttm_pool_test_init() 43 static void ttm_pool_test_fini(struct kunit *test) in ttm_pool_test_fini() 79 struct ttm_pool *pool; in ttm_pool_pre_populated() local 140 struct ttm_pool *pool; in ttm_pool_alloc_basic() local 201 struct ttm_pool *pool; in ttm_pool_alloc_basic_dma_addr() local 241 struct ttm_pool *pool; in ttm_pool_alloc_order_caching_match() local 269 struct ttm_pool *pool; in ttm_pool_alloc_caching_mismatch() local 303 struct ttm_pool *pool; in ttm_pool_alloc_order_mismatch() local 339 struct ttm_pool *pool; in ttm_pool_free_dma_alloc() local 370 struct ttm_pool *pool; in ttm_pool_free_no_dma_alloc() local [all …]
|
| H A D | ttm_device_test.c | 18 static void ttm_device_init_basic(struct kunit *test) in ttm_device_init_basic() 47 static void ttm_device_init_multiple(struct kunit *test) in ttm_device_init_multiple() 74 static void ttm_device_fini_basic(struct kunit *test) in ttm_device_fini_basic() 97 static void ttm_device_init_no_vma_man(struct kunit *test) in ttm_device_init_no_vma_man() 153 static void ttm_device_init_pools(struct kunit *test) in ttm_device_init_pools() 158 struct ttm_pool *pool; in ttm_device_init_pools() local
|
| /linux-6.15/lib/ |
| H A D | test_objpool.c | 63 struct objpool_head *pool; /* pool head */ member 64 struct ot_test *test; /* test parameters */ member 127 struct objpool_head pool; /* objpool head */ member 128 struct ot_test *test; /* test parameters */ member 159 struct ot_test *test = item->test; in ot_hrtimer_handler() local 198 struct ot_test *test, in ot_init_cpu_item() 199 struct objpool_head *pool, in ot_init_cpu_item() 219 struct ot_test *test = item->test; in ot_thread_worker() local 422 struct ot_test *test = sop->test; in ot_fini_async_rcu() local 480 static void ot_nod_recycle(struct ot_node *on, struct objpool_head *pool, in ot_nod_recycle() [all …]
|
| /linux-6.15/drivers/ptp/ |
| H A D | ptp_ines.c | 116 u32 test; member 157 struct list_head pool; member
|