Lines Matching full:notification
23 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
114 Notification Reception
148 Notification Batching
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.
169 Notification Parsing
173 read_notification() call in the previous snippet. A notification
183 The 32-bit notification range is encoded as [ee_info, ee_data]. This
210 notification. It is not a guarantee that the copy is elided.
218 In all these cases, the kernel returns a completion notification when
219 it releases its hold on the shared pages. That notification may arrive
221 notification is not a transmit completion notification, therefore.
225 also incurs notification processing cost for no benefit. For this
239 process does not read its socket. Unbound notification latency is not