Home
last modified time | relevance | path

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

123

/linux/tools/perf/tests/
A Dpfm.c96 int nr_groups; in test__pfm_group() member
101 .nr_groups = 0, in test__pfm_group()
106 .nr_groups = 1, in test__pfm_group()
111 .nr_groups = 1, in test__pfm_group()
116 .nr_groups = 1, in test__pfm_group()
121 .nr_groups = 2, in test__pfm_group()
126 .nr_groups = 2, in test__pfm_group()
131 .nr_groups = 0, in test__pfm_group()
137 .nr_groups = 1, in test__pfm_group()
142 .nr_groups = 0, in test__pfm_group()
[all …]
A Dbpf.c152 evlist->core.nr_groups = parse_state.nr_groups; in do_test()
A Dparse-events.c54 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->core.nr_groups); in test__checkevent_tracepoint()
67 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->core.nr_groups); in test__checkevent_tracepoint_multi()
673 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group1()
715 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group2()
770 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist->core.nr_groups); in test__group3()
862 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group4()
906 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist->core.nr_groups); in test__group5()
992 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh1()
1032 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh2()
1072 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh3()
[all …]
/linux/arch/s390/tools/
A Dgen_opcode_table.c47 int nr_groups; member
250 group = desc->group ? &desc->group[desc->nr_groups - 1] : NULL; in add_to_group()
255 desc->nr_groups++; in add_to_group()
256 desc->group = realloc(desc->group, desc->nr_groups * sizeof(*desc->group)); in add_to_group()
259 group = &desc->group[desc->nr_groups - 1]; in add_to_group()
310 for (i = 0; i < desc->nr_groups; i++) { in print_opcode_table_offsets()
/linux/drivers/pinctrl/visconti/
A Dpinctrl-common.h69 unsigned int nr_groups; member
76 .nr_groups = ARRAY_SIZE(func ## _grps), \
84 unsigned int nr_groups; member
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()
/linux/fs/udf/
A Dballoc.c58 int nr_groups = bitmap->s_nr_groups; in __load_block_bitmap() local
60 if (block_group >= nr_groups) { in __load_block_bitmap()
62 block_group, nr_groups); in __load_block_bitmap()
227 int end_goal, nr_groups, bitmap_nr, i; in udf_bitmap_new_block() local
239 nr_groups = bitmap->s_nr_groups; in udf_bitmap_new_block()
277 for (i = 0; i < (nr_groups * 2); i++) { in udf_bitmap_new_block()
279 if (block_group >= nr_groups) in udf_bitmap_new_block()
287 if (i < nr_groups) { in udf_bitmap_new_block()
302 if (i >= (nr_groups * 2)) { in udf_bitmap_new_block()
/linux/mm/
A Dpercpu.c2461 ai->nr_groups = nr_groups; in pcpu_alloc_alloc_info()
2494 v = ai->nr_groups; in pcpu_dump_alloc_info()
2616 PCPU_SETUP_BUG_ON(ai->nr_groups <= 0); in pcpu_setup_first_chunk()
2701 pcpu_nr_groups = ai->nr_groups; in pcpu_setup_first_chunk()
2863 int nr_groups = 1, nr_units = 0; in pcpu_build_alloc_info() local
2916 nr_groups = group; in pcpu_build_alloc_info()
2931 for (group = 0; group < nr_groups; group++) { in pcpu_build_alloc_info()
2955 for (group = 0; group < nr_groups; group++) in pcpu_build_alloc_info()
2963 for (group = 0; group < nr_groups; group++) { in pcpu_build_alloc_info()
3130 for (group = 0; group < ai->nr_groups; group++) in pcpu_embed_first_chunk()
[all …]
A Dpercpu-km.c112 if (ai->nr_groups != 1) { in pcpu_verify_alloc_info()
/linux/include/linux/
A Dpercpu.h82 int nr_groups; /* 0 if grouping unnecessary */ member
103 extern struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups,
A Dsh_intc.h87 unsigned int nr_groups; member
/linux/drivers/pinctrl/
A Dpinctrl-equilibrium.c618 funcs[fid].nr_groups++; in funcs_utils()
623 for (j = 0; j < funcs[fid].nr_groups; j++) in funcs_utils()
664 if (!funcs[i].nr_groups) in eqbr_build_functions()
666 funcs[i].groups = devm_kcalloc(dev, funcs[i].nr_groups, in eqbr_build_functions()
686 funcs[i].nr_groups, in eqbr_build_functions()
A Dpinctrl-equilibrium.h79 unsigned int nr_groups; member
/linux/drivers/pinctrl/renesas/
A Dcore.c968 refcnts = kcalloc(info->nr_groups, sizeof(*refcnts), GFP_KERNEL); in sh_pfc_check_info()
984 for (j = 0; j < func->nr_groups; j++) { in sh_pfc_check_info()
985 for (k = 0; k < info->nr_groups; k++) { in sh_pfc_check_info()
993 if (k == info->nr_groups) in sh_pfc_check_info()
999 for (i = 0; i < info->nr_groups; i++) { in sh_pfc_check_info()
A Dsh_pfc.h110 .nr_groups = ARRAY_SIZE(n##_groups), \
116 unsigned int nr_groups; member
295 unsigned int nr_groups; member
/linux/tools/perf/util/
A Dheader.c782 u32 nr_groups = evlist->core.nr_groups; in write_group_desc() local
786 ret = do_write(ff, &nr_groups, sizeof(nr_groups)); in write_group_desc()
2702 u32 i, nr, nr_groups; in process_group_desc() local
2711 if (do_read_u32(ff, &nr_groups)) in process_group_desc()
2714 ff->ph->env.nr_groups = nr_groups; in process_group_desc()
2715 if (!nr_groups) { in process_group_desc()
2724 for (i = 0; i < nr_groups; i++) { in process_group_desc()
2740 session->evlist->core.nr_groups = nr_groups; in process_group_desc()
2753 if (i >= nr_groups || nr > 0) { in process_group_desc()
2769 if (i != nr_groups || nr != 0) { in process_group_desc()
[all …]
A Denv.h73 int nr_groups; member
A Dpfm.c114 evlist->core.nr_groups++; in parse_libpfm_events_option()
A Dparse-events.h136 int nr_groups; member
/linux/tools/lib/perf/include/internal/
A Devlist.h19 int nr_groups; member
/linux/arch/ia64/mm/
A Ddiscontig.c231 ai->nr_groups = 0; in setup_per_cpu_areas()
242 gi = &ai->groups[ai->nr_groups++]; in setup_per_cpu_areas()
/linux/arch/powerpc/kernel/
A Dsmp.c108 unsigned int nr_groups; member
813 tg->nr_groups = thread_group_array[i + 1]; in parse_thread_groups()
815 total_threads = tg->nr_groups * tg->threads_per_group; in parse_thread_groups()
850 for (i = 0; i < tg->nr_groups; i++) { in get_cpu_thread_group_start()
/linux/drivers/pinctrl/samsung/
A Dpinctrl-samsung.h280 unsigned int nr_groups; member
/linux/drivers/base/
A Ddevres.c435 int cnt = 0, nr_groups = 0; in remove_nodes() local
448 nr_groups++; in remove_nodes()
458 if (!nr_groups) in remove_nodes()
/linux/include/net/
A Damt.h231 u32 nr_groups; member

Completed in 54 milliseconds

123