Home
last modified time | relevance | path

Searched refs:async_cookie_t (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dasync.h16 typedef u64 async_cookie_t; typedef
17 typedef void (async_func_ptr) (void *data, async_cookie_t cookie);
19 extern async_cookie_t async_schedule(async_func_ptr *ptr, void *data);
20 extern async_cookie_t async_schedule_domain(async_func_ptr *ptr, void *data,
24 extern void async_synchronize_cookie(async_cookie_t cookie);
25 extern void async_synchronize_cookie_domain(async_cookie_t cookie,