Lines Matching refs:count
151 ssize_t count = 0; in mem_sleep_show() local
161 count += sysfs_emit_at(buf, count, "[%s] ", label); in mem_sleep_show()
163 count += sysfs_emit_at(buf, count, "%s ", label); in mem_sleep_show()
168 if (count > 0) in mem_sleep_show()
169 buf[count - 1] = '\n'; in mem_sleep_show()
171 return count; in mem_sleep_show()
269 ssize_t count = 0; in pm_test_show() local
275 count += sysfs_emit_at(buf, count, "[%s] ", pm_tests[level]); in pm_test_show()
277 count += sysfs_emit_at(buf, count, "%s ", pm_tests[level]); in pm_test_show()
281 if (count > 0) in pm_test_show()
282 buf[count - 1] = '\n'; in pm_test_show()
284 return count; in pm_test_show()
684 ssize_t count = 0; in state_show() local
690 count += sysfs_emit_at(buf, count, "%s ", pm_states[i]); in state_show()
694 count += sysfs_emit_at(buf, count, "disk "); in state_show()
697 if (count > 0) in state_show()
698 buf[count - 1] = '\n'; in state_show()
700 return count; in state_show()