Lines Matching refs:cookie
73 async_cookie_t cookie; member
97 return entry->cookie; in __lowest_in_progress()
101 return entry->cookie; in __lowest_in_progress()
141 printk("calling %lli_%pF @ %i\n", (long long)entry->cookie, in run_one_entry()
145 entry->func(entry->data, entry->cookie); in run_one_entry()
150 (long long)entry->cookie, in run_one_entry()
203 newcookie = entry->cookie = next_cookie++; in __async_schedule()
279 void async_synchronize_cookie_domain(async_cookie_t cookie, in async_synchronize_cookie_domain() argument
289 wait_event(async_done, lowest_in_progress(running) >= cookie); in async_synchronize_cookie_domain()
309 void async_synchronize_cookie(async_cookie_t cookie) in async_synchronize_cookie() argument
311 async_synchronize_cookie_domain(cookie, &async_running); in async_synchronize_cookie()