Lines Matching defs:count
126 pr_err("process over total count");
152 unsigned int __user *count = argp;
162 put_user(process_count, count);
167 struct ucollection_process_thread_count __user *count)
181 put_user(thread_count, &count->thread_count);
189 struct ucollection_process_thread_count __user *count = argp;
190 if (count == NULL) {
195 (void)copy_from_user(&kcount, count, sizeof(struct ucollection_process_thread_count));
196 return read_thread_count_locked(&kcount, count);
202 struct ucollection_process_thread_count __user *count = argp;
203 if (count == NULL) {
208 (void)copy_from_user(&kcount, count, sizeof(struct ucollection_process_thread_count));
213 return read_thread_count_locked(&kcount, count);
230 pr_err("thread over total count");
252 pr_err("pid=%d is not self current tgid:%d , or current count over total count"
270 pr_err("pid=%d is not self current:%d , or current count over total count"
290 pr_err("current count over total count");