Searched refs:static_work (Results 1 – 1 of 1) sorted by relevance
75 static StaticWork static_work[1] ATTRIBUTE_ALIGN(32); variable298 if (!static_work->available) in WFSi_InitCommon()301 static_work->user_alloc = allocator; in WFSi_InitCommon()302 static_work->user_alloc_arg = allocator_arg; in WFSi_InitCommon()303 MI_InitAllocator(static_work->allocator, static_work, in WFSi_InitCommon()306 static_work->context = MI_CallAlloc(static_work->allocator, worksize, 32); in WFSi_InitCommon()307 if (!static_work->context) in WFSi_InitCommon()312 static_work->available = TRUE; in WFSi_InitCommon()313 static_work->state = WFS_STATE_STOP; in WFSi_InitCommon()314 static_work->state_func = callback; in WFSi_InitCommon()[all …]