Home
last modified time | relevance | path

Searched full:notification (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/linux/Documentation/core-api/
H 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
54 Notification messages begin with a short header::
62 "type" indicates the source of the notification record and "subtype" indicates
85 notification producer to indicate some meaning specific to the type and
94 Watch List (Notification Source) API
[all …]
/linux/Documentation/networking/
H A Dmsg_zerocopy.rst24 notification overhead. As a result, MSG_ZEROCOPY is generally only
34 The kernel returns a notification when it is safe to modify data.
107 The notification itself is a simple scalar value. Each socket
115 Notification Reception
149 Notification Batching
157 When a new notification is about to be queued, it checks whether the
158 new value extends the range of the notification at the tail of the
159 queue. If so, it drops the new notification packet and instead increases
160 the range upper value of the outstanding notification.
163 notification can be squashed into the previous one, so that no more
[all …]
/linux/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtime-event.h84 * @TE_V1_NOTIF_HOST_EVENT_START: request/receive notification on event start
85 * @TE_V1_NOTIF_HOST_EVENT_END:request/receive notification on event end
88 * @TE_V1_NOTIF_HOST_FRAG_START: request/receive notification on frag start
89 * @TE_V1_NOTIF_HOST_FRAG_END:request/receive notification on frag end
94 * A notification (both event and fragment) includes a status indicating weather
96 * notification the status is always success. There is no start/end fragment
97 * notification for monolithic events.
144 * A notification (both event and fragment) includes a status indicating weather
146 * notification the status is always success. There is no start/end fragment
147 * notification for monolithic events.
[all …]
/linux/include/uapi/linux/
H A Dwatch_queue.h9 #define O_NOTIFICATION_PIPE O_EXCL /* Parameter to pipe2() selecting notification pipe */
16 WATCH_TYPE_KEY_NOTIFY = 1, /* Key change event notification */
26 * Notification record header. This is aligned to 64-bits so that subclasses
50 * Notification filtering rules (IOC_WATCH_QUEUE_SET_FILTER).
67 * Extended watch removal notification. This is used optionally if the type
80 * Type of key/keyring change notification.
94 * Key/keyring notification record.
/linux/drivers/tee/optee/
H A Doptee_rpc_cmd.h31 * Notification from/to secure world.
34 * does a notification wait request instead of spinning in secure world.
35 * Conversely can a synchronous notification can be sent when a secure
38 * This interface can also be used to wait for a asynchronous notification
41 * Waiting on notification
43 * [in] value[0].b notification value
46 * Sending a synchronous notification
48 * [in] value[0].b notification value
/linux/drivers/soc/fsl/dpio/
H A Ddpio.h22 * enum dpio_channel_mode - DPIO notification channel mode
23 * @DPIO_NO_CHANNEL: No support for notification channel
35 * @channel_mode: Notification channel mode
36 * @num_priorities: Number of priorities for the notification channel (1-8);
58 * @channel_mode: Notification channel mode
59 * @num_priorities: Number of priorities for the notification channel (1-8);
/linux/include/uapi/xen/
H A Dgntalloc.h57 * Sets up an unmap notification within the page, so that the other side can do
59 * mutexes or close notification on communication channels.
61 * Each mapped page only supports one notification; multiple calls referring to
62 * the same page overwrite the previous notification. You must clear the
63 * notification prior to the IOCTL_GNTALLOC_DEALLOC_GREF if you do not want it
73 * notification we are adjusting.
/linux/drivers/firmware/arm_scmi/
H A Dnotify.h4 * notification header file containing some definitions, structures
5 * and function prototypes related to SCMI Notification handling.
21 * @max_payld_sz: Max possible size for the payload of a notification message
22 * @max_report_sz: Max possible size for the report of a notification message
37 * struct scmi_event_ops - Protocol helpers called by the notification core.
38 * @is_notify_supported: Return 0 if the specified notification for the
H A Dnotify.c3 * System Control and Management Interface (SCMI) Notification support
11 * interested agents via notification messages: this is an implementation
15 * An SCMI Notification core instance is initialized for each active platform
25 * events' delivery using the standard Kernel notification chains machinery.
28 * of the SCMI Protocol itself, the underlying notification chains are created
36 * All users provided callbacks and allocated notification-chains are stored in
42 * and is served by its own dedicated notification chain; information contained
51 * Upon reception of a notification message from the platform the SCMI RX ISR
59 * queued items into the proper notification-chain: notifications processing can
64 * Events' information is then extracted from the SCMI Notification messages and
[all …]
/linux/net/sctp/
H A Dulpevent.c109 * provided by this notification.
128 * head room to use as notification. in sctp_ulpevent_make_assoc_change()
140 /* Include the notification structure */ in sctp_ulpevent_make_assoc_change()
186 * This field is the total length of the notification data, including in sctp_ulpevent_make_assoc_change()
187 * the notification header. in sctp_ulpevent_make_assoc_change()
272 * This field is the total length of the notification data, including in sctp_ulpevent_make_peer_addr_change()
273 * the notification header. in sctp_ulpevent_make_peer_addr_change()
358 /* Create and initialize an SCTP_REMOTE_ERROR notification.
393 * notification with. in sctp_ulpevent_make_remote_error()
425 /* Create and initialize a SCTP_SEND_FAILED notification.
[all …]
/linux/Documentation/wmi/
H A Dacpi-interface.rst32 0x10 2 2 character method ID or single byte notification ID.
37 The WMI object flags control whether the method or notification ID is used:
42 - 0x8: Data block describes a WMI event, use notification ID instead
46 The method/notification ID is used to construct the ACPI method names used for
81 the ACPI method are the notification ID of the data block describing the WMI
103 holding the notification ID of the event. This method should be evaluated every
104 time an ACPI notification is received, since some ACPI implementations use a
/linux/Documentation/ABI/testing/
H 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.
H 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/include/sound/sof/ipc4/
H A Dheader.h123 /* Notification (FW to SW driver) */
480 /* Notification messages */
484 * bit 0-15: notification type specific
507 /* Value of notification type field - must fit into 8 bits */
509 /* Phrase detected (notification from WoV module) */
524 /* Custom module notification */
561 * struct sof_ipc4_notify_module_data - payload for module notification
562 * @instance_id: instance ID of the originator module of the notification
563 * @module_id: module ID of the originator of the notification
566 * @event_data: Optional notification dat
[all...]
/linux/fs/notify/
H A Dnotification.c7 * Basic idea behind the notification queue: An fsnotify group (like inotify)
8 * sends the userspace notification about events asynchronously some time after
11 * multiple group's notification queues we can't add the event directly to each
14 * going to end up on one, and only one, notification queue we embed one
71 * Try to add an event to the notification queue.
145 * Return the first event on the notification list without removing it.
160 * Remove and return the first event from the notification list. It is the
/linux/Documentation/firmware-guide/acpi/
H 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/tools/testing/selftests/net/
H A Drtnetlink_notification.sh4 # This test is for checking rtnetlink notification callpaths, and get as much
35 log_test "mcast addr notification: iproute2 too old"
56 log_test "mcast addr notification: Expected 4 matches, got $match_result"
77 log_test "anycast addr notification: iproute2 too old"
97 log_test "anycast addr notification: Expected 2 matches, got $match_result"
/linux/drivers/soc/qcom/
H A Dpmic_glink_altmode.c49 __le32 notification; member
270 u32 notification; in pmic_glink_altmode_sc8180xp_notify() local
285 notification = le32_to_cpu(msg->notification); in pmic_glink_altmode_sc8180xp_notify()
286 port = FIELD_GET(SC8180X_PORT_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
287 orientation = FIELD_GET(SC8180X_ORIENTATION_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
288 mux = FIELD_GET(SC8180X_MUX_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
289 mode = FIELD_GET(SC8180X_MODE_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
290 hpd_state = FIELD_GET(SC8180X_HPD_STATE_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
291 hpd_irq = FIELD_GET(SC8180X_HPD_IRQ_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
296 dev_dbg(altmode->dev, "notification on undefined port %d\n", port); in pmic_glink_altmode_sc8180xp_notify()
[all …]
/linux/Documentation/admin-guide/
H 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
36 A FAN_FS_ERROR Notification has the following format::
40 [ Notification Metadata (Mandatory) ]
69 notification.
/linux/arch/x86/kvm/vmx/
H A Dcommon.h37 /* Used if this vCPU is waiting for PI notification wakeup. */
118 * Send a notification event to deliver the virtual interrupt in kvm_vcpu_trigger_posted_interrupt()
127 * Case 1: vCPU stays in non-root mode. Sending a notification in kvm_vcpu_trigger_posted_interrupt()
132 * Sending a notification event is ok as the host IRQ handler in kvm_vcpu_trigger_posted_interrupt()
139 * notification event also results in a benign, spurious event. in kvm_vcpu_trigger_posted_interrupt()
165 /* If a previous notification has sent the IPI, nothing to do. */ in __vmx_deliver_posted_interrupt()
/linux/Documentation/power/
H 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
108 value and recompute the new aggregated target, calling the notification
113 and call the notification trees if the target was changed as a result of
159 Notification mechanisms:
161 The per-device PM QoS framework has a per-device notification tree.
164 Adds a notification callback function for the device for a particular request
171 Removes the notification callback function for the device.
/linux/Documentation/ABI/stable/
H 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/Documentation/filesystems/
H A Ddnotify.rst4 Linux Directory Notification
9 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/drivers/misc/vmw_vmci/
H A Dvmci_doorbell.c30 * DoorbellEntry describes the a doorbell notification handle allocated by the
69 * the case where multiple handles share a notification index, we hand out
147 * Below we try to allocate an index in the notification in dbell_index_table_add()
207 * notification index, we take the opportunity to in dbell_index_table_remove()
226 * index in the bitmap in the device backend. A notification state
245 * the device backend. The notification state is destroyed in hypervisor.
273 * Dispatches a doorbell notification to the host context.
307 * Register the notification bitmap with the host.
326 pr_devel("Failed to register (PPN=%llu) as notification bitmap (error=%d)\n", in vmci_dbell_register_notification_bitmap()
360 * Scans the notification bitmap, collects pending notifications,
/linux/drivers/net/wireless/intel/iwlwifi/fw/
H A Dnotif-wait.h22 * struct iwl_notification_wait - notification wait entry
24 * @fn: Function called with the notification. If the function
35 * notification declare it on the stack, and call
41 * Each notification is one-shot. If at some point we

12345678910>>...45