Searched refs:new_first (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/lib/ |
D | llist.c | 38 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, in llist_add_batch() argument 45 } while (cmpxchg(&head->first, first, new_first) != first); in llist_add_batch()
|
/linux-4.1.27/include/linux/ |
D | llist.h | 168 extern bool llist_add_batch(struct llist_node *new_first,
|
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()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | mkregtable.c | 239 struct list_head *new_first = entry->next; in __list_cut_position() local 244 head->next = new_first; in __list_cut_position() 245 new_first->prev = head; in __list_cut_position()
|
/linux-4.1.27/drivers/net/ethernet/freescale/ |
D | gianfar_ethtool.c | 1472 u32 old_first, old_last, new_first, new_last; in gfar_sort_mask_table() local 1492 new_first = mask_table[start].start + 1; in gfar_sort_mask_table() 1495 gfar_swap_bits(&temp_table->fe[new_first], in gfar_sort_mask_table()
|
/linux-4.1.27/fs/ocfs2/ |
D | xattr.c | 4879 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()
|