Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/btrfs/
A Dasync-thread.c260 static void btrfs_work_helper(struct work_struct *normal_work) in btrfs_work_helper() argument
262 struct btrfs_work *work = container_of(normal_work, struct btrfs_work, in btrfs_work_helper()
263 normal_work); in btrfs_work_helper()
303 INIT_WORK(&work->normal_work, btrfs_work_helper); in btrfs_init_work()
320 queue_work(wq->normal_wq, &work->normal_work); in btrfs_queue_work()
A Dasync-thread.h23 struct work_struct normal_work; member
/linux-6.3-rc2/include/trace/events/
A Dbtrfs.h1537 __field( const void *, normal_work )
1546 __entry->normal_work = &work->normal_work;
1551 __entry->work, __entry->normal_work, __entry->wq,

Completed in 5 milliseconds