Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/nand/
H A Dnand.h138 struct nand_write_cache { struct
139 struct bintime nwc_creation;
140 struct bintime nwc_last_write;
141 struct bufq_state *nwc_bufq;
142 uint8_t *nwc_data;
143 daddr_t nwc_block;
144 kmutex_t nwc_lock;
145 bool nwc_write_pending;
146 struct lwp *nwc_thread;
147 kcondvar_t nwc_cv;
[all …]