Searched defs:genwqe_file (Results 1 – 1 of 1) sorted by relevance
401 struct genwqe_file { struct402 struct genwqe_dev *cd;403 struct genwqe_driver *client;404 struct file *filp;406 struct fasync_struct *async_queue;407 struct task_struct *owner;408 struct list_head list; /* entry in list of open files */410 spinlock_t map_lock; /* lock for dma_mappings */411 struct list_head map_list; /* list of dma_mappings */413 spinlock_t pin_lock; /* lock for pinned memory */[all …]