Home
last modified time | relevance | path

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

/mm/
Dfilemap.c1187 wait_queue_entry_t bookmark; in wake_up_page_bit() local
1193 bookmark.flags = 0; in wake_up_page_bit()
1194 bookmark.private = NULL; in wake_up_page_bit()
1195 bookmark.func = NULL; in wake_up_page_bit()
1196 INIT_LIST_HEAD(&bookmark.entry); in wake_up_page_bit()
1199 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()
1201 while (bookmark.flags & WQ_FLAG_BOOKMARK) { in wake_up_page_bit()
1211 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()