Home
last modified time | relevance | path

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

/include/linux/
Dasync.h18 typedef u64 async_cookie_t; typedef
19 typedef void (*async_func_t) (void *data, async_cookie_t cookie);
40 extern async_cookie_t async_schedule(async_func_t func, void *data);
41 extern async_cookie_t async_schedule_domain(async_func_t func, void *data,
46 extern void async_synchronize_cookie(async_cookie_t cookie);
47 extern void async_synchronize_cookie_domain(async_cookie_t cookie,