Lines Matching refs:ucontext
63 struct c4iw_ucontext *ucontext; in _c4iw_free_ucontext() local
67 ucontext = container_of(kref, struct c4iw_ucontext, kref); in _c4iw_free_ucontext()
68 rhp = to_c4iw_dev(ucontext->ibucontext.device); in _c4iw_free_ucontext()
70 pr_debug("ucontext %p\n", ucontext); in _c4iw_free_ucontext()
71 list_for_each_entry_safe(mm, tmp, &ucontext->mmaps, entry) in _c4iw_free_ucontext()
73 c4iw_release_dev_ucontext(&rhp->rdev, &ucontext->uctx); in _c4iw_free_ucontext()
74 kfree(ucontext); in _c4iw_free_ucontext()
79 struct c4iw_ucontext *ucontext = to_c4iw_ucontext(context); in c4iw_dealloc_ucontext() local
82 c4iw_put_ucontext(ucontext); in c4iw_dealloc_ucontext()
150 struct c4iw_ucontext *ucontext; in c4iw_mmap() local
160 ucontext = to_c4iw_ucontext(context); in c4iw_mmap()
162 mm = remove_mmap(ucontext, key, len); in c4iw_mmap()