Lines Matching refs:count
47 const char *buf, size_t count) in uevent_helper_store() argument
49 if (count+1 > UEVENT_HELPER_PATH_LEN) in uevent_helper_store()
51 memcpy(uevent_helper, buf, count); in uevent_helper_store()
52 uevent_helper[count] = '\0'; in uevent_helper_store()
53 if (count && uevent_helper[count-1] == '\n') in uevent_helper_store()
54 uevent_helper[count-1] = '\0'; in uevent_helper_store()
55 return count; in uevent_helper_store()
68 const char *buf, size_t count) in profiling_store() argument
86 return count; in profiling_store()
113 const char *buf, size_t count) in kexec_crash_size_store() argument
122 return ret < 0 ? ret : count; in kexec_crash_size_store()
158 const char *buf, size_t count) in rcu_expedited_store() argument
163 return count; in rcu_expedited_store()
175 const char *buf, size_t count) in rcu_normal_store() argument
180 return count; in rcu_normal_store()
194 char *buf, loff_t off, size_t count) in notes_read() argument
196 memcpy(buf, &__start_notes + off, count); in notes_read()
197 return count; in notes_read()