Searched refs:pq_srcu (Results 1 – 3 of 3) sorted by relevance
163 if (!fd || init_srcu_struct(&fd->pq_srcu)) in hfi1_file_open()268 idx = srcu_read_lock(&fd->pq_srcu); in hfi1_write_iter()269 pq = srcu_dereference(fd->pq, &fd->pq_srcu); in hfi1_write_iter()271 srcu_read_unlock(&fd->pq_srcu, idx); in hfi1_write_iter()276 srcu_read_unlock(&fd->pq_srcu, idx); in hfi1_write_iter()283 srcu_read_unlock(&fd->pq_srcu, idx); in hfi1_write_iter()303 srcu_read_unlock(&fd->pq_srcu, idx); in hfi1_write_iter()676 cleanup_srcu_struct(&fdata->pq_srcu); in hfi1_file_close()
245 pq = srcu_dereference_check(fd->pq, &fd->pq_srcu, in hfi1_user_sdma_free_queues()250 synchronize_srcu(&fd->pq_srcu); in hfi1_user_sdma_free_queues()310 srcu_dereference(fd->pq, &fd->pq_srcu); in hfi1_user_sdma_process_request()
1386 struct srcu_struct pq_srcu; member