Searched refs:test_malloc (Results 1 – 2 of 2) sorted by relevance
140 if (check < sz || !test_malloc(sz)) break;
4231 void *test_malloc; in event_test_thread() local4233 test_malloc = kmalloc(1234, GFP_KERNEL); in event_test_thread()4234 if (!test_malloc) in event_test_thread()4239 kfree(test_malloc); in event_test_thread()