Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dbtree_locking.c85 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 Dmovinggc.c332 bch2_prt_task_backtrace(out, t, 0, GFP_KERNEL); in bch2_copygc_wait_to_text()
H A Drebalance.c656 bch2_prt_task_backtrace(out, t, 0, GFP_KERNEL); in bch2_rebalance_status_to_text()
H A Dutil.h220 int bch2_prt_task_backtrace(struct printbuf *, struct task_struct *, unsigned, gfp_t);
H A Dutil.c330 int bch2_prt_task_backtrace(struct printbuf *out, struct task_struct *task, unsigned skipnr, gfp_t … in bch2_prt_task_backtrace() function
H A Ddebug.c611 bch2_prt_task_backtrace(&i->buf, trans->locking_wait.task, 0, GFP_KERNEL); in bch2_btree_transactions_read()
H A Djournal.c277 bch2_prt_task_backtrace(&pbuf, current, 1, GFP_NOWAIT); in __journal_entry_close()