Lines Matching refs:count
46 const char *buf, size_t count) in uevent_helper_store() argument
48 if (count+1 > UEVENT_HELPER_PATH_LEN) in uevent_helper_store()
50 memcpy(uevent_helper, buf, count); in uevent_helper_store()
51 uevent_helper[count] = '\0'; in uevent_helper_store()
52 if (count && uevent_helper[count-1] == '\n') in uevent_helper_store()
53 uevent_helper[count-1] = '\0'; in uevent_helper_store()
54 return count; in uevent_helper_store()
67 const char *buf, size_t count) in profiling_store() argument
85 return count; in profiling_store()
117 const char *buf, size_t count) in kexec_crash_size_store() argument
126 return ret < 0 ? ret : count; in kexec_crash_size_store()
162 const char *buf, size_t count) in rcu_expedited_store() argument
167 return count; in rcu_expedited_store()
179 const char *buf, size_t count) in rcu_normal_store() argument
184 return count; in rcu_normal_store()
198 char *buf, loff_t off, size_t count) in notes_read() argument
200 memcpy(buf, &__start_notes + off, count); in notes_read()
201 return count; in notes_read()