Lines Matching full:notify
15 #define PKT_FIELD(vsk, field_name) (vmci_trans(vsk)->notify.pkt.field_name)
55 * space exceeds the notify limit. Note that improving this function in vmci_transport_notify_waiting_write()
63 * write_notify_window then notify An alternate way of expressing this in vmci_transport_notify_waiting_write()
65 * queue: if write_notify_window > bufferReady then notify as in vmci_transport_notify_waiting_write()
73 * Once we notify the peer, we reset the detected flag so the in vmci_transport_notify_waiting_write()
272 /* Notify the peer that we have read, retrying the send on in vmci_transport_send_read_notification()
290 pr_err("%p unable to send read notify to peer\n", sk); in vmci_transport_send_read_notification()
374 * Notify the peer that we are waiting if the queue is full. We in vmci_transport_notify_pkt_poll_out()
410 * we need to notify the sender. If the number of ready in vmci_transport_notify_pkt_recv_init()
434 /* Notify our peer that we are waiting for data to read. */ in vmci_transport_notify_pkt_recv_pre_block()
523 /* Notify our peer that we are waiting for room to write. */ in vmci_transport_notify_pkt_send_pre_block()
570 /* Notify the peer that we have written, retrying the send on in vmci_transport_notify_pkt_send_post_enqueue()
586 pr_err("%p unable to send wrote notify to peer\n", sk); in vmci_transport_notify_pkt_send_post_enqueue()