Searched refs:bookmark (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/kernel/sched/ |
| D | wait.c | 68 wait_queue_entry_t *bookmark) in __wake_up_common() argument 75 if (bookmark && (bookmark->flags & WQ_FLAG_BOOKMARK)) { in __wake_up_common() 76 curr = list_next_entry(bookmark, entry); in __wake_up_common() 78 list_del(&bookmark->entry); in __wake_up_common() 79 bookmark->flags = 0; in __wake_up_common() 99 if (bookmark && (++cnt > WAITQUEUE_WALK_BREAK_CNT) && in __wake_up_common() 101 bookmark->flags = WQ_FLAG_BOOKMARK; in __wake_up_common() 102 list_add_tail(&bookmark->entry, &next->entry); in __wake_up_common() 114 wait_queue_entry_t bookmark; in __wake_up_common_lock() local 116 bookmark.flags = 0; in __wake_up_common_lock() [all …]
|
| /Linux-v5.4/drivers/ps3/ |
| D | ps3-lpm.c | 164 void ps3_set_bookmark(u64 bookmark) in ps3_set_bookmark() argument 174 mtspr(SPRN_BKMK, bookmark); in ps3_set_bookmark() 181 u64 bookmark; in ps3_set_pm_bookmark() local 183 bookmark = (get_tb() & 0x00000000FFFFFFFFULL) | in ps3_set_pm_bookmark() 185 bookmark = ((tag << 56) & PS3_PM_BOOKMARK_TAG_MASK_LO) | in ps3_set_pm_bookmark() 186 (incident << 48) | (th_id << 32) | bookmark; in ps3_set_pm_bookmark() 187 ps3_set_bookmark(bookmark); in ps3_set_pm_bookmark()
|
| /Linux-v5.4/mm/ |
| D | filemap.c | 1060 wait_queue_entry_t bookmark; in wake_up_page_bit() local 1066 bookmark.flags = 0; in wake_up_page_bit() 1067 bookmark.private = NULL; in wake_up_page_bit() 1068 bookmark.func = NULL; in wake_up_page_bit() 1069 INIT_LIST_HEAD(&bookmark.entry); in wake_up_page_bit() 1072 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit() 1074 while (bookmark.flags & WQ_FLAG_BOOKMARK) { in wake_up_page_bit() 1084 __wake_up_locked_key_bookmark(q, TASK_NORMAL, &key, &bookmark); in wake_up_page_bit()
|
| /Linux-v5.4/arch/powerpc/include/asm/ |
| D | ps3.h | 489 void ps3_set_bookmark(u64 bookmark);
|
| /Linux-v5.4/include/linux/ |
| D | wait.h | 203 unsigned int mode, void *key, wait_queue_entry_t *bookmark);
|