Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dllist.h199 extern bool llist_add_batch(struct llist_node *new_first,
203 static inline bool __llist_add_batch(struct llist_node *new_first, in __llist_add_batch() argument
208 head->first = new_first; in __llist_add_batch()
H A Dlist.h457 struct list_head *new_first = entry->next; in __list_cut_position() local
462 head->next = new_first; in __list_cut_position()
463 new_first->prev = head; in __list_cut_position()
/openbmc/linux/lib/
H A Dllist.c26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() argument
33 } while (!try_cmpxchg(&head->first, &first, new_first)); in llist_add_batch()
/openbmc/u-boot/include/linux/
H A Dlist.h212 struct list_head *new_first = entry->next; in __list_cut_position() local
217 head->next = new_first; in __list_cut_position()
218 new_first->prev = head; in __list_cut_position()
/openbmc/linux/tools/include/linux/
H A Dlist.h237 struct list_head *new_first = entry->next; in __list_cut_position() local
242 head->next = new_first; in __list_cut_position()
243 new_first->prev = head; in __list_cut_position()
/openbmc/openbmc/poky/scripts/
H A Doe-pkgdata-browser148 self.recipe_view.set_cursor(Gtk.TreePath.new_first())
/openbmc/linux/fs/ocfs2/
H A Dxattr.c4879 struct ocfs2_xattr_bucket *old_first, *new_first; in ocfs2_mv_xattr_buckets() local
4893 new_first = ocfs2_xattr_bucket_new(inode); in ocfs2_mv_xattr_buckets()
4894 if (!old_first || !new_first) { in ocfs2_mv_xattr_buckets()
4940 ret = ocfs2_read_xattr_bucket(new_first, to_blk); in ocfs2_mv_xattr_buckets()
4945 ret = ocfs2_xattr_bucket_journal_access(handle, new_first, in ocfs2_mv_xattr_buckets()
4956 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets); in ocfs2_mv_xattr_buckets()
4957 ocfs2_xattr_bucket_journal_dirty(handle, new_first); in ocfs2_mv_xattr_buckets()
4960 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); in ocfs2_mv_xattr_buckets()
4963 ocfs2_xattr_bucket_free(new_first); in ocfs2_mv_xattr_buckets()