Searched refs:notification (Results 26 - 41 of 41) sorted by relevance

12

/linux-master/drivers/md/dm-vdo/
H A Dvdo.c24 * set to NOTIFYING, and the notification process begins. If the state is MAY_NOT_NOTIFY, then
26 * the nothing more will be done until the vdo is resumed, at which point the notification will be
988 * @notification: The function to call to send the notification.
989 * @thread_id: The id of the thread on which to send the notification.
994 vdo_read_only_notification_fn notification,
1013 .notify = notification,
1024 * @parent: The completion to notify in order to acknowledge the notification.
1100 * A notification was not in progress, and now they are
1236 /* Do the pending notification
993 vdo_register_read_only_listener(struct vdo *vdo, void *listener, vdo_read_only_notification_fn notification, thread_id_t thread_id) argument
[all...]
/linux-master/kernel/
H A Dauditsc.c2590 * @notification: Notification event
2594 void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) argument
2598 if (notification)
2599 context->mq_notify.sigev_signo = notification->sigev_signo;
H A Dseccomp.c64 /* The struct pid of the task whose filter triggered the notification */
72 * notification is active, since it comes from __seccomp_filter which
80 * handler reads the notification off of an FD, it transitions to SENT.
138 * struct notification - container for seccomp userspace notifications. Since
139 * most seccomp filters will not have notification listeners attached and this
140 * structure is fairly large, we store the notification-specific stuff in a
143 * @requests: A semaphore that users of this notification can wait on for
151 struct notification { struct
209 * notification is received by the userspace listener.
212 * @notif: the struct that holds all notification relate
[all...]
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h358 u32 hnhdr_subtype; /* type of host notification */
790 struct ipw2100_notification notification; member in union:ipw2100_rx::__anon494
H A Dipw2200.h692 struct ipw_rx_notification notification; member in union:ipw_rx_packet::__anon1630
H A Dipw2200.c4423 * Handle host notification packet.
4876 IPW_DEBUG_NOTIF("Unknown notification: "
6213 * without notification. Hence, don't stay on passive channels longer
8355 pkt->u.notification.subtype,
8356 pkt->u.notification.flags,
8357 le16_to_cpu(pkt->u.notification.size));
8358 ipw_rx_notification(priv, &pkt->u.notification);
8369 * later to try and re-use notification packets and SKBs that
H A Dipw2100.c1506 * Currently FW does not support event notification for this
2604 return (status->frame_size < sizeof(u->rx_data.notification));
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-core.c1946 unsigned int notification, void *arg)
1955 switch (notification) {
1945 cx23885_v4l2_dev_notify(struct v4l2_subdev *sd, unsigned int notification, void *arg) argument
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c1411 * fimc_sensor_notify - v4l2_device notification from a sensor subdev
1412 * @sd: pointer to a subdev generating the notification
1413 * @notification: the notification type, must be S5P_FIMC_TX_END_NOTIFY
1416 * The End Of Frame notification sent by sensor subdev in its still capture
1419 * (end of frame) interrupt. And this notification is used to complete the
1421 * call this notification from their last 'End of frame capture' interrupt.
1423 void fimc_sensor_notify(struct v4l2_subdev *sd, unsigned int notification, argument
1442 if (fimc && arg && notification == S5P_FIMC_TX_END_NOTIFY &&
/linux-master/include/linux/
H A Dnfs_xdr.h293 __u32 notification; member in struct:nfs4_getdeviceinfo_res
H A Dsyscalls.h716 asmlinkage long sys_mq_notify(mqd_t mqdes, const struct sigevent __user *notification);
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c1469 static int handle_g2v_notification(struct intel_vgpu *vgpu, int notification) argument
1477 switch (notification) {
1492 gvt_vgpu_err("Invalid PV notification %d\n", notification);
/linux-master/drivers/s390/net/
H A Dqeth_core_main.c1327 enum iucv_tx_notify notification)
1334 QETH_CARD_TEXT_(q->card, 5, "skbn%d", notification);
1337 iucv_sk(sk)->sk_txnotify(sk, notification);
1325 qeth_notify_skbs(struct qeth_qdio_out_q *q, struct qeth_qdio_out_buffer *buf, enum iucv_tx_notify notification) argument
/linux-master/drivers/net/ethernet/via/
H A Dvia-velocity.c3666 static int velocity_netdev_event(struct notifier_block *nb, unsigned long notification, void *ptr) argument
/linux-master/fs/nfs/
H A Dnfs4proc.c9960 if (res.notification & ~args.notify_types)
9961 dprintk("%s: unsupported notification\n", __func__);
9962 if (res.notification != args.notify_types)
H A Dnfs4xdr.c399 1 /* notification bitmap length */ + \
400 1 /* notification bitmap, word 0 */)
405 1 /* notification bitmap length */ + \
406 1 /* notification bitmap, word 0 */ + \
5961 /* Parse notification bitmap, verifying that it is zero. */
5973 res->notification = be32_to_cpup(p++);
5976 dprintk("%s: unsupported notification\n",

Completed in 651 milliseconds

12