Home
last modified time | relevance | path

Searched refs:end_pos (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dregset.h223 const int start_pos, const int end_pos) in user_regset_copyout() argument
228 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyout()
229 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyout()
230 : min(*count, end_pos - *pos)); in user_regset_copyout()
248 const int start_pos, const int end_pos) in user_regset_copyin() argument
253 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin()
254 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin()
255 : min(*count, end_pos - *pos)); in user_regset_copyin()
278 const int end_pos) in user_regset_copyout_zero() argument
283 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyout_zero()
[all …]
/include/trace/events/
Df2fs.h752 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err),
754 TP_ARGS(dir, start_pos, end_pos, err),
768 __entry->end = end_pos;