Home
last modified time | relevance | path

Searched refs:slowpath (Results 1 – 4 of 4) sorted by relevance

/fs/bcachefs/
A Dalloc_background.h228 goto slowpath; in bch2_alloc_to_v4()
232 goto slowpath; in bch2_alloc_to_v4()
235 slowpath: in bch2_alloc_to_v4()
A Dbtree_write_buffer.c291 size_t overwritten = 0, fast = 0, slowpath = 0, could_not_insert = 0; in bch2_btree_write_buffer_flush_locked() local
345 slowpath++; in bch2_btree_write_buffer_flush_locked()
409 slowpath++; in bch2_btree_write_buffer_flush_locked()
424 if (slowpath) { in bch2_btree_write_buffer_flush_locked()
431 trace_and_count(c, write_buffer_flush_slowpath, trans, slowpath, wb->flushing.keys.nr); in bch2_btree_write_buffer_flush_locked()
A Dtrace.h1356 TP_PROTO(struct btree_trans *trans, size_t slowpath, size_t total),
1357 TP_ARGS(trans, slowpath, total),
1360 __field(size_t, slowpath )
1365 __entry->slowpath = slowpath;
1369 TP_printk("%zu/%zu", __entry->slowpath, __entry->total)
A Dbset.c1117 goto slowpath; in bset_search_tree()
1123 goto slowpath; in bset_search_tree()
1127 slowpath: in bset_search_tree()

Completed in 11 milliseconds