Searched refs:bch2_prt_task_backtrace (Results 1 – 6 of 6) sorted by relevance
/linux/fs/bcachefs/ |
H A D | btree_locking.c | 86 bch2_prt_task_backtrace(out, task, i == g->g ? 5 : 1, GFP_NOWAIT); in print_cycle() 211 bch2_prt_task_backtrace(&buf, trans->locking_wait.task, 2, GFP_NOWAIT); in break_cycle_fail()
|
H A D | movinggc.c | 339 bch2_prt_task_backtrace(out, t, 0, GFP_KERNEL); in bch2_copygc_wait_to_text()
|
H A D | util.h | 222 int bch2_prt_task_backtrace(struct printbuf *, struct task_struct *, unsigned, gfp_t);
|
H A D | rebalance.c | 688 bch2_prt_task_backtrace(out, t, 0, GFP_KERNEL); in bch2_rebalance_status_to_text()
|
H A D | util.c | 327 int bch2_prt_task_backtrace(struct printbuf *out, struct task_struct *task, unsigned skipnr, gfp_t gfp) in bch2_prt_task_backtrace() function
|
H A D | debug.c | 613 bch2_prt_task_backtrace(&i->buf, trans->locking_wait.task, 0, GFP_KERNEL); in bch2_btree_transactions_read()
|