Home
last modified time | relevance | path

Searched refs:nr_groups (Results 1 - 25 of 105) sorted by relevance

12345

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dpfm.c99 evlist->nr_groups, in test__pfm_events()
115 int nr_groups; in test__pfm_group() member
120 .nr_groups = 0, in test__pfm_group()
125 .nr_groups = 1, in test__pfm_group()
130 .nr_groups = 1, in test__pfm_group()
135 .nr_groups = 0, in test__pfm_group()
140 .nr_groups = 2, in test__pfm_group()
145 .nr_groups = 2, in test__pfm_group()
150 .nr_groups = 0, in test__pfm_group()
156 .nr_groups in test__pfm_group()
[all...]
H A Dbpf.c162 evlist->nr_groups = parse_state.nr_groups; in do_test()
H A Dparse-events.c52 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint()
65 TEST_ASSERT_VAL("wrong number of groups", 0 == evlist->nr_groups); in test__checkevent_tracepoint_multi()
673 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->nr_groups); in test__group1()
715 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->nr_groups); in test__group2()
770 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist->nr_groups); in test__group3()
862 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->nr_groups); in test__group4()
906 TEST_ASSERT_VAL("wrong number of groups", 2 == evlist->nr_groups); in test__group5()
992 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->nr_groups); in test__group_gh1()
1032 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->nr_groups); in test__group_gh2()
1072 TEST_ASSERT_VAL("wrong number of groups", 1 == evlist->nr_groups); in test__group_gh3()
[all...]
/kernel/linux/linux-6.6/tools/perf/tests/
H A Dpfm.c96 int nr_groups; in test__pfm_group() member
101 .nr_groups = 0, in test__pfm_group()
106 .nr_groups = 0, in test__pfm_group()
111 .nr_groups = 0, in test__pfm_group()
116 .nr_groups = 0, in test__pfm_group()
121 .nr_groups = 0, 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 in test__pfm_group()
[all...]
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/arch/s390/tools/
H 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()
/kernel/linux/linux-6.6/arch/s390/tools/
H 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()
/kernel/linux/linux-5.10/mm/
H A Dpercpu.c2237 * @nr_groups: the number of groups
2240 * Allocate ai which is large enough for @nr_groups groups containing
2250 struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups, in pcpu_alloc_alloc_info() argument
2258 base_size = ALIGN(struct_size(ai, groups, nr_groups), in pcpu_alloc_alloc_info()
2273 ai->nr_groups = nr_groups; in pcpu_alloc_alloc_info()
2306 v = ai->nr_groups; in pcpu_dump_alloc_info()
2323 for (group = 0; group < ai->nr_groups; group++) { in pcpu_dump_alloc_info()
2384 * @ai->nr_groups and @ai->groups describe virtual memory layout of
2387 * groupings. If @ai->nr_groups i
2673 int nr_groups = 1, nr_units = 0; pcpu_build_alloc_info() local
[all...]
H A Dpercpu-km.c107 if (ai->nr_groups != 1) { in pcpu_verify_alloc_info()
/kernel/linux/linux-5.10/fs/udf/
H A Dballoc.c81 int nr_groups = bitmap->s_nr_groups; in __load_block_bitmap() local
83 if (block_group >= nr_groups) { in __load_block_bitmap()
84 udf_debug("block_group (%u) > nr_groups (%d)\n", 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 * in udf_bitmap_new_block()
[all...]
/kernel/linux/linux-6.6/fs/udf/
H A Dballoc.c77 int nr_groups = bitmap->s_nr_groups; in __load_block_bitmap() local
79 if (block_group >= nr_groups) { in __load_block_bitmap()
80 udf_debug("block_group (%u) > nr_groups (%d)\n", in __load_block_bitmap()
81 block_group, nr_groups); in __load_block_bitmap()
246 int end_goal, nr_groups, bitmap_nr, i; in udf_bitmap_new_block() local
258 nr_groups = bitmap->s_nr_groups; in udf_bitmap_new_block()
296 for (i = 0; i < (nr_groups * 2); i++) { in udf_bitmap_new_block()
298 if (block_group >= nr_groups) in udf_bitmap_new_block()
306 if (i < nr_groups) { in udf_bitmap_new_block()
321 if (i >= (nr_groups * in udf_bitmap_new_block()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dpercpu.c2417 * @nr_groups: the number of groups
2420 * Allocate ai which is large enough for @nr_groups groups containing
2430 struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups, in pcpu_alloc_alloc_info() argument
2438 base_size = ALIGN(struct_size(ai, groups, nr_groups), in pcpu_alloc_alloc_info()
2453 ai->nr_groups = nr_groups; in pcpu_alloc_alloc_info()
2486 v = ai->nr_groups; in pcpu_dump_alloc_info()
2503 for (group = 0; group < ai->nr_groups; group++) { in pcpu_dump_alloc_info()
2564 * @ai->nr_groups and @ai->groups describe virtual memory layout of
2567 * groupings. If @ai->nr_groups i
2846 int nr_groups = 1, nr_units = 0; pcpu_build_alloc_info() local
[all...]
H A Dpercpu-km.c112 if (ai->nr_groups != 1) { in pcpu_verify_alloc_info()
/kernel/linux/linux-5.10/include/linux/
H A Dpercpu.h83 int nr_groups; /* 0 if grouping unnecessary */ member
104 extern struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups,
H A Dsh_intc.h87 unsigned int nr_groups; member
/kernel/linux/linux-6.6/include/linux/
H A Dpercpu.h88 int nr_groups; /* 0 if grouping unnecessary */ member
106 extern struct pcpu_alloc_info * __init pcpu_alloc_alloc_info(int nr_groups,
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dsmp.c105 unsigned int nr_groups; member
803 tg->nr_groups = thread_group_array[1]; in parse_thread_groups()
806 tg->nr_groups < 1 || in parse_thread_groups()
810 total_threads = tg->nr_groups * tg->threads_per_group; in parse_thread_groups()
845 for (i = 0; i < tg->nr_groups; i++) { in get_cpu_thread_group_start()
864 .nr_groups = 0, in init_cpu_l1_cache_map()
/kernel/linux/linux-5.10/drivers/pinctrl/
H A Dpinctrl-equilibrium.c618 funcs[fid].nr_groups++; in funcs_utils()
623 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()
H A Dpinctrl-equilibrium.h74 * @nr_groups: number of groups included in @groups.
79 unsigned int nr_groups; member
/kernel/linux/linux-6.6/drivers/pinctrl/
H A Dpinctrl-equilibrium.c623 funcs[fid].nr_groups++; in funcs_utils()
628 for (j = 0; j < funcs[fid].nr_groups; j++) in funcs_utils()
669 if (!funcs[i].nr_groups) in eqbr_build_functions()
671 funcs[i].groups = devm_kcalloc(dev, funcs[i].nr_groups, in eqbr_build_functions()
691 funcs[i].nr_groups, in eqbr_build_functions()
H A Dpinctrl-equilibrium.h74 * @nr_groups: number of groups included in @groups.
79 unsigned int nr_groups; member
/kernel/linux/linux-5.10/tools/perf/util/
H A Denv.h60 int nr_groups; member

Completed in 27 milliseconds

12345