Searched refs:test_alloc (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/mm/kfence/ |
| H A D | kfence_test.c | 340 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_read() 364 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT); in test_out_of_bounds_write() 395 addr = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_use_after_free_read_nofault() 428 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_invalid_addr_free() 535 buf = test_alloc(test, size, GFP_KERNEL, ALLOCATE_ANY); in test_shrink_memcache() 557 test_alloc(test, size, GFP_KERNEL, ALLOCATE_RIGHT), in test_free_bulk() 558 test_alloc(test, size, GFP_KERNEL, ALLOCATE_NONE), in test_free_bulk() 559 test_alloc(test, size, GFP_KERNEL, ALLOCATE_LEFT), in test_free_bulk() 560 test_alloc(test, size, GFP_KERNEL, ALLOCATE_NONE), in test_free_bulk() 561 test_alloc(test, size, GFP_KERNEL, ALLOCATE_NONE), in test_free_bulk() [all …]
|
| /linux-6.15/tools/testing/nvdimm/test/ |
| H A D | nfit.c | 1894 t->nfit_buf = test_alloc(t, nfit_size, &t->nfit_dma); in nfit_test0_alloc() 1899 t->spa_set[0] = test_alloc(t, SPA0_SIZE, &t->spa_set_dma[0]); in nfit_test0_alloc() 1903 t->spa_set[1] = test_alloc(t, SPA1_SIZE, &t->spa_set_dma[1]); in nfit_test0_alloc() 1907 t->spa_set[2] = test_alloc(t, SPA0_SIZE, &t->spa_set_dma[2]); in nfit_test0_alloc() 1912 t->dimm[i] = test_alloc(t, DIMM_SIZE, &t->dimm_dma[i]); in nfit_test0_alloc() 1916 t->label[i] = test_alloc(t, LABEL_SIZE, &t->label_dma[i]); in nfit_test0_alloc() 1921 t->flush[i] = test_alloc(t, max(PAGE_SIZE, in nfit_test0_alloc() 1929 t->dcr[i] = test_alloc(t, LABEL_SIZE, &t->dcr_dma[i]); in nfit_test0_alloc() 1953 t->nfit_buf = test_alloc(t, nfit_size, &t->nfit_dma); in nfit_test1_alloc() 1958 t->spa_set[0] = test_alloc(t, SPA2_SIZE, &t->spa_set_dma[0]); in nfit_test1_alloc() [all …]
|
| /linux-6.15/Documentation/dev-tools/ |
| H A D | kfence.rst | 99 test_alloc+0xfe/0x738 130 test_alloc+0xfe/0x738 163 test_alloc+0xfe/0x738 198 test_alloc+0xfe/0x738
|