Searched defs:ucontext (Results 1 – 2 of 2) sorted by relevance
5 struct ucontext { struct7 struct ucontext *uc_link; argument8 stack_t uc_stack;9 struct sigcontext uc_mcontext;10 sigset_t uc_sigmask; /* mask last for extensibility */
69 struct ib_ucontext *ucontext, in __uobj_get()121 struct ib_ucontext *ucontext) in __uobj_alloc()126 #define uobj_alloc(_type, ucontext) \ argument