Home
last modified time | relevance | path

Searched refs:ordered_func (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dasync-thread.c245 work->ordered_func(work); in run_ordered_work()
309 if (work->ordered_func) in btrfs_work_helper()
332 btrfs_func_t ordered_func, btrfs_func_t ordered_free) in btrfs_init_work() argument
335 work->ordered_func = ordered_func; in btrfs_init_work()
348 if (work->ordered_func) { in btrfs_queue_work()
H A Dasync-thread.h19 btrfs_func_t ordered_func; member
38 btrfs_func_t ordered_func, btrfs_func_t ordered_free);
/openbmc/linux/include/trace/events/
H A Dbtrfs.h1563 __field( const void *, ordered_func )
1572 __entry->ordered_func = work->ordered_func;
1580 __entry->func, __entry->ordered_func, __entry->ordered_free)