Home
last modified time | relevance | path

Searched refs:group_index (Results 1 - 25 of 27) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/scsi/isci/
H A Dremote_node_table.c106 * @group_index: This is the bit index in the table to be modified.
114 u32 group_index) in sci_remote_node_table_clear_group_index()
121 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32)); in sci_remote_node_table_clear_group_index()
123 dword_index = group_index / 32; in sci_remote_node_table_clear_group_index()
124 bit_index = group_index % 32; in sci_remote_node_table_clear_group_index()
136 * @group_index: This is the bit position in the table to be modified.
144 u32 group_index) in sci_remote_node_table_set_group_index()
151 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32)); in sci_remote_node_table_set_group_index()
153 dword_index = group_index / 32; in sci_remote_node_table_set_group_index()
154 bit_index = group_index in sci_remote_node_table_set_group_index()
111 sci_remote_node_table_clear_group_index( struct sci_remote_node_table *remote_node_table, u32 group_table_index, u32 group_index) sci_remote_node_table_clear_group_index() argument
141 sci_remote_node_table_set_group_index( struct sci_remote_node_table *remote_node_table, u32 group_table_index, u32 group_index) sci_remote_node_table_set_group_index() argument
234 sci_remote_node_table_clear_group( struct sci_remote_node_table *remote_node_table, u32 group_index) sci_remote_node_table_clear_group() argument
261 sci_remote_node_table_set_group( struct sci_remote_node_table *remote_node_table, u32 group_index) sci_remote_node_table_set_group() argument
291 sci_remote_node_table_get_group_value( struct sci_remote_node_table *remote_node_table, u32 group_index) sci_remote_node_table_get_group_value() argument
388 u32 group_index; sci_remote_node_table_allocate_single_remote_node() local
443 u32 group_index; sci_remote_node_table_allocate_triple_remote_node() local
518 u32 group_index; sci_remote_node_table_release_single_remote_node() local
564 u32 group_index; sci_remote_node_table_release_triple_remote_node() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/isci/
H A Dremote_node_table.c104 * @group_index: This is the bit index in the table to be modified.
112 u32 group_index) in sci_remote_node_table_clear_group_index()
119 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32)); in sci_remote_node_table_clear_group_index()
121 dword_index = group_index / 32; in sci_remote_node_table_clear_group_index()
122 bit_index = group_index % 32; in sci_remote_node_table_clear_group_index()
134 * @group_index: This is the bit position in the table to be modified.
142 u32 group_index) in sci_remote_node_table_set_group_index()
149 BUG_ON(group_index >= (u32)(remote_node_table->group_array_size * 32)); in sci_remote_node_table_set_group_index()
151 dword_index = group_index / 32; in sci_remote_node_table_set_group_index()
152 bit_index = group_index in sci_remote_node_table_set_group_index()
109 sci_remote_node_table_clear_group_index( struct sci_remote_node_table *remote_node_table, u32 group_table_index, u32 group_index) sci_remote_node_table_clear_group_index() argument
139 sci_remote_node_table_set_group_index( struct sci_remote_node_table *remote_node_table, u32 group_table_index, u32 group_index) sci_remote_node_table_set_group_index() argument
232 sci_remote_node_table_clear_group( struct sci_remote_node_table *remote_node_table, u32 group_index) sci_remote_node_table_clear_group() argument
258 sci_remote_node_table_set_group( struct sci_remote_node_table *remote_node_table, u32 group_index) sci_remote_node_table_set_group() argument
288 sci_remote_node_table_get_group_value( struct sci_remote_node_table *remote_node_table, u32 group_index) sci_remote_node_table_get_group_value() argument
385 u32 group_index; sci_remote_node_table_allocate_single_remote_node() local
440 u32 group_index; sci_remote_node_table_allocate_triple_remote_node() local
516 u32 group_index; sci_remote_node_table_release_single_remote_node() local
563 u32 group_index; sci_remote_node_table_release_triple_remote_node() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h118 int group_index,
123 int group_index,
H A Ddcn10_hw_sequencer.c2198 int group_index, in dcn10_enable_vblanks_synchronization()
2261 int group_index, in dcn10_enable_timing_synchronization()
2196 dcn10_enable_vblanks_synchronization( struct dc *dc, int group_index, int group_size, struct pipe_ctx *grouped_pipes[]) dcn10_enable_vblanks_synchronization() argument
2259 dcn10_enable_timing_synchronization( struct dc *dc, int group_index, int group_size, struct pipe_ctx *grouped_pipes[]) dcn10_enable_timing_synchronization() argument
/kernel/linux/linux-6.6/drivers/pinctrl/freescale/
H A Dpinctrl-imx.h80 unsigned int group_index; member
H A Dpinctrl-imx.c624 ipctl->group_index++, grp); in imx_pinctrl_parse_functions()
699 ipctl->group_index = 0; in imx_pinctrl_probe_dt()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h186 __field(u32, group_index)
204 __entry->group_index = __entry->fg->id;
242 TP_printk("op=%s fte=%p fg=%p index=%u group_index=%u action=<%s> flow_tag=%x %s\n",
245 __entry->group_index, __print_flags(__entry->action, "|",
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/diag/
H A Dfs_tracepoint.h186 __field(u32, group_index)
204 __entry->group_index = __entry->fg->id;
242 TP_printk("op=%s fte=%p fg=%p index=%u group_index=%u action=<%s> flow_tag=%x %s\n",
245 __entry->group_index, __print_flags(__entry->action, "|",
/kernel/linux/linux-5.10/drivers/pinctrl/freescale/
H A Dpinctrl-imx.h89 unsigned int group_index; member
H A Dpinctrl-imx.c683 ipctl->group_index++, grp); in imx_pinctrl_parse_functions()
758 ipctl->group_index = 0; in imx_pinctrl_probe_dt()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h242 int group_index, int group_size,
245 int group_index, int group_size,
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_ump_client.c217 static int seq_ump_group_init(struct seq_ump_client *client, int group_index) in seq_ump_group_init() argument
219 struct seq_ump_group *group = &client->groups[group_index]; in seq_ump_group_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h107 int group_index, int group_size,
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer.h123 int group_index,
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h376 u32 group_index; member
395 u32 group_index; member
H A Dhinic_port.c610 indir_tbl->group_index = cpu_to_be32(tmpl_idx); in hinic_rss_set_indir_tbl()
720 ctx_tbl->group_index = cpu_to_be32(tmpl_idx); in hinic_set_rss_type()
/kernel/linux/linux-6.6/drivers/net/ethernet/huawei/hinic/
H A Dhinic_port.h387 u32 group_index; member
406 u32 group_index; member
H A Dhinic_port.c625 indir_tbl->group_index = cpu_to_be32(tmpl_idx); in hinic_rss_set_indir_tbl()
735 ctx_tbl->group_index = cpu_to_be32(tmpl_idx); in hinic_set_rss_type()
/kernel/linux/linux-5.10/include/linux/
H A Dperf_event.h645 u64 group_index; member
/kernel/linux/linux-6.6/kernel/events/
H A Dcore.c1535 event->group_index = 0; in init_event_group()
1623 if (left_group_index < right->group_index) in perf_event_groups_cmp()
1625 if (left_group_index > right->group_index) in perf_event_groups_cmp()
1638 e->group_index, __node_2_pe(b)) < 0; in __group_less()
1652 /* partial/subtree match: @cpu, @pmu, @cgroup; ignore: @group_index */ in __group_cmp()
1653 return perf_event_groups_cmp(a->cpu, a->pmu, a->cgroup, b->group_index, b); in __group_cmp()
1662 /* partial/subtree match: @cpu, @pmu, ignore: @cgroup, @group_index */ in __group_cmp_ignore_cgroup()
1664 b->group_index, b); in __group_cmp_ignore_cgroup()
1676 event->group_index = ++groups->index; in perf_event_groups_insert()
3691 return le->group_index < r in perf_less_group_idx()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1054 int group_index = 0; in program_timing_sync() local
1142 dc, group_index, group_size, pipe_set); in program_timing_sync()
1143 group_index++; in program_timing_sync()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c1424 int group_index = 0; in program_timing_sync() local
1541 dc, group_index, group_size, pipe_set); in program_timing_sync()
1545 dc, group_index, group_size, pipe_set); in program_timing_sync()
1547 group_index++; in program_timing_sync()
/kernel/linux/linux-5.10/kernel/events/
H A Dcore.c1645 event->group_index = 0; in init_event_group()
1708 if (left->group_index < right->group_index) in perf_event_groups_less()
1710 if (left->group_index > right->group_index) in perf_event_groups_less()
1729 event->group_index = ++groups->index; in perf_event_groups_insert()
3666 return le->group_index < re->group_index; in perf_less_group_idx()
/kernel/linux/linux-6.6/include/linux/
H A Dperf_event.h690 u64 group_index; member
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2355 int group_index, in dce110_enable_timing_synchronization()
2353 dce110_enable_timing_synchronization( struct dc *dc, int group_index, int group_size, struct pipe_ctx *grouped_pipes[]) dce110_enable_timing_synchronization() argument

Completed in 69 milliseconds

12