Searched refs:my_context (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/infiniband/hw/ehca/
H A Dehca_uverbs.c54 struct ehca_ucontext *my_context; ehca_alloc_ucontext() local
56 my_context = kzalloc(sizeof *my_context, GFP_KERNEL); ehca_alloc_ucontext()
57 if (!my_context) { ehca_alloc_ucontext()
62 return &my_context->ib_ucontext; ehca_alloc_ucontext()

Completed in 119 milliseconds