Home
last modified time | relevance | path

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

/include/linux/
Dregset.h256 const int start_pos, const int end_pos) in user_regset_copyin() argument
261 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin()
262 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin()
263 : min(*count, end_pos - *pos)); in user_regset_copyin()
283 const int end_pos) in user_regset_copyin_ignore() argument
288 if (end_pos < 0 || *pos < end_pos) { in user_regset_copyin_ignore()
289 unsigned int copy = (end_pos < 0 ? *count in user_regset_copyin_ignore()
290 : min(*count, end_pos - *pos)); in user_regset_copyin_ignore()
Dbpf_verifier.h620 u64 end_pos; member
/include/trace/events/
Df2fs.h958 TP_PROTO(struct inode *dir, loff_t start_pos, loff_t end_pos, int err),
960 TP_ARGS(dir, start_pos, end_pos, err),
974 __entry->end = end_pos;