Searched defs:ioq (Results 1 – 2 of 2) sorted by relevance
501 enum BC_STATUS crystalhd_dioq_add(struct crystalhd_dioq *ioq, void *data, in crystalhd_dioq_add()543 void *crystalhd_dioq_fetch(struct crystalhd_dioq *ioq) in crystalhd_dioq_fetch()581 void *crystalhd_dioq_find_and_fetch(struct crystalhd_dioq *ioq, uint32_t tag) in crystalhd_dioq_find_and_fetch()626 void *crystalhd_dioq_fetch_wait(struct crystalhd_dioq *ioq, uint32_t to_secs, in crystalhd_dioq_fetch_wait()
115 wait_queue_head_t ioq; /* if IO is locked, wait on this Q */ member