Home
last modified time | relevance | path

Searched refs:handle_event (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/tools/bpf/runqslower/
H A Drunqslower.c101 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event() function
168 pb_opts.sample_cb = handle_event; in main()
/kernel/linux/linux-6.6/tools/bpf/runqslower/
H A Drunqslower.c90 void handle_event(void *ctx, int cpu, void *data, __u32 data_sz) in handle_event() function
154 handle_event, handle_lost_events, NULL, NULL); in main()
/kernel/linux/linux-6.6/tools/power/x86/intel-speed-select/
H A Dhfi-events.c190 static int handle_event(struct nl_msg *n, void *arg) in handle_event() function
287 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, handle_event, NULL); in hfi_main()
/kernel/linux/linux-6.6/include/linux/
H A Dism.h62 void (*handle_event)(struct ism_dev *dev, struct ism_event *event); member
H A Dfsnotify_backend.h125 * handle_event - main call for a group to handle an fs event
137 * handle_inode_event - simple variant of handle_event() for groups that only
156 int (*handle_event)(struct fsnotify_group *group, u32 mask, member
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dda8xx_remoteproc.c80 * handle_event() - inbound virtqueue message workqueue function
85 static irqreturn_t handle_event(int irq, void *p) in handle_event() function
322 handle_event, 0, "da8xx-remoteproc", in da8xx_rproc_probe()
H A Dkeystone_remoteproc.c141 static void handle_event(struct work_struct *work) in handle_event() function
174 INIT_WORK(&ksproc->workqueue, handle_event); in keystone_rproc_start()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Dda8xx_remoteproc.c80 * handle_event() - inbound virtqueue message workqueue function
85 static irqreturn_t handle_event(int irq, void *p) in handle_event() function
322 handle_event, 0, "da8xx-remoteproc", in da8xx_rproc_probe()
H A Dkeystone_remoteproc.c141 static void handle_event(struct work_struct *work) in handle_event() function
174 INIT_WORK(&ksproc->workqueue, handle_event); in keystone_rproc_start()
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_request_layer.h35 * @handle_event: Function called when a SSH event has been received. The
41 void (*handle_event)(struct ssh_rtl *rtl, const struct ssh_command *cmd, member
/kernel/linux/linux-5.10/fs/notify/
H A Dfsnotify.c359 if (group->ops->handle_event) { in send_to_group()
360 return group->ops->handle_event(group, mask, data, data_type, dir, in send_to_group()
/kernel/linux/linux-6.6/fs/notify/
H A Dfsnotify.c359 if (group->ops->handle_event) { in send_to_group()
360 return group->ops->handle_event(group, mask, data, data_type, dir, in send_to_group()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbus.h252 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event,
H A Dcore.c502 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, in brcmf_rx_frame() argument
518 if (handle_event) { in brcmf_rx_frame()
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dbus.h294 void brcmf_rx_frame(struct device *dev, struct sk_buff *rxp, bool handle_event,
H A Dcore.c497 void brcmf_rx_frame(struct device *dev, struct sk_buff *skb, bool handle_event, in brcmf_rx_frame() argument
513 if (handle_event) { in brcmf_rx_frame()
/kernel/linux/linux-5.10/drivers/thunderbolt/
H A Ddomain.c389 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()
400 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
H A Dicm.c2141 .handle_event = icm_handle_event,
2161 .handle_event = icm_handle_event,
2183 .handle_event = icm_handle_event,
2202 .handle_event = icm_handle_event,
H A Dtb.h361 * @handle_event: Handle thunderbolt event
385 void (*handle_event)(struct tb *tb, enum tb_cfg_pkg_type, member
/kernel/linux/linux-6.6/drivers/thunderbolt/
H A Ddomain.c339 if (!tb->cm_ops->handle_event) { in tb_domain_event_cb()
352 tb->cm_ops->handle_event(tb, type, buf, size); in tb_domain_event_cb()
H A Dicm.c2357 .handle_event = icm_handle_event,
2377 .handle_event = icm_handle_event,
2399 .handle_event = icm_handle_event,
2421 .handle_event = icm_handle_event,
/kernel/linux/linux-5.10/include/linux/
H A Dfsnotify_backend.h119 * handle_event - main call for a group to handle an fs event
131 * handle_inode_event - simple variant of handle_event() for groups that only
149 int (*handle_event)(struct fsnotify_group *group, u32 mask, member
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_ism.c41 .handle_event = smcd_handle_event,
/kernel/linux/linux-5.10/fs/notify/fanotify/
H A Dfanotify.c811 .handle_event = fanotify_handle_event,
/kernel/linux/linux-6.6/fs/notify/fanotify/
H A Dfanotify.c1075 .handle_event = fanotify_handle_event,

Completed in 28 milliseconds

12