Lines Matching defs:count
108 size_t count, loff_t *data)
111 return count;
117 unsigned long total, count, max;
122 seq_puts(s, "#id count aver-clks max-clks\n");
124 count = atomic_long_read(&mcs_op_statistics[op].count);
127 seq_printf(s, "%-20s%12ld%12ld%12ld\n", id[op], count,
128 count ? total / count : 0, max);
134 const char __user *userbuf, size_t count, loff_t *data)
137 return count;
148 size_t count, loff_t *data)
152 ret = kstrtoul_from_user(userbuf, count, 0, &gru_options);
156 return count;