Lines Matching defs:count
944 uint32_t count,
954 points = kmalloc_array(count, sizeof(*points), GFP_KERNEL);
959 memset(points, 0, count * sizeof(uint64_t));
962 sizeof(uint64_t) * count)) {
967 entries = kcalloc(count, sizeof(*entries), GFP_KERNEL);
978 for (i = 0; i < count; ++i) {
1008 if (signaled_count == count ||
1021 for (i = 0; i < count; ++i)
1029 for (i = 0; i < count; ++i) {
1051 if (signaled_count == count)
1071 for (i = 0; i < count; ++i) {
1200 uint32_t count)
1204 for (i = 0; i < count; i++)