Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds