Searched refs:num_groups (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_bw.c393 int num_groups = ARRAY_SIZE(dev_priv->display.bw.max); local
408 for (i = 0; i < num_groups; i++) {
464 int num_groups = ARRAY_SIZE(dev_priv->display.bw.max); local
500 for (i = 0; i < num_groups; i++) {
508 if (i < num_groups - 1) {
574 int num_groups = ARRAY_SIZE(i915->display.bw.max); local
584 for (i = 0; i < num_groups; i++) {
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_perf.c5041 int i, num_groups = gt->perf.num_perf_groups; local
5043 for (i = 0; i < num_groups; i++) {
5062 u32 num_groups = num_perf_groups_per_gt(gt); local
5067 g = kcalloc(num_groups, sizeof(*g), GFP_KERNEL);
5075 if (index < num_groups) {
5081 gt->perf.num_perf_groups = num_groups;
/openbsd-current/gnu/usr.bin/perl/
H A Dmg.c1258 I32 num_groups = getgroups(0, gary); local
1259 if (num_groups > 0) {
1261 Newx(gary, num_groups, Groups_t);
1262 num_groups = getgroups(num_groups, gary);
1263 for (i = 0; i < num_groups; i++)

Completed in 187 milliseconds