Searched defs:heci_file_private (Results 1 – 1 of 1) sorted by relevance
459 struct heci_file_private { struct460 struct list_node link;461 struct heci_file *file;462 enum file_state state;463 struct pollhead tx_pollwait;464 kcondvar_t rx_wait;465 struct pollhead pollwait;466 kmutex_t file_lock;467 kmutex_t read_io_lock;468 kmutex_t write_io_lock;[all …]