Searched refs:bookmark (Results 1 – 20 of 20) sorted by relevance
69 wait_queue_entry_t *bookmark) in __wake_up_common() argument76 if (bookmark && (bookmark->flags & WQ_FLAG_BOOKMARK)) { in __wake_up_common()77 curr = list_next_entry(bookmark, entry); in __wake_up_common()79 list_del(&bookmark->entry); in __wake_up_common()80 bookmark->flags = 0; in __wake_up_common()100 if (bookmark && (++cnt > WAITQUEUE_WALK_BREAK_CNT) && in __wake_up_common()102 bookmark->flags = WQ_FLAG_BOOKMARK; in __wake_up_common()103 list_add_tail(&bookmark->entry, &next->entry); in __wake_up_common()115 wait_queue_entry_t bookmark; in __wake_up_common_lock() local117 bookmark.flags = 0; in __wake_up_common_lock()[all …]
201 BookmarkNode *bookmark = new BookmarkNode(BookmarkNode::Bookmark, parent); in readBookmarkNode() local202 bookmark->url = attributes().value(QLatin1String("href")).toString(); in readBookmarkNode()205 readTitle(bookmark); in readBookmarkNode()207 readDescription(bookmark); in readBookmarkNode()211 if (bookmark->title.isEmpty()) in readBookmarkNode()212 bookmark->title = QObject::tr("Unknown title"); in readBookmarkNode()
717 BookmarkNode *bookmark = new BookmarkNode(BookmarkNode::Bookmark); in accept() local718 bookmark->url = m_url; in accept()719 bookmark->title = name->text(); in accept()720 m_bookmarksManager->addBookmark(parent, bookmark); in accept()916 BookmarkNode *bookmark = new BookmarkNode(BookmarkNode::Bookmark); in dropEvent() local917 bookmark->url = urls.at(0).toString(); in dropEvent()918 bookmark->title = mimeData->text(); in dropEvent()922 bookmarksManager->addBookmark(parent, bookmark, row); in dropEvent()
19 <string>Type a name for the bookmark, and choose where to keep it.</string>
108 struct i915_lut_handle bookmark = {}; in i915_gem_close_object() local124 list_add_tail(&bookmark.obj_link, &ln->obj_link); in i915_gem_close_object()126 list_safe_reset_next(&bookmark, ln, obj_link); in i915_gem_close_object()127 __list_del_entry(&bookmark.obj_link); in i915_gem_close_object()
164 void ps3_set_bookmark(u64 bookmark) in ps3_set_bookmark() argument174 mtspr(SPRN_BKMK, bookmark); in ps3_set_bookmark()181 u64 bookmark; in ps3_set_pm_bookmark() local183 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()
8 --- a/ncftp/bookmark.h9 +++ b/ncftp/bookmark.h
6 …inux-gnueabihf/10.2.0/../../../../arm-buildroot-linux-gnueabihf/bin/ld: bookmark.o:(.bss+0x10): mu…
1110 wait_queue_entry_t bookmark; in wake_up_page_bit() local1116 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()
491 void ps3_set_bookmark(u64 bookmark);
33 …bookmark:before{content:"\f02e"}.icon-print:before{content:"\f02f"}.icon-camera:before{content:"\f…
5 …192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-positi…
7 …192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-positi…
5 …efore{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\…
429 .glyphicon-bookmark:before {
1 …bookmark:before {\n content: \"\\e044\";\n}\n.glyphicon-print:before {\n content: \"\\e045\";\n}…
205 unsigned int mode, void *key, wait_queue_entry_t *bookmark);
1# ncurses 6.1 - patch 20200118 - Thomas E. Dickey 2# 3# --- ...
52622 * bookmark: Checkpoint/Restart. (line 6)