Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dasync-thread.c304 static void btrfs_work_helper(struct work_struct *normal_work) in btrfs_work_helper() argument
306 struct btrfs_work *work = container_of(normal_work, struct btrfs_work, in btrfs_work_helper()
307 normal_work); in btrfs_work_helper()
348 INIT_WORK(&work->normal_work, btrfs_work_helper); in btrfs_init_work()
366 queue_work(wq->normal_wq, &work->normal_work); in __btrfs_queue_work()
A Dasync-thread.h26 struct work_struct normal_work; member
/linux/include/trace/events/
A Dbtrfs.h1391 __field( const void *, normal_work )
1400 __entry->normal_work = &work->normal_work;
1405 __entry->work, __entry->normal_work, __entry->wq,

Completed in 8 milliseconds