Home
last modified time | relevance | path

Searched refs:phe (Results 1 – 1 of 1) sorted by last modified time

/unit/src/
H A Dnxt_poll_engine.c413 phe->fd = ev->fd; in nxt_poll_set_add()
415 phe->event = ev; in nxt_poll_set_add()
424 lhq.value = phe; in nxt_poll_set_add()
434 nxt_free(phe); in nxt_poll_set_add()
479 phe = lhq.value; in nxt_poll_set_delete()
481 index = phe->index; in nxt_poll_set_delete()
648 return phe; in nxt_poll_fd_hash_get()
663 phe = data; in nxt_poll_fd_hash_test()
669 if (nxt_fast_path(phe->fd == engine->u.poll.set[phe->index].fd)) { in nxt_poll_fd_hash_test()
674 phe->fd, engine->u.poll.set[phe->index].fd); in nxt_poll_fd_hash_test()
[all …]