Lines Matching defs:fdset
80 struct fdset *fdset;
265 ret = fdset_add(vhost_user.fdset, fd, vhost_user_read_cb,
269 "failed to add fd %d into vhost server fdset",
397 ret = fdset_add(vhost_user.fdset, fd, vhost_user_server_new_connection,
400 VHOST_CONFIG_LOG(path, ERR, "failed to add listen fd %d to vhost server fdset",
1088 if (fdset_try_del(vhost_user.fdset, vsocket->socket_fd) == -1) {
1108 if (fdset_try_del(vhost_user.fdset,
1187 if (vhost_user.fdset == NULL) {
1188 vhost_user.fdset = fdset_init("vhost-evt");
1189 if (vhost_user.fdset == NULL) {
1190 VHOST_CONFIG_LOG(path, ERR, "failed to init Vhost-user fdset");