Home
last modified time | relevance | path

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

123456789

/linux-6.3-rc2/Documentation/networking/
A 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
157 new value extends the range of the notification at the tail of the
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
210 notification. It is not a guarantee that the copy is elided.
221 notification is not a transmit completion notification, therefore.
[all …]
/linux-6.3-rc2/Documentation/ABI/stable/
A 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-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-fc_host5 These files contain the number of congestion notification
7 performance impact notification (FPIN) event.
15 performance impact notification (FPIN) event.
23 performance impact notification (FPIN) event.
A Dsysfs-class-fc_remote_ports5 These files contain the number of congestion notification
7 performance impact notification (FPIN) event.
15 performance impact notification (FPIN) event.
23 performance impact notification (FPIN) event.
/linux-6.3-rc2/Documentation/core-api/
A Dwatch_queue.rst2 General notification mechanism
5 The general notification mechanism is built on top of the standard pipe driver
6 whereby it effectively splices notification messages from the kernel into pipes
14 "General setup"/"General notification queue"
29 additions to the ring - which might end up interleaved with notification
45 Note that when producing a notification, the kernel does not wait for the
85 notification producer to indicate some meaning specific to the type and
125 A "watch queue" is the buffer allocated by an application that notification
180 Subscribe a watch to a watch list (notification source). The
199 inaccessible to new watches by this point. A notification
[all …]
A Dmemory-hotplug.rst10 Hotplugging events are sent to a notification queue.
12 There are six types of notification defined in ``include/linux/memory.h``:
82 further processing of the notification queue.
84 NOTIFY_STOP stops further processing of the notification queue.
/linux-6.3-rc2/drivers/soc/qcom/
A Dpmic_glink_altmode.c46 __le32 notification; member
219 u32 notification; in pmic_glink_altmode_sc8180xp_notify() local
234 notification = le32_to_cpu(msg->notification); in pmic_glink_altmode_sc8180xp_notify()
235 port = FIELD_GET(SC8180X_PORT_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
236 orientation = FIELD_GET(SC8180X_ORIENTATION_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
237 mux = FIELD_GET(SC8180X_MUX_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
238 mode = FIELD_GET(SC8180X_MODE_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
239 hpd_state = FIELD_GET(SC8180X_HPD_STATE_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
240 hpd_irq = FIELD_GET(SC8180X_HPD_IRQ_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
/linux-6.3-rc2/drivers/staging/media/imx/
A Dimx-media-dev-common.c251 unsigned int notification) in imx_media_link_notify() argument
262 ret = v4l2_pipeline_link_notify(link, flags, notification); in imx_media_link_notify()
286 if (notification == MEDIA_DEV_NOTIFY_PRE_LINK_CH && in imx_media_link_notify()
298 } else if (notification == MEDIA_DEV_NOTIFY_POST_LINK_CH && in imx_media_link_notify()
317 static void imx_media_notify(struct v4l2_subdev *sd, unsigned int notification, in imx_media_notify() argument
323 if (notification != V4L2_DEVICE_NOTIFY_EVENT) in imx_media_notify()
/linux-6.3-rc2/include/media/
A Dv4l2-mc.h185 unsigned int notification);
217 unsigned int notification) in v4l2_pipeline_link_notify() argument
A Dv4l2-device.h54 unsigned int notification, void *arg);
238 unsigned int notification, void *arg) in v4l2_subdev_notify() argument
241 sd->v4l2_dev->notify(sd, notification, arg); in v4l2_subdev_notify()
/linux-6.3-rc2/Documentation/firmware-guide/acpi/
A Dacpi-lid.rst32 the lid state upon the last lid notification instead of returning the lid
43 changed to "opened". Thus the "opened" notification is not guaranteed. But
45 state is changed to "closed". The "closed" notification is normally used to
71 events and the unreliable initial state notification, Linux users can use
82 notification is missing.
93 control method is not reliable and the initial lid state notification is
97 and the unreliable initial state notification, Linux users should always
/linux-6.3-rc2/Documentation/filesystems/
A Ddnotify.rst9 The intention of directory notification is to allow user applications
11 The basic mechanism involves the application registering for notification
28 Usually, the application must reregister after each notification, but
46 The notification should work for any local access to files even if the
/linux-6.3-rc2/fs/notify/fanotify/
A DKconfig3 bool "Filesystem wide access notification"
9 notification system which differs from inotify in that it sends
/linux-6.3-rc2/Documentation/hwmon/
A Dacpi_power_meter.rst32 socket and a poll notification will be sent to the appropriate
42 the netlink event socket and a poll notification will be sent to the
49 well as sent as a poll notification to a sysfs file. The events are as
/linux-6.3-rc2/Documentation/power/
A Dpm_qos_interface.rst40 value and recompute the new aggregated target, calling the notification tree
45 and call the notification tree if the target was changed as a result of
56 Adds a notification callback function to the CPU latency QoS. The callback is
60 Removes the notification callback function from the CPU latency QoS.
115 value and recompute the new aggregated target, calling the notification
120 and call the notification trees if the target was changed as a result of
168 The per-device PM QoS framework has a per-device notification tree.
171 Adds a notification callback function for the device for a particular request
178 Removes the notification callback function for the device.
/linux-6.3-rc2/ipc/
A Dmqueue.c1326 audit_mq_notify(mqdes, notification); in do_mq_notify()
1330 if (notification != NULL) { in do_mq_notify()
1332 notification->sigev_notify != SIGEV_SIGNAL && in do_mq_notify()
1333 notification->sigev_notify != SIGEV_THREAD)) in do_mq_notify()
1335 if (notification->sigev_notify == SIGEV_SIGNAL && in do_mq_notify()
1336 !valid_signal(notification->sigev_signo)) { in do_mq_notify()
1339 if (notification->sigev_notify == SIGEV_THREAD) { in do_mq_notify()
1348 notification->sigev_value.sival_ptr, in do_mq_notify()
1358 f = fdget(notification->sigev_signo); in do_mq_notify()
1396 if (notification == NULL) { in do_mq_notify()
[all …]
/linux-6.3-rc2/Documentation/driver-api/thermal/
A Dx86_pkg_temperature_thermal.rst25 user mode can receive notification via thermal notification mechanism and can
/linux-6.3-rc2/Documentation/admin-guide/
A Dfilesystem-monitoring.rst15 By design, a FAN_FS_ERROR notification exposes sufficient information
26 error that occurred for a file system since the last notification, and
69 notification.
/linux-6.3-rc2/drivers/staging/media/tegra-video/
A Dvideo.c30 unsigned int notification, void *arg) in tegra_v4l2_dev_notify() argument
35 if (notification != V4L2_DEVICE_NOTIFY_EVENT) in tegra_v4l2_dev_notify()
/linux-6.3-rc2/drivers/thermal/intel/
A Dintel_soc_dts_iosf.c382 bool notification; in intel_soc_dts_iosf_init() local
406 notification = false; in intel_soc_dts_iosf_init()
408 notification = true; in intel_soc_dts_iosf_init()
412 notification, trip_count, in intel_soc_dts_iosf_init()
/linux-6.3-rc2/fs/notify/
A DMakefile2 obj-$(CONFIG_FSNOTIFY) += fsnotify.o notification.o group.o mark.o \
/linux-6.3-rc2/fs/notify/dnotify/
A DKconfig7 Dnotify is a directory-based per-fd file change notification system
/linux-6.3-rc2/drivers/pci/hotplug/
A Dacpiphp_ibm.c77 struct notification { struct
95 static struct notification ibm_note; argument
255 struct notification *note = context; in ibm_handle_events()
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dmemory.rst834 memory.oom_control file is for OOM notification and other controls.
836 Memory cgroup implements OOM notifier using the cgroup notification
837 API (See cgroups.txt). It allows to register multiple OOM notification
838 delivery and gets notification when OOM happens.
848 OOM notification doesn't work for the root cgroup.
889 maintaining cache level. Upon notification, the program (typically
912 notification only if there are no event listers for group C.
928 registered for "local" notification and the group experiences memory
931 local notification.
937 "medium,local" specifies pass-through notification for the medium level.
[all …]
/linux-6.3-rc2/include/linux/
A Daudit.h411 extern void __audit_mq_notify(mqd_t mqdes, const struct sigevent *notification);
482 static inline void audit_mq_notify(mqd_t mqdes, const struct sigevent *notification) in audit_mq_notify() argument
485 __audit_mq_notify(mqdes, notification); in audit_mq_notify()
660 const struct sigevent *notification) in audit_mq_notify() argument

Completed in 44 milliseconds

123456789