Lines Matching refs:event
165 if ((ev->event & IPC_HANDLE_POLL_ERROR) || in tipc_handle_port_errors()
166 (ev->event & IPC_HANDLE_POLL_HUP) || in tipc_handle_port_errors()
167 (ev->event & IPC_HANDLE_POLL_MSG) || in tipc_handle_port_errors()
168 (ev->event & IPC_HANDLE_POLL_SEND_UNBLOCKED)) { in tipc_handle_port_errors()
170 TLOGE("error event (0x%x) for port (%d)\n", ev->event, ev->handle); in tipc_handle_port_errors()
179 if ((ev->event & IPC_HANDLE_POLL_ERROR) || in tipc_handle_chan_errors()
180 (ev->event & IPC_HANDLE_POLL_READY)) { in tipc_handle_chan_errors()
182 TLOGE("error event (0x%x) for chan (%d)\n", ev->event, ev->handle); in tipc_handle_chan_errors()
233 .event = evt_mask, in tipc_hset_add_entry()
255 .event = evt_mask, in tipc_hset_mod_entry()
274 .event = 0, in tipc_hset_remove_entry()