Searched refs:new_first (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/lib/ |
H A D | llist.c | 32 * @new_first: first entry in batch to be added 38 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, llist_add_batch() argument 45 } while (cmpxchg(&head->first, first, new_first) != first); llist_add_batch()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
H A D | mkregtable.c | 239 struct list_head *new_first = entry->next; __list_cut_position() local 244 head->next = new_first; __list_cut_position() 245 new_first->prev = head; __list_cut_position()
|
/linux-4.4.14/include/linux/ |
H A D | llist.h | 168 extern bool llist_add_batch(struct llist_node *new_first,
|
H A D | list.h | 237 struct list_head *new_first = entry->next; __list_cut_position() local 242 head->next = new_first; __list_cut_position() 243 new_first->prev = head; __list_cut_position()
|
/linux-4.4.14/fs/ocfs2/ |
H A D | xattr.c | 4871 struct ocfs2_xattr_bucket *old_first, *new_first; ocfs2_mv_xattr_buckets() local 4885 new_first = ocfs2_xattr_bucket_new(inode); ocfs2_mv_xattr_buckets() 4886 if (!old_first || !new_first) { ocfs2_mv_xattr_buckets() 4932 ret = ocfs2_read_xattr_bucket(new_first, to_blk); ocfs2_mv_xattr_buckets() 4937 ret = ocfs2_xattr_bucket_journal_access(handle, new_first, ocfs2_mv_xattr_buckets() 4948 bucket_xh(new_first)->xh_num_buckets = cpu_to_le16(num_buckets); ocfs2_mv_xattr_buckets() 4949 ocfs2_xattr_bucket_journal_dirty(handle, new_first); ocfs2_mv_xattr_buckets() 4952 *first_hash = le32_to_cpu(bucket_xh(new_first)->xh_entries[0].xe_name_hash); ocfs2_mv_xattr_buckets() 4955 ocfs2_xattr_bucket_free(new_first); ocfs2_mv_xattr_buckets()
|
Completed in 195 milliseconds