Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/lib/
H A Dtest_unwind.c22 #define BT_BUF_SIZE (PAGE_SIZE * 4) macro
57 bt = kmalloc(BT_BUF_SIZE, GFP_ATOMIC); in test_unwind()
79 if (bt_pos < BT_BUF_SIZE) { in test_unwind()
80 bt_pos += snprintf(bt + bt_pos, BT_BUF_SIZE - bt_pos, in test_unwind()
85 if (bt_pos >= BT_BUF_SIZE) in test_unwind()