Searched refs:ewait (Results 1 – 1 of 1) sorted by relevance
151 struct wait_exceptional_entry_queue *ewait = in wake_exceptional_entry_func() local154 if (key->mapping != ewait->key.mapping || in wake_exceptional_entry_func()155 key->entry_start != ewait->key.entry_start) in wake_exceptional_entry_func()233 struct wait_exceptional_entry_queue ewait; in __get_unlocked_mapping_entry() local236 init_wait(&ewait.wait); in __get_unlocked_mapping_entry()237 ewait.wait.func = wake_exceptional_entry_func; in __get_unlocked_mapping_entry()252 wq = dax_entry_waitqueue(mapping, index, entry, &ewait.key); in __get_unlocked_mapping_entry()253 prepare_to_wait_exclusive(wq, &ewait.wait, in __get_unlocked_mapping_entry()257 finish_wait(wq, &ewait.wait); in __get_unlocked_mapping_entry()