Lines Matching refs:fdata
598 struct hfi1_filedata *fdata = fp->private_data; in hfi1_file_close() local
599 struct hfi1_ctxtdata *uctxt = fdata->uctxt; in hfi1_file_close()
610 hfi1_cdbg(PROC, "closing ctxt %u:%u", uctxt->ctxt, fdata->subctxt); in hfi1_file_close()
614 hfi1_user_sdma_free_queues(fdata, uctxt); in hfi1_file_close()
617 hfi1_put_proc_affinity(fdata->rec_cpu_num); in hfi1_file_close()
620 hfi1_user_exp_rcv_free(fdata); in hfi1_file_close()
626 fdata->uctxt = NULL; in hfi1_file_close()
633 ev = dd->events + uctxt_offset(uctxt) + fdata->subctxt; in hfi1_file_close()
637 __clear_bit(fdata->subctxt, uctxt->in_use_ctxts); in hfi1_file_close()
678 cleanup_srcu_struct(&fdata->pq_srcu); in hfi1_file_close()
679 kfree(fdata); in hfi1_file_close()