Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/sbus/char/
Doradax.c203 struct dax_ctx { struct
204 struct dax_ccb *ccb_buf;
205 u64 ccb_buf_ra; /* cached RA of ccb_buf */
206 struct dax_cca *ca_buf;
207 u64 ca_buf_ra; /* cached RA of ca_buf */
208 struct page *pages[DAX_CA_ELEMS][NUM_STREAM_TYPES];
210 struct task_struct *owner; /* thread that owns ctx */
211 struct task_struct *client; /* requesting thread */
235 static int dax_ccb_exec(struct dax_ctx *ctx, const char __user *buf, argument