Lines Matching refs:fds
28 curr = ctx->fds; in ASYNC_WAIT_CTX_free()
60 fdlookup->next = ctx->fds; in ASYNC_WAIT_CTX_set_wait_fd()
61 ctx->fds = fdlookup; in ASYNC_WAIT_CTX_set_wait_fd()
71 curr = ctx->fds; in ASYNC_WAIT_CTX_get_fd()
93 curr = ctx->fds; in ASYNC_WAIT_CTX_get_all_fds()
122 curr = ctx->fds; in ASYNC_WAIT_CTX_get_changed_fds()
144 curr = ctx->fds; in ASYNC_WAIT_CTX_clear_fd()
156 if (ctx->fds == curr) { in ASYNC_WAIT_CTX_clear_fd()
157 ctx->fds = curr->next; in ASYNC_WAIT_CTX_clear_fd()
227 curr = ctx->fds; in async_wait_ctx_reset_counts()
232 ctx->fds = curr->next; in async_wait_ctx_reset_counts()
237 curr = ctx->fds; in async_wait_ctx_reset_counts()