Lines Matching refs:context_id
75 extern void __destroy_context(int context_id);
81 int context_id; in alloc_extended_context() local
85 context_id = hash__alloc_context_id(); in alloc_extended_context()
86 if (context_id < 0) in alloc_extended_context()
87 return context_id; in alloc_extended_context()
90 mm->context.extended_id[index] = context_id; in alloc_extended_context()
91 return context_id; in alloc_extended_context()
96 int context_id; in need_extra_context() local
98 context_id = get_user_context(&mm->context, ea); in need_extra_context()
99 if (!context_id) in need_extra_context()
108 extern void __destroy_context(unsigned long context_id);