Searched refs:normal_work (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/btrfs/
H A Dasync-thread.h26 struct work_struct normal_work; member in struct:btrfs_work
H A Dasync-thread.c294 static void btrfs_work_helper(struct work_struct *normal_work) argument
296 struct btrfs_work *work = container_of(normal_work, struct btrfs_work,
297 normal_work);
336 INIT_WORK(&work->normal_work, btrfs_work_helper);
353 queue_work(wq->normal_wq, &work->normal_work);
/linux-master/include/trace/events/
H A Dbtrfs.h1561 __field( const void *, normal_work )
1569 __entry->normal_work = &work->normal_work;
1572 TP_printk_btrfs("work=%p (normal_work=%p) wq=%p func=%ps ordered_func=%p",
1573 __entry->work, __entry->normal_work, __entry->wq,

Completed in 134 milliseconds