Lines Matching refs:count
49 const char *buf, size_t count) in uevent_helper_store() argument
51 if (count+1 > UEVENT_HELPER_PATH_LEN) in uevent_helper_store()
53 memcpy(uevent_helper, buf, count); in uevent_helper_store()
54 uevent_helper[count] = '\0'; in uevent_helper_store()
55 if (count && uevent_helper[count-1] == '\n') in uevent_helper_store()
56 uevent_helper[count-1] = '\0'; in uevent_helper_store()
57 return count; in uevent_helper_store()
70 const char *buf, size_t count) in profiling_store() argument
88 return count; in profiling_store()
115 const char *buf, size_t count) in kexec_crash_size_store() argument
124 return ret < 0 ? ret : count; in kexec_crash_size_store()
155 const char *buf, size_t count) in rcu_expedited_store() argument
160 return count; in rcu_expedited_store()
173 char *buf, loff_t off, size_t count) in notes_read() argument
175 memcpy(buf, &__start_notes + off, count); in notes_read()
176 return count; in notes_read()