Searched refs:new_last (Results 1 - 6 of 6) sorted by relevance

/linux-master/lib/
H A Dllist.c21 * @new_last: last entry in batch to be added
26 bool llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, argument
32 new_last->next = first;
/linux-master/include/linux/
H A Dllist.h227 struct llist_node *new_last,
231 struct llist_node *new_last,
234 new_last->next = head->first;
236 return new_last->next == NULL;
230 __llist_add_batch(struct llist_node *new_first, struct llist_node *new_last, struct llist_head *head) argument
/linux-master/fs/ntfs3/
H A Dbitmap.c1341 u32 b0, new_last; local
1351 new_last = new_bits & (wbits - 1);
1352 if (!new_last)
1353 new_last = wbits;
1378 wbits = new_last;
1409 wnd->bits_last = new_last;
/linux-master/fs/
H A Dnamei.c4926 struct qstr old_last, new_last; local
4949 error = filename_parentat(newdfd, to, lookup_flags, &new_path, &new_last,
4987 new_dentry = lookup_one_qstr_excl(&new_last, new_path.dentry,
5002 if (new_last.name[new_last.len])
5011 if (!(flags & RENAME_EXCHANGE) && new_last.name[new_last.len])
/linux-master/fs/smb/server/
H A Dvfs.c689 struct qstr new_last; local
708 &new_path, &new_last, &new_type,
745 new_dentry = lookup_one_qstr_excl(&new_last, new_path.dentry,
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1115 svm_range_split_tail(struct svm_range *prange, uint64_t new_last, argument
1119 int r = svm_range_split(prange, prange->start, new_last, &tail);
1123 if (!IS_ALIGNED(new_last + 1, 1UL << prange->granularity))

Completed in 164 milliseconds