Home
last modified time | relevance | path

Searched refs:pq_srcu (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/infiniband/hw/hfi1/
Dfile_ops.c204 if (!fd || init_srcu_struct(&fd->pq_srcu)) in hfi1_file_open()
309 idx = srcu_read_lock(&fd->pq_srcu); in hfi1_write_iter()
310 pq = srcu_dereference(fd->pq, &fd->pq_srcu); in hfi1_write_iter()
312 srcu_read_unlock(&fd->pq_srcu, idx); in hfi1_write_iter()
317 srcu_read_unlock(&fd->pq_srcu, idx); in hfi1_write_iter()
324 srcu_read_unlock(&fd->pq_srcu, idx); in hfi1_write_iter()
344 srcu_read_unlock(&fd->pq_srcu, idx); in hfi1_write_iter()
717 cleanup_srcu_struct(&fdata->pq_srcu); in hfi1_file_close()
Duser_sdma.c284 pq = srcu_dereference_check(fd->pq, &fd->pq_srcu, in hfi1_user_sdma_free_queues()
289 synchronize_srcu(&fd->pq_srcu); in hfi1_user_sdma_free_queues()
349 srcu_dereference(fd->pq, &fd->pq_srcu); in hfi1_user_sdma_process_request()
Dhfi.h1435 struct srcu_struct pq_srcu; member