Lines Matching defs:op
46 This is impossible; Set op==-1, events=0.
57 Set op to EPOLL_CTL_MOD [*1,*2]
59 Set op to EPOLL_CTL_ADD [*3]
62 Set op to EPOLL_CTL_DEL.
68 Set op to EPOLL_CTL_MOD
75 Set op to EPOLL_CTL_MOD
80 There is no read or write change; set op to 0 and events to 0.
83 we need to set op="ADD" and set events=the events we want to add. If we
85 the fd, we need to say op="MOD" and set events=the events we want to
86 remain. But if we want to delete the last event, we say op="DEL" and
96 [*2] We can't replace this with a no-op even if old_events is the same as
140 int op;