Lines Matching refs:count
119 unsigned int pos, unsigned int count,
253 static inline int user_regset_copyin(unsigned int *pos, unsigned int *count, in user_regset_copyin() argument
258 if (*count == 0) 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()
273 *count -= copy; in user_regset_copyin()
279 unsigned int *count, in user_regset_copyin_ignore() argument
285 if (*count == 0) 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()
296 *count -= copy; in user_regset_copyin_ignore()