Home
last modified time | relevance | path

Searched refs:nr_groups (Results 1 – 25 of 42) sorted by relevance

12

/linux/tools/perf/tests/
H A Dpfm.c97 int nr_groups; in test__pfm_group() member
102 .nr_groups = 0, in test__pfm_group()
107 .nr_groups = 0, in test__pfm_group()
112 .nr_groups = 0, in test__pfm_group()
117 .nr_groups = 0, in test__pfm_group()
122 .nr_groups = 0, in test__pfm_group()
127 .nr_groups = 2, in test__pfm_group()
132 .nr_groups = 0, in test__pfm_group()
138 .nr_groups = 1, in test__pfm_group()
143 .nr_groups in test__pfm_group()
[all...]
/linux/drivers/pinctrl/visconti/
H A Dpinctrl-common.h69 unsigned int nr_groups; member
76 .nr_groups = ARRAY_SIZE(func ## _grps), \
84 unsigned int nr_groups; member
H A Dpinctrl-common.c159 return priv->devdata->nr_groups; in visconti_get_groups_count()
215 *num_groups = priv->devdata->functions[selector].nr_groups; in visconti_get_function_groups()
H A Dpinctrl-tmpv7700.c326 .nr_groups = ARRAY_SIZE(groups_tmpv7700),
/linux/arch/s390/tools/
H A Dgen_opcode_table.c47 int nr_groups; member
265 group = desc->group ? &desc->group[desc->nr_groups - 1] : NULL; in add_to_group()
270 desc->nr_groups++; in add_to_group()
271 desc->group = realloc(desc->group, desc->nr_groups * sizeof(*desc->group)); in add_to_group()
274 group = &desc->group[desc->nr_groups - 1]; in add_to_group()
325 for (i = 0; i < desc->nr_groups; i++) { in print_opcode_table_offsets()
/linux/fs/udf/
H A Dballoc.c82 int nr_groups = bitmap->s_nr_groups; in load_block_bitmap() local
84 if (block_group >= nr_groups) { in load_block_bitmap()
86 block_group, nr_groups); in load_block_bitmap()
231 int end_goal, nr_groups, bitmap_nr, i; in udf_bitmap_new_block() local
243 nr_groups = bitmap->s_nr_groups; in udf_bitmap_new_block()
281 for (i = 0; i < (nr_groups * 2); i++) { in udf_bitmap_new_block()
283 if (block_group >= nr_groups) in udf_bitmap_new_block()
291 if (i < nr_groups) { in udf_bitmap_new_block()
306 if (i >= (nr_groups * 2)) { in udf_bitmap_new_block()
H A Dsuper.c338 int nr_groups = bitmap->s_nr_groups; in udf_sb_free_bitmap() local
340 for (i = 0; i < nr_groups; i++) in udf_sb_free_bitmap()
1050 int nr_groups = udf_compute_nr_groups(sb, index); in udf_sb_alloc_bitmap() local
1052 bitmap = kvzalloc_flex(*bitmap, s_block_bitmap, nr_groups); in udf_sb_alloc_bitmap()
1056 bitmap->s_nr_groups = nr_groups; in udf_sb_alloc_bitmap()
/linux/fs/xfs/libxfs/
H A Dxfs_rtgroup.h369 uint32_t nr_groups) in xfs_rtgs_to_rfsbs() argument
371 return xfs_groups_to_rfsbs(mp, nr_groups, XG_TYPE_RTG); in xfs_rtgs_to_rfsbs()
/linux/include/linux/
H A Dsh_intc.h87 unsigned int nr_groups; member
/linux/tools/lib/perf/
H A Devlist.c819 int nr_groups = 0; in perf_evlist__nr_groups() local
828 nr_groups++; in perf_evlist__nr_groups()
830 return nr_groups; in perf_evlist__nr_groups()
/linux/tools/perf/util/
H A Denv.h99 int nr_groups;
100 int nr_groups; global() member
H A Dheader.c878 * u32 nr_groups; in strcmp_cpuid_str()
883 * }[nr_groups]; in strcmp_cpuid_str()
889 u32 nr_groups = evlist__nr_groups(evlist); in strcmp_cpuid_str()
893 ret = do_write(ff, &nr_groups, sizeof(nr_groups));
3322 u32 i, nr, nr_groups; in process_dir_format()
3331 if (do_read_u32(ff, &nr_groups)) in process_dir_format()
3334 if (!nr_groups) { in process_bpf_prog_info()
3339 if (nr_groups > MAX_GROUP_DESC) { in process_bpf_prog_info()
3340 pr_err("Invalid HEADER_GROUP_DESC: nr_groups ( in process_bpf_prog_info()
804 u32 nr_groups = evlist__nr_groups(evlist); write_group_desc() local
3007 u32 i, nr, nr_groups; process_group_desc() local
[all...]
/linux/drivers/pinctrl/samsung/
H A Dpinctrl-samsung.h331 unsigned int nr_groups; member
H A Dpinctrl-samsung.c53 return pmx->nr_groups; in samsung_get_group_count()
911 drvdata->nr_groups = grp_cnt; in samsung_pinctrl_parse_dt()
/linux/drivers/pinctrl/renesas/
H A Dsh_pfc.h88 .nr_groups = ARRAY_SIZE(n##_groups), \
94 unsigned int nr_groups; member
274 unsigned int nr_groups; member
H A Dpfc-emev2.c1657 .nr_groups = ARRAY_SIZE(pinmux_groups),
H A Dpfc-r8a7791.c6897 .nr_groups = ARRAY_SIZE(pinmux_groups.common),
6920 .nr_groups = ARRAY_SIZE(pinmux_groups.common),
6943 .nr_groups = ARRAY_SIZE(pinmux_groups.common) +
6968 .nr_groups = ARRAY_SIZE(pinmux_groups.common) +
H A Dpfc-r8a779f0.c2091 .nr_groups = ARRAY_SIZE(pinmux_groups),
H A Dpfc-r8a7796.c6103 .nr_groups = ARRAY_SIZE(pinmux_groups.common),
6128 .nr_groups = ARRAY_SIZE(pinmux_groups.common) +
6155 .nr_groups = ARRAY_SIZE(pinmux_groups.common) +
H A Dpfc-r8a7794.c5850 .nr_groups = ARRAY_SIZE(pinmux_groups),
5873 .nr_groups = ARRAY_SIZE(pinmux_groups),
/linux/drivers/hwtracing/coresight/
H A Dcoresight-cti-sysfs.c1130 int nr_groups; in cti_create_cons_groups() local
1133 nr_groups = ctidev->nr_trig_con + CORESIGHT_CTI_STATIC_GROUPS_MAX; in cti_create_cons_groups()
1134 ctidev->con_groups = devm_kcalloc(dev, nr_groups, in cti_create_cons_groups()
/linux/drivers/sh/intc/
H A Dhandle.c24 for (i = 0; g && enum_id && i < desc->hw.nr_groups; i++) { in intc_grp_id()
/linux/include/uapi/linux/
H A Dfuse.h1244 uint32_t nr_groups; member
/linux/drivers/net/
H A Damt.c264 gnode->tunnel_list->nr_groups--; in amt_del_group()
475 if (tunnel->nr_groups >= amt->max_groups) in amt_add_group()
497 tunnel->nr_groups++; in amt_add_group()
/linux/drivers/md/
H A Dmd.c699 int nr_groups = 0; in md_bitmap_sysfs_del() local
701 for (nr_groups = 0; mddev->bitmap_ops->groups[nr_groups]; nr_groups++) in md_bitmap_sysfs_del()
704 while (--nr_groups >= 1) in md_bitmap_sysfs_del()
706 mddev->bitmap_ops->groups[nr_groups]); in md_bitmap_sysfs_del()

12