/linux-6.3-rc2/tools/perf/tests/ |
A D | pfm.c | 96 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 D | bpf.c | 156 evlist->core.nr_groups = parse_state.nr_groups; in do_test()
|
A D | parse-events.c | 56 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->core.nr_groups); in test__checkevent_tracepoint() 69 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->core.nr_groups); in test__checkevent_tracepoint_multi() 680 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group1() 722 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group2() 778 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist->core.nr_groups); in test__group3() 871 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group4() 915 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist->core.nr_groups); in test__group5() 1001 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh1() 1041 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh2() 1081 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->core.nr_groups); in test__group_gh3() [all …]
|
/linux-6.3-rc2/drivers/pinctrl/visconti/ |
A D | pinctrl-common.h | 69 unsigned int nr_groups; member 76 .nr_groups = ARRAY_SIZE(func ## _grps), \ 84 unsigned int nr_groups; member
|
A D | pinctrl-common.c | 159 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-6.3-rc2/arch/s390/tools/ |
A D | gen_opcode_table.c | 47 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-6.3-rc2/fs/udf/ |
A D | balloc.c | 81 int nr_groups = bitmap->s_nr_groups; in __load_block_bitmap() local 83 if (block_group >= nr_groups) { in __load_block_bitmap() 85 block_group, nr_groups); in __load_block_bitmap() 250 int end_goal, nr_groups, bitmap_nr, i; in udf_bitmap_new_block() local 262 nr_groups = bitmap->s_nr_groups; in udf_bitmap_new_block() 300 for (i = 0; i < (nr_groups * 2); i++) { in udf_bitmap_new_block() 302 if (block_group >= nr_groups) in udf_bitmap_new_block() 310 if (i < nr_groups) { in udf_bitmap_new_block() 325 if (i >= (nr_groups * 2)) { in udf_bitmap_new_block()
|
/linux-6.3-rc2/mm/ |
A D | percpu.c | 2451 ai->nr_groups = nr_groups; in pcpu_alloc_alloc_info() 2484 v = ai->nr_groups; in pcpu_dump_alloc_info() 2606 PCPU_SETUP_BUG_ON(ai->nr_groups <= 0); in pcpu_setup_first_chunk() 2691 pcpu_nr_groups = ai->nr_groups; in pcpu_setup_first_chunk() 2853 int nr_groups = 1, nr_units = 0; in pcpu_build_alloc_info() local 2906 nr_groups = group; in pcpu_build_alloc_info() 2921 for (group = 0; group < nr_groups; group++) { in pcpu_build_alloc_info() 2945 for (group = 0; group < nr_groups; group++) in pcpu_build_alloc_info() 2953 for (group = 0; group < nr_groups; group++) { in pcpu_build_alloc_info() 3154 for (group = 0; group < ai->nr_groups; group++) in pcpu_embed_first_chunk() [all …]
|
A D | percpu-km.c | 112 if (ai->nr_groups != 1) { in pcpu_verify_alloc_info()
|
/linux-6.3-rc2/include/linux/ |
A D | percpu.h | 81 int nr_groups; /* 0 if grouping unnecessary */ member 99 extern struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups,
|
A D | sh_intc.h | 87 unsigned int nr_groups; member
|
/linux-6.3-rc2/drivers/pinctrl/ |
A D | pinctrl-equilibrium.h | 79 unsigned int nr_groups; member
|
A D | pinctrl-equilibrium.c | 617 funcs[fid].nr_groups++; in funcs_utils() 622 for (j = 0; j < funcs[fid].nr_groups; j++) in funcs_utils() 663 if (!funcs[i].nr_groups) in eqbr_build_functions() 665 funcs[i].groups = devm_kcalloc(dev, funcs[i].nr_groups, in eqbr_build_functions() 685 funcs[i].nr_groups, in eqbr_build_functions()
|
/linux-6.3-rc2/tools/lib/perf/include/internal/ |
A D | evlist.h | 20 int nr_groups; member
|
/linux-6.3-rc2/tools/perf/util/ |
A D | env.h | 74 int nr_groups; member
|
A D | header.c | 789 u32 nr_groups = evlist->core.nr_groups; in write_group_desc() local 793 ret = do_write(ff, &nr_groups, sizeof(nr_groups)); in write_group_desc() 2772 u32 i, nr, nr_groups; in process_group_desc() local 2781 if (do_read_u32(ff, &nr_groups)) in process_group_desc() 2784 ff->ph->env.nr_groups = nr_groups; in process_group_desc() 2785 if (!nr_groups) { in process_group_desc() 2794 for (i = 0; i < nr_groups; i++) { in process_group_desc() 2810 session->evlist->core.nr_groups = nr_groups; in process_group_desc() 2823 if (i >= nr_groups || nr > 0) { in process_group_desc() 2839 if (i != nr_groups || nr != 0) { in process_group_desc() [all …]
|
A D | parse-events.h | 125 int nr_groups; member
|
A D | pfm.c | 115 evlist->core.nr_groups++; in parse_libpfm_events_option()
|
/linux-6.3-rc2/arch/ia64/mm/ |
A D | discontig.c | 231 ai->nr_groups = 0; in setup_per_cpu_areas() 242 gi = &ai->groups[ai->nr_groups++]; in setup_per_cpu_areas()
|
/linux-6.3-rc2/drivers/pinctrl/samsung/ |
A D | pinctrl-samsung.h | 288 unsigned int nr_groups; member
|
/linux-6.3-rc2/arch/powerpc/kernel/ |
A D | smp.c | 107 unsigned int nr_groups; member 840 tg->nr_groups = thread_group_array[i + 1]; in parse_thread_groups() 842 total_threads = tg->nr_groups * tg->threads_per_group; in parse_thread_groups() 877 for (i = 0; i < tg->nr_groups; i++) { in get_cpu_thread_group_start()
|
/linux-6.3-rc2/drivers/pinctrl/renesas/ |
A D | core.c | 1142 refcnts = kcalloc(info->nr_groups, sizeof(*refcnts), GFP_KERNEL); in sh_pfc_check_info() 1158 for (j = 0; j < func->nr_groups; j++) { in sh_pfc_check_info() 1159 for (k = 0; k < info->nr_groups; k++) { in sh_pfc_check_info() 1167 if (k == info->nr_groups) in sh_pfc_check_info() 1173 for (i = 0; i < info->nr_groups; i++) { in sh_pfc_check_info()
|
A D | sh_pfc.h | 91 .nr_groups = ARRAY_SIZE(n##_groups), \ 97 unsigned int nr_groups; member 277 unsigned int nr_groups; member
|
/linux-6.3-rc2/drivers/base/ |
A D | devres.c | 440 int cnt = 0, nr_groups = 0; in remove_nodes() local 453 nr_groups++; in remove_nodes() 463 if (!nr_groups) in remove_nodes()
|
/linux-6.3-rc2/include/net/ |
A D | amt.h | 243 u32 nr_groups; member
|