Lines Matching full:notification
24 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
164 than one notification is outstanding at any one point.
170 Notification Parsing
174 read_notification() call in the previous snippet. A notification
186 The 32-bit notification range is encoded as [ee_info, ee_data]. This
213 notification. It is not a guarantee that the copy is elided.
221 In all these cases, the kernel returns a completion notification when
222 it releases its hold on the shared pages. That notification may arrive
224 notification is not a transmit completion notification, therefore.
228 also incurs notification processing cost for no benefit. For this
243 process does not read its socket. Unbound notification latency is not