|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <btrfs_drv.h>

Public Attributes | |
| ULONG | num_threads |
| LIST_ENTRY | job_list |
| KSPIN_LOCK | spinlock |
| drv_calc_thread * | threads |
| KEVENT | event |
Definition at line 659 of file btrfs_drv.h.
| KEVENT drv_calc_threads::event |
Definition at line 664 of file btrfs_drv.h.
| LIST_ENTRY drv_calc_threads::job_list |
Definition at line 661 of file btrfs_drv.h.
| ULONG drv_calc_threads::num_threads |
Definition at line 660 of file btrfs_drv.h.
| KSPIN_LOCK drv_calc_threads::spinlock |
Definition at line 662 of file btrfs_drv.h.
| drv_calc_thread* drv_calc_threads::threads |
Definition at line 663 of file btrfs_drv.h.