ReactOS 0.4.15-dev-7842-g558ab78
drv_calc_threads Struct Reference

#include <btrfs_drv.h>

Collaboration diagram for drv_calc_threads:

Public Attributes

ULONG num_threads
 
LIST_ENTRY job_list
 
KSPIN_LOCK spinlock
 
drv_calc_threadthreads
 
KEVENT event
 

Detailed Description

Definition at line 659 of file btrfs_drv.h.

Member Data Documentation

◆ event

KEVENT drv_calc_threads::event

Definition at line 664 of file btrfs_drv.h.

◆ job_list

LIST_ENTRY drv_calc_threads::job_list

Definition at line 661 of file btrfs_drv.h.

◆ num_threads

ULONG drv_calc_threads::num_threads

Definition at line 660 of file btrfs_drv.h.

◆ spinlock

KSPIN_LOCK drv_calc_threads::spinlock

Definition at line 662 of file btrfs_drv.h.

◆ threads

drv_calc_thread* drv_calc_threads::threads

Definition at line 663 of file btrfs_drv.h.


The documentation for this struct was generated from the following file: