Searched refs:bch2_prt_task_backtrace (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | btree_locking.c | 85 bch2_prt_task_backtrace(out, task, i == g->g ? 5 : 1, GFP_NOWAIT); in print_cycle() 234 bch2_prt_task_backtrace(&buf, trans->locking_wait.task, 2, GFP_NOWAIT); in break_cycle()
|
| H A D | movinggc.c | 332 bch2_prt_task_backtrace(out, t, 0, GFP_KERNEL); in bch2_copygc_wait_to_text()
|
| H A D | rebalance.c | 656 bch2_prt_task_backtrace(out, t, 0, GFP_KERNEL); in bch2_rebalance_status_to_text()
|
| H A D | util.h | 220 int bch2_prt_task_backtrace(struct printbuf *, struct task_struct *, unsigned, gfp_t);
|
| H A D | util.c | 330 int bch2_prt_task_backtrace(struct printbuf *out, struct task_struct *task, unsigned skipnr, gfp_t … in bch2_prt_task_backtrace() function
|
| H A D | debug.c | 611 bch2_prt_task_backtrace(&i->buf, trans->locking_wait.task, 0, GFP_KERNEL); in bch2_btree_transactions_read()
|
| H A D | journal.c | 277 bch2_prt_task_backtrace(&pbuf, current, 1, GFP_NOWAIT); in __journal_entry_close()
|