Home
last modified time | relevance | path

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

/mm/
Dfilemap.c1110 wait_queue_entry_t bookmark; in wake_up_page_bit() local
1116 bookmark.flags = 0; in wake_up_page_bit()
1117 bookmark.private = NULL; in wake_up_page_bit()
1118 bookmark.func = NULL; in wake_up_page_bit()
1119 INIT_LIST_HEAD(&bookmark.entry); in wake_up_page_bit()
1122 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()
1124 while (bookmark.flags & WQ_FLAG_BOOKMARK) { in wake_up_page_bit()
1134 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()