Searched refs:new_first (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | llist.c | 26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() argument 33 } while (cmpxchg(&head->first, first, new_first) != first); in llist_add_batch()
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 306 struct list_head *new_first = entry->next; in __list_cut_position() local 312 head->next = new_first; in __list_cut_position() 313 new_first->prev = head; in __list_cut_position()
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | list.h | 212 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()
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | list.h | 237 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()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | list.h | 289 struct list_head *new_first = entry->next; in __list_cut_position() local 294 head->next = new_first; in __list_cut_position() 295 new_first->prev = head; in __list_cut_position()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | llist.h | 197 extern bool llist_add_batch(struct llist_node *new_first,
|
| H A D | list.h | 366 struct list_head *new_first = entry->next; in __list_cut_position() local 371 head->next = new_first; in __list_cut_position() 372 new_first->prev = head; in __list_cut_position()
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | oe-pkgdata-browser | 143 self.recipe_view.set_cursor(Gtk.TreePath.new_first())
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | xattr.c | 4885 struct ocfs2_xattr_bucket *old_first, *new_first; in ocfs2_mv_xattr_buckets() local 4899 new_first = ocfs2_xattr_bucket_new(inode); in ocfs2_mv_xattr_buckets() 4900 if (!old_first || !new_first) { in ocfs2_mv_xattr_buckets() 4946 ret = ocfs2_read_xattr_bucket(new_first, to_blk); in ocfs2_mv_xattr_buckets() 4951 ret = ocfs2_xattr_bucket_journal_access(handle, new_first, in ocfs2_mv_xattr_buckets() 4962 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets); in ocfs2_mv_xattr_buckets() 4963 ocfs2_xattr_bucket_journal_dirty(handle, new_first); in ocfs2_mv_xattr_buckets() 4966 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); in ocfs2_mv_xattr_buckets() 4969 ocfs2_xattr_bucket_free(new_first); in ocfs2_mv_xattr_buckets()
|