Searched refs:ctl (Results 1 – 1 of 1) sorted by relevance
55 struct poll_ctl *ctl, int n);406 ctl->cmd = PS_DELETE; in nxt_pollset_commit_changes()407 ctl->events = 0; in nxt_pollset_commit_changes()408 ctl->fd = ev->fd; in nxt_pollset_commit_changes()412 ctl->cmd = change->cmd; in nxt_pollset_commit_changes()414 ctl->fd = ev->fd; in nxt_pollset_commit_changes()486 struct poll_ctl ctl; in nxt_pollset_remove() local513 ctl.cmd = PS_DELETE; in nxt_pollset_remove()514 ctl.events = 0; in nxt_pollset_remove()515 ctl.fd = fd; in nxt_pollset_remove()[all …]