Home
last modified time | relevance | path

Searched defs:strat_private (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/fs/udf/
H A Dudf_strat_sequential.c81 struct strat_private { struct
82 struct pool desc_pool; /* node descriptors */
84 lwp_t *queue_lwp;
85 kcondvar_t discstrat_cv; /* to wait on */
86 kmutex_t discstrat_mutex; /* disc strategy */
88 int thread_running; /* thread control */
89 int run_thread; /* thread control */
90 int thread_finished; /* thread control */
92 int sync_req; /* thread control */
93 int cur_queue;
[all …]
H A Dudf_strat_rmw.c123 struct strat_private { struct
124 lwp_t *queue_lwp;
125 kcondvar_t discstrat_cv; /* to wait on */
126 kmutex_t discstrat_mutex; /* disc strategy */
127 kmutex_t seqwrite_mutex; /* protect mappings */
129 int thread_running; /* thread control */
130 int run_thread; /* thread control */
154 struct strat_private *priv = PRIV(eccline->ump); in udf_lock_eccline() argument
H A Dudf_strat_direct.c82 struct strat_private { struct
83 struct pool desc_pool; /* node descriptors */