Lines Matching refs:count
148 const char *buf, size_t count, in triple_flag_store() argument
154 min(sizeof("defer")-1, count))) { in triple_flag_store()
161 min(sizeof("always")-1, count))) { in triple_flag_store()
166 min(sizeof("madvise")-1, count))) { in triple_flag_store()
171 min(sizeof("never")-1, count))) { in triple_flag_store()
178 return count; in triple_flag_store()
194 const char *buf, size_t count) in enabled_store() argument
198 ret = triple_flag_store(kobj, attr, buf, count, in enabled_store()
224 const char *buf, size_t count, in single_hugepage_flag_store() argument
241 return count; in single_hugepage_flag_store()
264 const char *buf, size_t count) in defrag_store() argument
266 return triple_flag_store(kobj, attr, buf, count, in defrag_store()
281 struct kobj_attribute *attr, const char *buf, size_t count) in use_zero_page_store() argument
283 return single_hugepage_flag_store(kobj, attr, buf, count, in use_zero_page_store()
297 const char *buf, size_t count) in debug_cow_store() argument
299 return single_hugepage_flag_store(kobj, attr, buf, count, in debug_cow_store()
2098 int count, mapcount, extra_pins, ret; in split_huge_page_to_list() local
2176 count = page_count(head); in split_huge_page_to_list()
2191 mapcount, count); in split_huge_page_to_list()