Searched refs:test_malloc (Results 1 – 1 of 1) sorted by relevance
2457 void *test_malloc; in event_test_thread() local2459 test_malloc = kmalloc(1234, GFP_KERNEL); in event_test_thread()2460 if (!test_malloc) in event_test_thread()2465 kfree(test_malloc); in event_test_thread()