Lines Matching refs:evt
46 struct tipc_subscr *s = &sub->evt.s;
47 struct tipc_event *evt = &sub->evt;
51 tipc_evt_write(evt, event, event);
53 tipc_evt_write(evt, found_lower, p->sr.lower);
54 tipc_evt_write(evt, found_upper, p->sr.upper);
55 tipc_evt_write(evt, port.ref, p->sk.ref);
56 tipc_evt_write(evt, port.node, p->sk.node);
58 tipc_evt_write(evt, found_lower, s->seq.lower);
59 tipc_evt_write(evt, found_upper, s->seq.upper);
60 tipc_evt_write(evt, port.ref, 0);
61 tipc_evt_write(evt, port.node, 0);
63 tipc_topsrv_queue_evt(sub->net, sub->conid, event, evt);
156 memcpy(&sub->evt.s, s, sizeof(*s));
170 timeout = tipc_sub_read(&sub->evt.s, timeout);
179 if (sub->evt.s.timeout != TIPC_WAIT_FOREVER)