Lines Matching full:asynchronous
2 * async.c: Asynchronous function calls for boot performance
22 More specifically, the asynchronous function call concept allows
28 Key to the asynchronous function call implementation is the concept of
38 async_synchronize_cookie() function will make sure that all asynchronous
42 Subsystem/driver initialization code that scheduled asynchronous probe
44 that do not use the asynchronous call feature, need to do a full
47 asynchronous and synchronous parts of the kernel.
200 * async_schedule - schedule a function for asynchronous execution
214 * async_schedule_domain - schedule a function for asynchronous execution within a certain domain
233 * async_synchronize_full - synchronize all asynchronous function calls
235 * This function waits until all asynchronous function calls have been done.
246 * async_synchronize_full_domain - synchronize all asynchronous function within a certain domain
249 * This function waits until all asynchronous function calls for the
259 …* async_synchronize_cookie_domain - synchronize asynchronous function calls within a certain domai…
263 * This function waits until all asynchronous function calls for the
291 * async_synchronize_cookie - synchronize asynchronous function calls with cookie checkpointing
294 * This function waits until all asynchronous function calls prior to @cookie