Home
last modified time | relevance | path

Searched defs:notify (Results 1 – 25 of 192) sorted by relevance

12345678

/linux/drivers/scsi/
H A Dmegaraid.h250 struct notify { struct
251 u32 global_counter; /* Any change increments this counter */
253 u8 param_counter; /* Indicates any params changed */
254 u8 param_id; /* Param modified - defined below */
255 u16 param_val; /* New val of last param modified */
257 u8 write_config_counter; /* write config occurred */
258 u8 write_config_rsvd[3];
260 u8 ldrv_op_counter; /* Indicates ldrv op started/completed */
261 u8 ldrv_opid; /* ldrv num */
262 u8 ldrv_opcmd; /* ldrv operation - defined below */
[all …]
/linux/fs/xfs/
H A Dxfs_notify_failure.c38 const struct xfs_failure_info *notify) in xfs_failure_pgoff()
52 const struct xfs_failure_info *notify) in xfs_failure_pgcnt()
76 struct xfs_failure_info *notify = data; in xfs_dax_failure_fn() local
163 struct xfs_failure_info notify = { .mf_flags = mf_flags }; in xfs_dax_notify_ddev_failure() local
/linux/tools/testing/selftests/bpf/benchs/
H A Dbench_htab_mem.c26 pthread_barrier_t *notify; member
223 static void htab_mem_add_fn(pthread_barrier_t *notify) in htab_mem_add_fn()
235 static void htab_mem_delete_fn(pthread_barrier_t *notify) in htab_mem_delete_fn()
249 pthread_barrier_t *notify; in htab_mem_producer() local
/linux/net/wireless/
H A Dap.c16 bool notify) in ___cfg80211_stop_ap()
57 bool notify) in cfg80211_stop_ap()
/linux/net/netfilter/
H A Dnf_conntrack_ecache.c133 struct nf_ct_event_notifier *notify; in __nf_conntrack_eventmask_report() local
237 struct nf_ct_event_notifier *notify; in nf_ct_expect_event_report() local
264 struct nf_ct_event_notifier *notify; in nf_conntrack_register_notifier() local
/linux/drivers/xen/
H A Dpvcalls-front.c275 int notify, req_id, ret; in pvcalls_front_socket() local
428 int notify, req_id, ret; in pvcalls_front_connect() local
675 int notify, req_id, ret; in pvcalls_front_bind() local
728 int notify, req_id, ret; in pvcalls_front_listen() local
778 int notify, req_id, ret, nonblock; in pvcalls_front_accept() local
913 int notify, req_id, ret; in pvcalls_front_poll_passive() local
1012 int req_id, notify, ret; in pvcalls_front_release() local
/linux/lib/
H A Dcpu_rmap.c226 struct irq_affinity_notify notify; member
263 irq_cpu_rmap_notify(struct irq_affinity_notify *notify, const cpumask_t *mask) in irq_cpu_rmap_notify()
/linux/sound/virtio/
H A Dvirtio_ctl_msg.c23 struct completion notify; member
133 bool notify = false; in virtsnd_ctl_msg_send() local
/linux/fs/autofs/
H A Dwaitq.c205 const struct path *path, enum autofs_notify notify) in validate_request()
304 const struct path *path, enum autofs_notify notify) in autofs_wait()
/linux/drivers/gpu/drm/amd/display/dmub/src/
H A Ddmub_srv_stat.c47 struct dmub_notification *notify) in dmub_srv_stat_get_notification()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_stat.c48 void dc_stat_get_dmub_notification(const struct dc *dc, struct dmub_notification *notify) in dc_stat_get_dmub_notification()
/linux/include/net/
H A Dbonding.h383 int slave_state, bool notify) in bond_set_slave_state()
567 bool notify) in bond_set_slave_inactive_flags()
578 bool notify) in bond_set_slave_tx_disabled_flags()
584 bool notify) in bond_set_slave_active_flags()
593 bool notify) in bond_set_slave_rx_enabled_flags()
613 static inline void bond_commit_link_state(struct slave *slave, bool notify) in bond_commit_link_state()
632 bool notify) in bond_set_slave_link_state()
/linux/include/linux/spi/
H A Dcorgi_lcd.h14 void (*notify)(int intensity); member
/linux/include/linux/remoteproc/
H A Dqcom_rproc.h40 static inline int qcom_unregister_ssr_notifier(void *notify, in qcom_unregister_ssr_notifier()
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/
H A Dnv50.h13 struct nvkm_event_ntfy notify[4]; member
H A Dgf100.c39 gf100_sw_chan_vblsem_release(struct nvkm_event_ntfy *notify, u32 bits) in gf100_sw_chan_vblsem_release()
H A Dnv50.c39 nv50_sw_chan_vblsem_release(struct nvkm_event_ntfy *notify, u32 bits) in nv50_sw_chan_vblsem_release()
/linux/net/openvswitch/
H A Ddp_notify.c16 struct sk_buff *notify; in dp_detach_port_notify() local
/linux/drivers/infiniband/hw/hfi1/
H A Daffinity.c787 static void hfi1_irq_notifier_notify(struct irq_affinity_notify *notify, in hfi1_irq_notifier_notify()
809 struct irq_affinity_notify *notify = &msix->notify; in hfi1_setup_sdma_notifier() local
822 struct irq_affinity_notify *notify = &msix->notify; in hfi1_cleanup_sdma_notifier() local
/linux/samples/acrn/
H A Dvm-sample.c51 struct acrn_ioreq_notify __attribute__((aligned(8))) notify; in main() local
/linux/include/soc/tegra/
H A Divc.h25 void (*notify)(struct tegra_ivc *ivc, void *data); member
/linux/drivers/infiniband/sw/rxe/
H A Drxe_comp.c585 static void flush_send_queue(struct rxe_qp *qp, bool notify) in flush_send_queue()
653 bool notify = qp->valid && (qp_state(qp) == IB_QPS_ERR); in rxe_completer() local
/linux/drivers/acpi/acpica/
H A Devgpeutil.c275 struct acpi_gpe_notify_info *notify; in acpi_ev_delete_gpe_handlers() local
/linux/drivers/net/wireless/ath/wil6210/
H A Dwil_platform.h41 int (*notify)(void *handle, enum wil_platform_event evt); member
/linux/kernel/
H A Dtask_work.c55 enum task_work_notify_mode notify) in task_work_add()

12345678