Home
last modified time | relevance | path

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

/kernel/
Dasync.c71 struct async_entry { struct
93 struct async_entry *entry; in __lowest_in_progress() argument
96 struct async_entry, list); in __lowest_in_progress()
100 struct async_entry, list); in __lowest_in_progress()
125 struct async_entry *entry; in run_one_entry()
133 entry = list_first_entry(&async_pending, struct async_entry, list); in run_one_entry()
176 struct async_entry *entry; in __async_schedule()
182 entry = kzalloc(sizeof(struct async_entry), GFP_ATOMIC); in __async_schedule()