Home
last modified time | relevance | path

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

12345678910>>...39

/kernel/linux/linux-4.19/fs/notify/
Dgroup.c35 static void fsnotify_final_destroy_group(struct fsnotify_group *group) in fsnotify_final_destroy_group()
49 void fsnotify_group_stop_queueing(struct fsnotify_group *group) in fsnotify_group_stop_queueing()
62 void fsnotify_destroy_group(struct fsnotify_group *group) in fsnotify_destroy_group()
111 void fsnotify_get_group(struct fsnotify_group *group) in fsnotify_get_group()
119 void fsnotify_put_group(struct fsnotify_group *group) in fsnotify_put_group()
130 struct fsnotify_group *group; in fsnotify_alloc_group() local
156 struct fsnotify_group *group = file->private_data; in fsnotify_fasync() local
Dnotification.c64 bool fsnotify_notify_queue_is_empty(struct fsnotify_group *group) in fsnotify_notify_queue_is_empty()
70 void fsnotify_destroy_event(struct fsnotify_group *group, in fsnotify_destroy_event()
97 int fsnotify_add_event(struct fsnotify_group *group, in fsnotify_add_event()
148 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event()
172 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event()
184 void fsnotify_flush_notify(struct fsnotify_group *group) in fsnotify_flush_notify()
/kernel/linux/linux-5.10/fs/notify/
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
146 struct fsnotify_group *group = file->private_data; in fsnotify_fasync() local
Dnotification.c51 bool fsnotify_notify_queue_is_empty(struct fsnotify_group *group) in fsnotify_notify_queue_is_empty()
57 void fsnotify_destroy_event(struct fsnotify_group *group, in fsnotify_destroy_event()
84 int fsnotify_add_event(struct fsnotify_group *group, in fsnotify_add_event()
131 void fsnotify_remove_queued_event(struct fsnotify_group *group, in fsnotify_remove_queued_event()
147 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event()
165 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event()
177 void fsnotify_flush_notify(struct fsnotify_group *group) in fsnotify_flush_notify()
/kernel/linux/linux-5.10/drivers/vfio/
Dvfio.c97 struct vfio_group *group; member
119 struct iommu_group *group; in vfio_iommu_group_get() local
162 void vfio_iommu_group_put(struct iommu_group *group, struct device *dev) in vfio_iommu_group_put()
272 static int vfio_alloc_group_minor(struct vfio_group *group) in vfio_alloc_group_minor()
310 static void vfio_group_unlock_and_free(struct vfio_group *group) in vfio_group_unlock_and_free()
326 struct vfio_group *group, *tmp; in vfio_create_group() local
403 struct vfio_group *group = container_of(kref, struct vfio_group, kref); in vfio_group_release() local
423 static void vfio_group_put(struct vfio_group *group) in vfio_group_put()
430 struct vfio_group *group; member
443 static void vfio_group_schedule_put(struct vfio_group *group) in vfio_group_schedule_put()
[all …]
/kernel/linux/linux-4.19/drivers/vfio/
Dvfio.c99 struct vfio_group *group; member
121 struct iommu_group *group; in vfio_iommu_group_get() local
164 void vfio_iommu_group_put(struct iommu_group *group, struct device *dev) in vfio_iommu_group_put()
274 static int vfio_alloc_group_minor(struct vfio_group *group) in vfio_alloc_group_minor()
312 static void vfio_group_unlock_and_free(struct vfio_group *group) in vfio_group_unlock_and_free()
328 struct vfio_group *group, *tmp; in vfio_create_group() local
405 struct vfio_group *group = container_of(kref, struct vfio_group, kref); in vfio_group_release() local
425 static void vfio_group_put(struct vfio_group *group) in vfio_group_put()
432 struct vfio_group *group; member
445 static void vfio_group_schedule_put(struct vfio_group *group) in vfio_group_schedule_put()
[all …]
/kernel/linux/linux-5.10/drivers/gpio/
Dgpio-lpc32xx.c168 static inline u32 gpreg_read(struct lpc32xx_gpio_chip *group, unsigned long offset) in gpreg_read()
173 static inline void gpreg_write(struct lpc32xx_gpio_chip *group, u32 val, unsigned long offset) in gpreg_write()
178 static void __set_gpio_dir_p012(struct lpc32xx_gpio_chip *group, in __set_gpio_dir_p012()
189 static void __set_gpio_dir_p3(struct lpc32xx_gpio_chip *group, in __set_gpio_dir_p3()
200 static void __set_gpio_level_p012(struct lpc32xx_gpio_chip *group, in __set_gpio_level_p012()
211 static void __set_gpio_level_p3(struct lpc32xx_gpio_chip *group, in __set_gpio_level_p3()
222 static void __set_gpo_level_p3(struct lpc32xx_gpio_chip *group, in __set_gpo_level_p3()
231 static int __get_gpio_state_p012(struct lpc32xx_gpio_chip *group, in __get_gpio_state_p012()
238 static int __get_gpio_state_p3(struct lpc32xx_gpio_chip *group, in __get_gpio_state_p3()
250 static int __get_gpi_state_p3(struct lpc32xx_gpio_chip *group, in __get_gpi_state_p3()
[all …]
/kernel/linux/linux-4.19/fs/notify/fanotify/
Dfanotify_user.c57 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
75 static int create_fd(struct fsnotify_group *group, in create_fd()
117 static int fill_event_metadata(struct fsnotify_group *group, in fill_event_metadata()
148 struct fsnotify_group *group, int fd) in dequeue_event()
169 static int process_access_response(struct fsnotify_group *group, in process_access_response()
207 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
245 struct fsnotify_group *group = file->private_data; in fanotify_poll() local
260 struct fsnotify_group *group; in fanotify_read() local
341 struct fsnotify_group *group; in fanotify_write() local
366 struct fsnotify_group *group = file->private_data; in fanotify_release() local
[all …]
/kernel/linux/linux-4.19/net/psample/
Dpsample.c40 struct psample_group *group, in psample_group_nl_fill()
74 struct psample_group *group; in psample_nl_cmd_get_group_dumpit() local
120 static void psample_group_notify(struct psample_group *group, in psample_group_notify()
141 struct psample_group *group; in psample_group_create() local
155 static void psample_group_destroy(struct psample_group *group) in psample_group_destroy()
165 struct psample_group *group; in psample_group_lookup() local
175 struct psample_group *group; in psample_group_get() local
193 void psample_group_put(struct psample_group *group) in psample_group_put()
204 void psample_sample_packet(struct psample_group *group, struct sk_buff *skb, in psample_sample_packet()
/kernel/linux/linux-5.10/fs/notify/inotify/
Dinotify_user.c105 struct fsnotify_group *group = file->private_data; in inotify_poll() local
134 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
164 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
217 struct fsnotify_group *group; in inotify_read() local
268 struct fsnotify_group *group = file->private_data; in inotify_release() local
281 struct fsnotify_group *group; in inotify_ioctl() local
379 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked()
400 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find()
417 static void inotify_remove_from_idr(struct fsnotify_group *group, in inotify_remove_from_idr()
486 struct fsnotify_group *group) in inotify_ignored_and_remove_idr()
[all …]
/kernel/linux/linux-4.19/fs/notify/inotify/
Dinotify_user.c113 struct fsnotify_group *group = file->private_data; in inotify_poll() local
142 static struct fsnotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
172 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
225 struct fsnotify_group *group; in inotify_read() local
276 struct fsnotify_group *group = file->private_data; in inotify_release() local
289 struct fsnotify_group *group; in inotify_ioctl() local
379 static struct inotify_inode_mark *inotify_idr_find_locked(struct fsnotify_group *group, in inotify_idr_find_locked()
400 static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, in inotify_idr_find()
417 static void inotify_remove_from_idr(struct fsnotify_group *group, in inotify_remove_from_idr()
486 struct fsnotify_group *group) in inotify_ignored_and_remove_idr()
[all …]
/kernel/linux/linux-4.19/drivers/gpio/
Dgpio-lpc32xx.c179 static void __set_gpio_dir_p012(struct lpc32xx_gpio_chip *group, in __set_gpio_dir_p012()
190 static void __set_gpio_dir_p3(struct lpc32xx_gpio_chip *group, in __set_gpio_dir_p3()
201 static void __set_gpio_level_p012(struct lpc32xx_gpio_chip *group, in __set_gpio_level_p012()
212 static void __set_gpio_level_p3(struct lpc32xx_gpio_chip *group, in __set_gpio_level_p3()
223 static void __set_gpo_level_p3(struct lpc32xx_gpio_chip *group, in __set_gpo_level_p3()
232 static int __get_gpio_state_p012(struct lpc32xx_gpio_chip *group, in __get_gpio_state_p012()
239 static int __get_gpio_state_p3(struct lpc32xx_gpio_chip *group, in __get_gpio_state_p3()
251 static int __get_gpi_state_p3(struct lpc32xx_gpio_chip *group, in __get_gpi_state_p3()
257 static int __get_gpo_state_p3(struct lpc32xx_gpio_chip *group, in __get_gpo_state_p3()
269 struct lpc32xx_gpio_chip *group = gpiochip_get_data(chip); in lpc32xx_gpio_dir_input_p012() local
[all …]
/kernel/linux/linux-4.19/drivers/iommu/
Diommu.c138 struct iommu_group *group = to_iommu_group(kobj); in iommu_group_attr_show() local
151 struct iommu_group *group = to_iommu_group(kobj); in iommu_group_attr_store() local
164 static int iommu_group_create_file(struct iommu_group *group, in iommu_group_create_file()
170 static void iommu_group_remove_file(struct iommu_group *group, in iommu_group_remove_file()
176 static ssize_t iommu_group_show_name(struct iommu_group *group, char *buf) in iommu_group_show_name()
259 int iommu_get_group_resv_regions(struct iommu_group *group, in iommu_get_group_resv_regions()
281 static ssize_t iommu_group_show_resv_regions(struct iommu_group *group, in iommu_group_show_resv_regions()
303 static ssize_t iommu_group_show_type(struct iommu_group *group, in iommu_group_show_type()
338 struct iommu_group *group = to_iommu_group(kobj); in iommu_group_release() local
372 struct iommu_group *group; in iommu_group_alloc() local
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/core/
Dcma_configfs.c48 struct config_group group; member
60 struct config_group *group; in to_dev_port_group() local
78 struct cma_dev_port_group *group = to_dev_port_group(item); in cma_configfs_params_get() local
104 struct cma_dev_port_group *group; in default_roce_mode_show() local
125 struct cma_dev_port_group *group; in default_roce_mode_store() local
151 struct cma_dev_port_group *group; in default_roce_tos_show() local
169 struct cma_dev_port_group *group; in default_roce_tos_store() local
247 struct config_group *group = container_of(item, struct config_group, in release_cma_dev() local
258 struct config_group *group = container_of(item, struct config_group, in release_cma_ports_group() local
286 static struct config_group *make_cma_dev(struct config_group *group, in make_cma_dev()
[all …]
Dmulticast.c117 struct mcast_group *group; member
133 struct mcast_group *group; in mcast_find() local
151 struct mcast_group *group, in mcast_insert()
185 static void release_group(struct mcast_group *group) in release_group()
208 struct mcast_group *group = member->group; in queue_join() local
228 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc) in adjust_membership()
243 static u8 get_leave_state(struct mcast_group *group) in get_leave_state()
330 static int send_join(struct mcast_group *group, struct mcast_member *member) in send_join()
345 static int send_leave(struct mcast_group *group, u8 leave_state) in send_leave()
365 static void join_group(struct mcast_group *group, struct mcast_member *member, in join_group()
[all …]
/kernel/linux/linux-4.19/drivers/infiniband/core/
Dcma_configfs.c45 struct config_group group; member
57 struct config_group *group; in to_dev_port_group() local
75 struct cma_dev_port_group *group = to_dev_port_group(item); in cma_configfs_params_get() local
101 struct cma_dev_port_group *group; in default_roce_mode_show() local
122 struct cma_dev_port_group *group; in default_roce_mode_store() local
145 struct cma_dev_port_group *group; in default_roce_tos_show() local
163 struct cma_dev_port_group *group; in default_roce_tos_store() local
241 struct config_group *group = container_of(item, struct config_group, in release_cma_dev() local
252 struct config_group *group = container_of(item, struct config_group, in release_cma_ports_group() local
280 static struct config_group *make_cma_dev(struct config_group *group, in make_cma_dev()
[all …]
Dmulticast.c117 struct mcast_group *group; member
133 struct mcast_group *group; in mcast_find() local
151 struct mcast_group *group, in mcast_insert()
185 static void release_group(struct mcast_group *group) in release_group()
208 struct mcast_group *group = member->group; in queue_join() local
228 static void adjust_membership(struct mcast_group *group, u8 join_state, int inc) in adjust_membership()
243 static u8 get_leave_state(struct mcast_group *group) in get_leave_state()
330 static int send_join(struct mcast_group *group, struct mcast_member *member) in send_join()
345 static int send_leave(struct mcast_group *group, u8 leave_state) in send_leave()
365 static void join_group(struct mcast_group *group, struct mcast_member *member, in join_group()
[all …]
/kernel/linux/linux-5.10/net/psample/
Dpsample.c39 struct psample_group *group, in psample_group_nl_fill()
73 struct psample_group *group; in psample_nl_cmd_get_group_dumpit() local
120 static void psample_group_notify(struct psample_group *group, in psample_group_notify()
141 struct psample_group *group; in psample_group_create() local
155 static void psample_group_destroy(struct psample_group *group) in psample_group_destroy()
165 struct psample_group *group; in psample_group_lookup() local
175 struct psample_group *group; in psample_group_get() local
193 void psample_group_take(struct psample_group *group) in psample_group_take()
201 void psample_group_put(struct psample_group *group) in psample_group_put()
358 void psample_sample_packet(struct psample_group *group, struct sk_buff *skb, in psample_sample_packet()
/kernel/linux/linux-4.19/drivers/infiniband/hw/mlx4/
Dmcg.c50 #define mcg_warn_group(group, format, arg...) \ argument
54 #define mcg_debug_group(group, format, arg...) \ argument
58 #define mcg_error_group(group, format, arg...) \ argument
136 struct mcast_group *group; member
166 struct mcast_group *group; in mcast_find() local
184 struct mcast_group *group) in mcast_insert()
252 static int send_join_to_wire(struct mcast_group *group, struct ib_sa_mad *sa_mad) in send_join_to_wire()
279 static int send_leave_to_wire(struct mcast_group *group, u8 join_state) in send_leave_to_wire()
318 static int send_reply_to_slave(int slave, struct mcast_group *group, in send_reply_to_slave()
437 static int release_group(struct mcast_group *group, int from_timeout_handler) in release_group()
[all …]
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
Dmcg.c50 #define mcg_warn_group(group, format, arg...) \ argument
54 #define mcg_debug_group(group, format, arg...) \ argument
58 #define mcg_error_group(group, format, arg...) \ argument
136 struct mcast_group *group; member
166 struct mcast_group *group; in mcast_find() local
184 struct mcast_group *group) in mcast_insert()
252 static int send_join_to_wire(struct mcast_group *group, struct ib_sa_mad *sa_mad) in send_join_to_wire()
279 static int send_leave_to_wire(struct mcast_group *group, u8 join_state) in send_leave_to_wire()
318 static int send_reply_to_slave(int slave, struct mcast_group *group, in send_reply_to_slave()
437 static int release_group(struct mcast_group *group, int from_timeout_handler) in release_group()
[all …]
/kernel/linux/linux-5.10/drivers/iommu/
Diommu.c197 struct iommu_group *group; in __iommu_probe_device() local
248 struct iommu_group *group; in iommu_probe_device() local
336 struct iommu_group *group = to_iommu_group(kobj); in iommu_group_attr_show() local
349 struct iommu_group *group = to_iommu_group(kobj); in iommu_group_attr_store() local
362 static int iommu_group_create_file(struct iommu_group *group, in iommu_group_create_file()
368 static void iommu_group_remove_file(struct iommu_group *group, in iommu_group_remove_file()
374 static ssize_t iommu_group_show_name(struct iommu_group *group, char *buf) in iommu_group_show_name()
455 int iommu_get_group_resv_regions(struct iommu_group *group, in iommu_get_group_resv_regions()
477 static ssize_t iommu_group_show_resv_regions(struct iommu_group *group, in iommu_group_show_resv_regions()
499 static ssize_t iommu_group_show_type(struct iommu_group *group, in iommu_group_show_type()
[all …]
/kernel/linux/linux-5.10/fs/notify/fanotify/
Dfanotify_user.c98 static struct fanotify_event *get_one_event(struct fsnotify_group *group, in get_one_event()
128 static int create_fd(struct fsnotify_group *group, struct path *path, in create_fd()
166 static void finish_permission_event(struct fsnotify_group *group, in finish_permission_event()
184 static int process_access_response(struct fsnotify_group *group, in process_access_response()
323 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
448 struct fsnotify_group *group = file->private_data; in fanotify_poll() local
463 struct fsnotify_group *group; in fanotify_read() local
548 struct fsnotify_group *group; in fanotify_write() local
575 struct fsnotify_group *group = file->private_data; in fanotify_release() local
630 struct fsnotify_group *group; in fanotify_ioctl() local
[all …]
/kernel/linux/linux-5.10/arch/sparc/kernel/
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
/kernel/linux/linux-4.19/arch/sparc/kernel/
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
/kernel/linux/linux-5.10/kernel/sched/
Dpsi.c184 static void group_init(struct psi_group *group) in group_init()
240 static void get_recent_times(struct psi_group *group, int cpu, in get_recent_times()
305 static void collect_percpu_times(struct psi_group *group, in collect_percpu_times()
360 static u64 update_averages(struct psi_group *group, u64 now) in update_averages()
416 struct psi_group *group; in psi_avgs_work() local
494 static void init_triggers(struct psi_group *group, u64 now) in init_triggers()
506 static u64 update_triggers(struct psi_group *group, u64 now) in update_triggers()
554 static void psi_schedule_poll_work(struct psi_group *group, unsigned long delay) in psi_schedule_poll_work()
580 static void psi_poll_work(struct psi_group *group) in psi_poll_work()
622 struct psi_group *group = (struct psi_group *)data; in psi_poll_worker() local
[all …]

12345678910>>...39