Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dwait.c67 void *key, wait_queue_entry_t *bookmark) in __wake_up_common()
74 if (bookmark && (bookmark->flags & WQ_FLAG_BOOKMARK)) { in __wake_up_common()
75 curr = list_next_entry(bookmark, entry); in __wake_up_common()
77 list_del(&bookmark->entry); in __wake_up_common()
78 bookmark->flags = 0; in __wake_up_common()
104 if (bookmark && (++cnt > WAITQUEUE_WALK_BREAK_CNT) && (&next->entry != &wq_head->head)) { in __wake_up_common()
105 bookmark->flags = WQ_FLAG_BOOKMARK; in __wake_up_common()
106 list_add_tail(&bookmark->entry, &next->entry); in __wake_up_common()
118 wait_queue_entry_t bookmark; in __wake_up_common_lock() local
66 __wake_up_common(struct wait_queue_head *wq_head, unsigned int mode, int nr_exclusive, int wake_flags, void *key, wait_queue_entry_t *bookmark) __wake_up_common() argument
163 __wake_up_locked_key_bookmark(struct wait_queue_head *wq_head, unsigned int mode, void *key, wait_queue_entry_t *bookmark) __wake_up_locked_key_bookmark() argument
[all...]

Completed in 1 milliseconds