Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/s390/lib/
H A Dtest_unwind.c19 #define BT_BUF_SIZE (PAGE_SIZE * 4) macro
50 bt = kmalloc(BT_BUF_SIZE, GFP_ATOMIC); in test_unwind()
71 if (bt_pos < BT_BUF_SIZE) { in test_unwind()
72 bt_pos += snprintf(bt + bt_pos, BT_BUF_SIZE - bt_pos, in test_unwind()
77 if (bt_pos >= BT_BUF_SIZE) in test_unwind()