Home
last modified time | relevance | path

Searched refs:notification (Results 1 – 25 of 153) sorted by relevance

1234567

/Linux-v4.19/Documentation/ABI/stable/
Dthermal-notification1 What: A notification mechanism for thermal related events
3 This interface enables notification for thermal related events.
4 The notification is in the form of a netlink event.
/Linux-v4.19/Documentation/networking/
Dmsg_zerocopy.rst23 notification overhead. As a result, MSG_ZEROCOPY is generally only
33 The kernel returns a notification when it is safe to modify data.
106 The notification itself is a simple scalar value. Each socket
156 When a new notification is about to be queued, it checks whether the
157 new value extends the range of the notification at the tail of the
158 queue. If so, it drops the new notification packet and instead increases
159 the range upper value of the outstanding notification.
162 notification can be squashed into the previous one, so that no more
163 than one notification is outstanding at any one point.
173 read_notification() call in the previous snippet. A notification
[all …]
/Linux-v4.19/include/media/
Dv4l2-mc.h211 unsigned int notification);
240 unsigned int notification) in v4l2_pipeline_link_notify() argument
Dv4l2-device.h66 unsigned int notification, void *arg);
208 unsigned int notification, void *arg) in v4l2_subdev_notify() argument
211 sd->v4l2_dev->notify(sd, notification, arg); in v4l2_subdev_notify()
/Linux-v4.19/Documentation/acpi/
Dacpi-lid.txt26 the lid state upon the last lid notification instead of returning the lid
36 changed to "opened". Thus the "opened" notification is not guaranteed. But
38 state is changed to "closed". The "closed" notification is normally used to
60 events and the unreliable initial state notification, Linux users can use
69 notification is missing.
77 control method is not reliable and the initial lid state notification is
81 and the unreliable initial state notification, Linux users should always
/Linux-v4.19/arch/ia64/sn/kernel/
Dbte.c80 bte_result_t bte_copy(u64 src, u64 dest, u64 len, u64 mode, void *notification) in bte_copy() argument
95 src, dest, len, mode, notification)); in bte_copy()
178 if (notification == NULL) { in bte_copy()
182 bte->most_rcnt_na = notification; in bte_copy()
210 if (notification != NULL) { in bte_copy()
/Linux-v4.19/Documentation/filesystems/
Ddnotify.txt6 The intention of directory notification is to allow user applications
8 The basic mechanism involves the application registering for notification
23 Usually, the application must reregister after each notification, but
41 The notification should work for any local access to files even if the
Dinotify.txt2 a powerful yet simple file change notification system
59 When you talk about designing a file change notification system that
71 Signals are a terrible, terrible interface for file notification. Or for
/Linux-v4.19/fs/notify/fanotify/
DKconfig2 bool "Filesystem wide access notification"
8 notification system which differs from inotify in that it sends
/Linux-v4.19/Documentation/hwmon/
Dacpi_power_meter29 socket and a poll notification will be sent to the appropriate
39 the netlink event socket and a poll notification will be sent to the
46 well as sent as a poll notification to a sysfs file. The events are as
/Linux-v4.19/Documentation/power/
Dpm_qos_interface.txt48 and recompute the new aggregated target, calling the notification tree if the
53 call the notification tree if the target was changed as a result of removing
64 Adds a notification callback function to the PM QoS class. The callback is
68 Removes the notification callback function for the PM QoS class.
118 and recompute the new aggregated target, calling the notification trees if the
123 call the notification trees if the target was changed as a result of removing
165 The per-device PM QoS framework has a per-device notification tree.
168 Adds a notification callback function for the device.
173 Removes the notification callback function for the device.
/Linux-v4.19/ipc/
Dmqueue.c1162 static int do_mq_notify(mqd_t mqdes, const struct sigevent *notification) in do_mq_notify() argument
1171 audit_mq_notify(mqdes, notification); in do_mq_notify()
1175 if (notification != NULL) { in do_mq_notify()
1176 if (unlikely(notification->sigev_notify != SIGEV_NONE && in do_mq_notify()
1177 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1178 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1180 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1181 !valid_signal(notification->sigev_signo)) { in do_mq_notify()
1184 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1194 notification->sigev_value.sival_ptr, in do_mq_notify()
[all …]
/Linux-v4.19/Documentation/thermal/
Dx86_pkg_temperature_thermal21 user mode can receive notification via thermal notification mechanism and can
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-mc.c369 unsigned int notification) in v4l2_pipeline_link_notify() argument
381 if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in v4l2_pipeline_link_notify()
389 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH && in v4l2_pipeline_link_notify()
/Linux-v4.19/drivers/thermal/
Dintel_soc_dts_iosf.c407 bool notification; in intel_soc_dts_iosf_init() local
430 notification = false; in intel_soc_dts_iosf_init()
432 notification = true; in intel_soc_dts_iosf_init()
436 notification, trip_count, in intel_soc_dts_iosf_init()
/Linux-v4.19/fs/notify/
DMakefile2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
/Linux-v4.19/drivers/staging/media/imx/
Dimx-media-dev.c419 unsigned int notification) in imx_media_link_notify() argument
429 ret = v4l2_pipeline_link_notify(link, flags, notification); in imx_media_link_notify()
455 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH && in imx_media_link_notify()
465 } else if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in imx_media_link_notify()
/Linux-v4.19/fs/notify/dnotify/
DKconfig6 Dnotify is a directory-based per-fd file change notification system
/Linux-v4.19/arch/ia64/include/asm/sn/
Dbte.h217 #define bte_zero(dest, len, mode, notification) \ argument
218 bte_copy(0, dest, len, ((mode) | BTE_ZERO_FILL), notification)
/Linux-v4.19/include/linux/
Daudit.h350 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
416 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() argument
419 __audit_mq_notify(mqdes, notification); in audit_mq_notify()
564 const struct sigevent *notification) in audit_mq_notify() argument
/Linux-v4.19/drivers/pci/hotplug/
Dacpiphp_ibm.c77 struct notification { struct
95 static struct notification ibm_note; argument
255 struct notification *note = context; in ibm_handle_events()
/Linux-v4.19/Documentation/virtual/kvm/
Ds390-diag.txt49 Subcode 0 - s390-virtio notification and early console printk
58 Subcode 3 - virtio-ccw notification
/Linux-v4.19/Documentation/i2c/
Dslave-eeprom-backend13 notification when another master changed the content.
/Linux-v4.19/include/uapi/sound/
Dfirewire.h27 unsigned int notification; /* DICE-specific bits */ member
/Linux-v4.19/virt/kvm/
DKconfig26 # Toggle to switch between direct notification and batch job

1234567