Searched refs:comp_close (Results 1 – 2 of 2) sorted by relevance
157 static int comp_close(struct inode *inode, struct file *filp) in comp_close() function308 .release = comp_close,
192 struct completion comp_close; member1320 init_completion(&ch->comp_close); in riocm_ch_alloc()1390 complete(&ch->comp_close); in riocm_ch_free()1453 wret = wait_for_completion_interruptible_timeout(&ch->comp_close, tmo); in riocm_ch_close()