Searched refs:BT_BUF_SIZE (Results 1 – 1 of 1) sorted by relevance
19 #define BT_BUF_SIZE (PAGE_SIZE * 4) macro50 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()