Lines Matching refs:count
71 const char *buf, size_t count) in uevent_helper_store() argument
73 if (count+1 > UEVENT_HELPER_PATH_LEN) in uevent_helper_store()
75 memcpy(uevent_helper, buf, count); in uevent_helper_store()
76 uevent_helper[count] = '\0'; in uevent_helper_store()
77 if (count && uevent_helper[count-1] == '\n') in uevent_helper_store()
78 uevent_helper[count-1] = '\0'; in uevent_helper_store()
79 return count; in uevent_helper_store()
92 const char *buf, size_t count) in profiling_store() argument
117 return count; in profiling_store()
150 const char *buf, size_t count) in kexec_crash_size_store() argument
159 return ret < 0 ? ret : count; in kexec_crash_size_store()
208 const char *buf, size_t count) in rcu_expedited_store() argument
213 return count; in rcu_expedited_store()
225 const char *buf, size_t count) in rcu_normal_store() argument
230 return count; in rcu_normal_store()