Searched refs:normal_work (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | async-thread.c | 294 static void btrfs_work_helper(struct work_struct *normal_work) in btrfs_work_helper() argument 296 struct btrfs_work *work = container_of(normal_work, struct btrfs_work, in btrfs_work_helper() 297 normal_work); in btrfs_work_helper() 337 INIT_WORK(&work->normal_work, btrfs_work_helper); in btrfs_init_work() 354 queue_work(wq->normal_wq, &work->normal_work); in btrfs_queue_work()
|
H A D | async-thread.h | 23 struct work_struct normal_work; member
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | async-thread.c | 304 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()
|
H A D | async-thread.h | 26 struct work_struct normal_work; member
|
/kernel/linux/linux-5.10/include/trace/events/ |
H A D | btrfs.h | 1391 __field( const void *, normal_work ) 1400 __entry->normal_work = &work->normal_work; 1403 TP_printk_btrfs("work=%p (normal_work=%p) wq=%p func=%ps ordered_func=%p " 1405 __entry->work, __entry->normal_work, __entry->wq,
|
/kernel/linux/linux-6.6/include/trace/events/ |
H A D | btrfs.h | 1565 __field( const void *, normal_work ) 1574 __entry->normal_work = &work->normal_work; 1577 TP_printk_btrfs("work=%p (normal_work=%p) wq=%p func=%ps ordered_func=%p " 1579 __entry->work, __entry->normal_work, __entry->wq,
|
Completed in 6 milliseconds