Home
last modified time | relevance | path

Searched defs:group (Results 1 – 25 of 592) sorted by relevance

12345678910>>...24

/linux-6.3-rc2/drivers/vfio/
A Dgroup.c343 struct vfio_group *group = filep->private_data; in vfio_group_fops_unl_ioctl() local
362 struct vfio_group *group = in vfio_group_fops_open() local
434 struct vfio_group *group; in vfio_group_find_from_iommu() local
463 struct vfio_group *group; in vfio_group_alloc() local
500 struct vfio_group *group; in vfio_create_group() local
537 struct vfio_group *group; in vfio_noiommu_group_alloc() local
586 struct vfio_group *group; in vfio_group_find_or_alloc() local
637 struct vfio_group *group; in vfio_device_set_group() local
654 struct vfio_group *group = device->group; in vfio_device_remove_group() local
715 struct vfio_group *group = device->group; in vfio_device_group_use_iommu() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/microchip/sparx5/
A Dsparx5_sdlb.c59 static void sparx5_sdlb_group_disable(struct sparx5 *sparx5, u32 group) in sparx5_sdlb_group_disable()
66 static void sparx5_sdlb_group_enable(struct sparx5 *sparx5, u32 group) in sparx5_sdlb_group_enable()
73 static u32 sparx5_sdlb_group_get_first(struct sparx5 *sparx5, u32 group) in sparx5_sdlb_group_get_first()
82 static u32 sparx5_sdlb_group_get_next(struct sparx5 *sparx5, u32 group, in sparx5_sdlb_group_get_next()
92 static bool sparx5_sdlb_group_is_first(struct sparx5 *sparx5, u32 group, in sparx5_sdlb_group_is_first()
98 static bool sparx5_sdlb_group_is_last(struct sparx5 *sparx5, u32 group, in sparx5_sdlb_group_is_last()
113 static u32 sparx5_sdlb_group_get_last(struct sparx5 *sparx5, u32 group) in sparx5_sdlb_group_get_last()
181 const struct sparx5_sdlb_group *group; in sparx5_sdlb_group_get_by_rate() local
258 int sparx5_sdlb_group_add(struct sparx5 *sparx5, u32 group, u32 idx) in sparx5_sdlb_group_add()
273 int sparx5_sdlb_group_del(struct sparx5 *sparx5, u32 group, u32 idx) in sparx5_sdlb_group_del()
[all …]
A Dsparx5_qos.c94 static u32 sparx5_lg_get_first(struct sparx5 *sparx5, u32 layer, u32 group) in sparx5_lg_get_first()
102 static u32 sparx5_lg_get_next(struct sparx5 *sparx5, u32 layer, u32 group, in sparx5_lg_get_next()
112 static u32 sparx5_lg_get_last(struct sparx5 *sparx5, u32 layer, u32 group) in sparx5_lg_get_last()
127 static bool sparx5_lg_is_last(struct sparx5 *sparx5, u32 layer, u32 group, in sparx5_lg_is_last()
153 static void sparx5_lg_enable(struct sparx5 *sparx5, u32 layer, u32 group, in sparx5_lg_enable()
159 static void sparx5_lg_disable(struct sparx5 *sparx5, u32 layer, u32 group) in sparx5_lg_disable()
165 u32 idx, u32 *group) in sparx5_lg_get_group_by_index()
193 static int sparx5_lg_get_group_by_rate(u32 layer, u32 rate, u32 *group) in sparx5_lg_get_group_by_rate()
327 u32 idx, u32 group) in sparx5_shaper_conf_set()
499 u32 group; in sparx5_tc_tbf_add() local
[all …]
/linux-6.3-rc2/drivers/iommu/
A Diommu.c309 struct iommu_group *group; in __iommu_probe_device() local
402 struct iommu_group *group; in iommu_probe_device() local
760 struct iommu_group *group; in iommu_group_alloc() local
822 struct iommu_group *group; in iommu_group_get_by_id() local
1445 struct iommu_group *group; in get_pci_function_alias_group() local
1479 struct iommu_group *group; in get_pci_alias_group() local
1513 struct iommu_group *group; member
1612 struct iommu_group *group; in fsl_mc_device_group() local
1683 struct iommu_group *group; in iommu_group_get_for_dev() local
1717 struct iommu_group *group; in probe_iommu_group() local
[all …]
/linux-6.3-rc2/drivers/gpio/
A Dgpio-lpc32xx.c268 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_input_p012() local
278 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_input_p3() local
293 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_get_value_p012() local
300 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_get_value_p3() local
307 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpi_get_value() local
315 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_output_p012() local
326 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_output_p3() local
337 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_out_always() local
346 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_set_value_p012() local
354 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_set_value_p3() local
[all …]
/linux-6.3-rc2/fs/notify/
A Dgroup.c22 static void fsnotify_final_destroy_group(struct fsnotify_group *group) in fsnotify_final_destroy_group()
37 void fsnotify_group_stop_queueing(struct fsnotify_group *group) in fsnotify_group_stop_queueing()
50 void fsnotify_destroy_group(struct fsnotify_group *group) in fsnotify_destroy_group()
99 void fsnotify_get_group(struct fsnotify_group *group) in fsnotify_get_group()
107 void fsnotify_put_group(struct fsnotify_group *group) in fsnotify_put_group()
119 struct fsnotify_group *group; in __fsnotify_alloc_group() local
168 struct fsnotify_group *group = file->private_data; in fsnotify_fasync() local
A Dnotification.c50 void fsnotify_destroy_event(struct fsnotify_group *group, in fsnotify_destroy_event()
81 int fsnotify_insert_event(struct fsnotify_group *group, in fsnotify_insert_event()
132 void fsnotify_remove_queued_event(struct fsnotify_group *group, in fsnotify_remove_queued_event()
148 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event()
163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event()
181 void fsnotify_flush_notify(struct fsnotify_group *group) in fsnotify_flush_notify()
A Dmark.c274 struct fsnotify_group *group = mark->group; in fsnotify_final_mark_destroy() local
382 struct fsnotify_group *group = mark->group; in fsnotify_put_mark_wake() local
473 struct fsnotify_group *group = mark->group; in fsnotify_free_mark() local
494 struct fsnotify_group *group) in fsnotify_destroy_mark()
708 struct fsnotify_group *group = mark->group; in fsnotify_add_mark_locked() local
749 struct fsnotify_group *group = mark->group; in fsnotify_add_mark() local
763 struct fsnotify_group *group) in fsnotify_find_mark()
786 void fsnotify_clear_marks_by_group(struct fsnotify_group *group, in fsnotify_clear_marks_by_group()
873 struct fsnotify_group *group) in fsnotify_init_mark()
/linux-6.3-rc2/fs/notify/inotify/
A Dinotify_user.c142 struct fsnotify_group *group = file->private_data; in inotify_poll() local
200 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
253 struct fsnotify_group *group; in inotify_read() local
304 struct fsnotify_group *group = file->private_data; in inotify_release() local
317 struct fsnotify_group *group; in inotify_ioctl() local
522 struct fsnotify_group *group) in inotify_ignored_and_remove_idr()
591 static int inotify_new_watch(struct fsnotify_group *group, in inotify_new_watch()
656 struct fsnotify_group *group; in inotify_new_group() local
697 struct fsnotify_group *group; in do_inotify_init() local
733 struct fsnotify_group *group; in SYSCALL_DEFINE3() local
[all …]
A Dinotify_fsnotify.c49 static int inotify_merge(struct fsnotify_group *group, in inotify_merge()
66 struct fsnotify_group *group = inode_mark->group; in inotify_handle_inode_event() local
131 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) in inotify_freeing_mark()
171 static void inotify_free_group_priv(struct fsnotify_group *group) in inotify_free_group_priv()
180 static void inotify_free_event(struct fsnotify_group *group, in inotify_free_event()
/linux-6.3-rc2/drivers/infiniband/hw/mlx4/
A Dmcg.c136 struct mcast_group *group; member
166 struct mcast_group *group; in mcast_find() local
184 struct mcast_group *group) in mcast_insert()
542 struct mcast_group *group; in mlx4_ib_mcg_timeout_handler() local
644 struct mcast_group *group; in mlx4_ib_mcg_work_handler() local
813 struct mcast_group *group, *cur_group; in acquire_group() local
888 struct mcast_group *group; in mlx4_ib_mcg_demux_handler() local
937 struct mcast_group *group; in mlx4_ib_mcg_multiplex_handler() local
993 struct mcast_group *group = in sysfs_show_group() local
1087 struct mcast_group *group; in _mlx4_ib_mcg_port_cleanup() local
[all …]
/linux-6.3-rc2/drivers/infiniband/core/
A Dcma_configfs.c47 struct config_group group; member
59 struct config_group *group; in to_dev_port_group() local
77 struct cma_dev_port_group *group = to_dev_port_group(item); in cma_configfs_params_get() local
103 struct cma_dev_port_group *group; in default_roce_mode_show() local
124 struct cma_dev_port_group *group; in default_roce_mode_store() local
150 struct cma_dev_port_group *group; in default_roce_tos_show() local
168 struct cma_dev_port_group *group; in default_roce_tos_store() local
238 struct config_group *group = container_of(item, struct config_group, in release_cma_dev() local
249 struct config_group *group = container_of(item, struct config_group, in release_cma_ports_group() local
277 static struct config_group *make_cma_dev(struct config_group *group, in make_cma_dev()
[all …]
A Dmulticast.c117 struct mcast_group *group; member
133 struct mcast_group *group; in mcast_find() local
151 struct mcast_group *group, in mcast_insert()
208 struct mcast_group *group = member->group; in queue_join() local
426 struct mcast_group *group; in mcast_work_handler() local
514 struct mcast_group *group = context; in join_handler() local
548 struct mcast_group *group = context; in leave_handler() local
560 struct mcast_group *group, *cur_group; in acquire_group() local
665 struct mcast_group *group; in ib_sa_free_multicast() local
698 struct mcast_group *group; in ib_sa_get_mcmember_rec() local
[all …]
/linux-6.3-rc2/net/psample/
A Dpsample.c40 struct psample_group *group, in psample_group_nl_fill()
74 struct psample_group *group; in psample_nl_cmd_get_group_dumpit() local
122 static void psample_group_notify(struct psample_group *group, in psample_group_notify()
143 struct psample_group *group; in psample_group_create() local
157 static void psample_group_destroy(struct psample_group *group) in psample_group_destroy()
167 struct psample_group *group; in psample_group_lookup() local
177 struct psample_group *group; in psample_group_get() local
195 void psample_group_take(struct psample_group *group) in psample_group_take()
203 void psample_group_put(struct psample_group *group) in psample_group_put()
360 void psample_sample_packet(struct psample_group *group, struct sk_buff *skb, in psample_sample_packet()
/linux-6.3-rc2/fs/notify/fanotify/
A Dfanotify_user.c195 static void fanotify_unhash_event(struct fsnotify_group *group, in fanotify_unhash_event()
771 struct fsnotify_group *group = file->private_data; in fanotify_poll() local
786 struct fsnotify_group *group; in fanotify_read() local
871 struct fsnotify_group *group; in fanotify_write() local
902 struct fsnotify_group *group = file->private_data; in fanotify_release() local
957 struct fsnotify_group *group; in fanotify_ioctl() local
1074 static int fanotify_remove_mark(struct fsnotify_group *group, in fanotify_remove_mark()
1274 static int fanotify_add_mark(struct fsnotify_group *group, in fanotify_add_mark()
1331 static int fanotify_add_sb_mark(struct fsnotify_group *group, in fanotify_add_sb_mark()
1390 struct fsnotify_group *group; in SYSCALL_DEFINE2() local
[all …]
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/esw/
A Dqos.c90 struct mlx5_esw_rate_group *group, in esw_qos_calculate_min_rate_divider()
99 struct mlx5_esw_rate_group *group; in esw_qos_calculate_min_rate_divider() local
135 struct mlx5_esw_rate_group *group, in esw_qos_normalize_vports_min_rate()
167 struct mlx5_esw_rate_group *group; in esw_qos_normalize_groups_min_rate() local
422 struct mlx5_esw_rate_group *group; in __esw_qos_create_rate_group() local
472 struct mlx5_esw_rate_group *group; in esw_qos_create_rate_group() local
490 struct mlx5_esw_rate_group *group, in __esw_qos_destroy_rate_group()
831 struct mlx5_esw_rate_group *group = priv; in mlx5_esw_devlink_rate_node_tx_share_set() local
849 struct mlx5_esw_rate_group *group = priv; in mlx5_esw_devlink_rate_node_tx_max_set() local
865 struct mlx5_esw_rate_group *group; in mlx5_esw_devlink_rate_node_new() local
[all …]
/linux-6.3-rc2/arch/sparc/kernel/
A Dhvapi.c19 unsigned long group; member
59 static struct api_info *__get_info(unsigned long group) in __get_info()
96 int sun4v_hvapi_register(unsigned long group, unsigned long major, in sun4v_hvapi_register()
147 void sun4v_hvapi_unregister(unsigned long group) in sun4v_hvapi_unregister()
160 int sun4v_hvapi_get(unsigned long group, in sun4v_hvapi_get()
184 unsigned long group, major, minor; in sun4v_hvapi_init() local
/linux-6.3-rc2/kernel/sched/
A Dpsi.c180 static void group_init(struct psi_group *group) in group_init()
332 static void collect_percpu_times(struct psi_group *group, in collect_percpu_times()
443 struct psi_group *group; in psi_avgs_work() local
519 static void init_triggers(struct psi_group *group, u64 now) in init_triggers()
621 static void psi_poll_work(struct psi_group *group) in psi_poll_work()
702 struct psi_group *group = (struct psi_group *)data; in psi_poll_worker() local
888 struct psi_group *group; in psi_task_change() local
907 struct psi_group *group, *common = NULL; in psi_task_switch() local
985 struct psi_group *group; in psi_account_irqtime() local
1175 void psi_cgroup_restart(struct psi_group *group) in psi_cgroup_restart()
[all …]
/linux-6.3-rc2/drivers/target/
A Dtarget_core_fabric_configfs.c236 struct config_group *group, in target_core_mappedlun_stat_mkdir()
243 struct config_group *group, in target_core_mappedlun_stat_rmdir()
266 struct config_group *group, in target_fabric_make_mappedlun()
327 struct config_group *group, in target_fabric_drop_mappedlun()
374 struct config_group *group, in target_fabric_make_nodeacl()
422 struct config_group *group, in target_fabric_drop_nodeacl()
468 struct config_group *group, in target_fabric_make_np()
493 struct config_group *group, in target_fabric_drop_np()
716 struct config_group *group, in target_core_port_stat_mkdir()
723 struct config_group *group, in target_core_port_stat_rmdir()
[all …]
/linux-6.3-rc2/drivers/pinctrl/aspeed/
A Dpinmux-aspeed.h514 #define SIG_DESC_LIST_DECL(sig, group, ...) \ argument
518 #define SIG_EXPR_SYM(sig, group) sig_expr_ ## sig ## _ ## group argument
519 #define SIG_EXPR_DECL_(sig, group, func) \ argument
545 #define SIG_EXPR_DECL(sig, group, func, ...) \ argument
555 #define SIG_EXPR_PTR(sig, group) (&SIG_EXPR_SYM(sig, group)) argument
574 #define SIG_EXPR_LIST_DECL(sig, group, ...) \ argument
594 #define SIG_EXPR_LIST_ALIAS(pin, sig, group) \ argument
628 #define SIG_EXPR_LIST_DECL_SEMG(pin, sig, group, func, ...) \ argument
741 #define GROUP_SYM(group) group_pins_ ## group argument
742 #define GROUP_DECL(group, ...) \ argument
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/
A Dintel_gt_mcr.c248 int group, int instance, u32 value) in rw_with_mcr_steering_fw()
325 int group, int instance, in rw_with_mcr_steering()
434 int group, int instance) in intel_gt_mcr_read()
453 int group, int instance) in intel_gt_mcr_unicast_write()
591 u8 *group, u8 *instance) in get_nonterminated_steering()
660 u8 *group, u8 *instance) in intel_gt_mcr_get_nonterminated_steering()
693 u8 group, instance; in intel_gt_mcr_read_any_fw() local
724 u8 group, instance; in intel_gt_mcr_read_any() local
744 u8 group, instance; in report_steering_type() local
800 unsigned int *group, unsigned int *instance) in intel_gt_mcr_get_ss_steering()
/linux-6.3-rc2/drivers/clk/renesas/
A Dclk-mstp.c58 struct mstp_clock_group *group; member
63 static inline u32 cpg_mstp_read(struct mstp_clock_group *group, in cpg_mstp_read()
69 static inline void cpg_mstp_write(struct mstp_clock_group *group, u32 val, in cpg_mstp_write()
78 struct mstp_clock_group *group = clock->group; in cpg_mstp_clock_endisable() local
132 struct mstp_clock_group *group = clock->group; in cpg_mstp_clock_is_enabled() local
151 struct mstp_clock_group *group) in cpg_mstp_clock_register()
186 struct mstp_clock_group *group; in cpg_mstp_clocks_init() local
/linux-6.3-rc2/fs/nilfs2/
A Dalloc.c85 __u64 group = nr; in nilfs_palloc_group() local
168 unsigned long group, group_offset; in nilfs_palloc_entry_blkoff() local
260 unsigned long group, in nilfs_palloc_get_desc_block()
279 unsigned long group, in nilfs_palloc_get_bitmap_block()
296 unsigned long group) in nilfs_palloc_delete_bitmap_block()
347 unsigned long group, in nilfs_palloc_block_get_group_desc()
505 unsigned long group, maxgroup, ngroups; in nilfs_palloc_prepare_alloc_entry() local
602 unsigned long group, group_offset; in nilfs_palloc_commit_free_entry() local
645 unsigned long group, group_offset; in nilfs_palloc_abort_alloc_entry() local
684 unsigned long group, group_offset; in nilfs_palloc_prepare_free_entry() local
[all …]
/linux-6.3-rc2/drivers/usb/gadget/function/
A Duvc_configfs.c124 struct config_group *group = to_config_group(item); in uvcg_config_item_release() local
157 struct config_group *group; in uvcg_config_create_group() local
340 struct config_group *group = to_config_group(item); in uvcg_default_processing_bm_controls_show() local
451 struct config_group *group = to_config_group(item); in uvcg_default_camera_bm_controls_show() local
559 struct config_group *group = to_config_group(item); in uvcg_default_output_b_source_id_show() local
1201 struct config_group group; member
1208 struct uvcg_control_class_group *group = in uvcg_get_ctl_class_arr() local
1319 struct uvcg_control_class_group *group; in uvcg_control_class_create_children() local
2715 struct config_group group; member
2722 struct uvcg_streaming_class_group *group = in __uvcg_get_stream_class_arr() local
[all …]
/linux-6.3-rc2/drivers/hwtracing/coresight/
A Dcoresight-syscfg-configfs.h17 struct config_group group; member
25 struct config_group group; member
32 struct config_group group; member
39 struct config_group group; member

Completed in 85 milliseconds

12345678910>>...24