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

/external/adhd/cras/src/server/
H A Dcras_dsp.c40 static struct cras_dsp_context *context_list; variable in typeref:struct:cras_dsp_context
118 DL_FOREACH(context_list, ctx) {
156 DL_APPEND(context_list, ctx);
162 DL_DELETE(context_list, ctx);
219 DL_FOREACH(context_list, ctx) {
/external/mesa3d/src/glx/apple/
H A Dapple_glx_context.c67 static struct apple_glx_context *context_list = NULL; variable in typeref:struct:apple_glx_context
69 /* This guards the context_list above. */
105 for (i = context_list; i; i = i->next) {
193 if (context_list)
194 context_list->previous = ac;
197 ac->next = context_list;
198 context_list = ac;
230 /* Remove ac from the context_list as soon as possible. */
237 context_list = ac->next;
535 for (ac = context_list; a
[all...]

Completed in 2507 milliseconds