Lines Matching refs:evt
45 struct tipc_event *evt = &sub->evt; in tipc_sub_send_event() local
49 tipc_evt_write(evt, event, event); in tipc_sub_send_event()
50 tipc_evt_write(evt, found_lower, found_lower); in tipc_sub_send_event()
51 tipc_evt_write(evt, found_upper, found_upper); in tipc_sub_send_event()
52 tipc_evt_write(evt, port.ref, port); in tipc_sub_send_event()
53 tipc_evt_write(evt, port.node, node); in tipc_sub_send_event()
54 tipc_topsrv_queue_evt(sub->net, sub->conid, event, evt); in tipc_sub_send_event()
80 struct tipc_subscr *s = &sub->evt.s; in tipc_sub_report_overlap()
106 struct tipc_subscr *s = &sub->evt.s; in tipc_sub_timeout()
153 memcpy(&sub->evt.s, s, sizeof(*s)); in tipc_sub_subscribe()
161 timeout = tipc_sub_read(&sub->evt.s, timeout); in tipc_sub_subscribe()
170 if (sub->evt.s.timeout != TIPC_WAIT_FOREVER) in tipc_sub_unsubscribe()