container_of      129 src/fs-poll.c    ctx = container_of(timer, struct poll_ctx, timer_handle);
container_of      144 src/fs-poll.c    ctx = container_of(req, struct poll_ctx, fs_req);
container_of      190 src/fs-poll.c    free(container_of(handle, struct poll_ctx, timer_handle));
container_of      152 src/unix/async.c   wa = container_of(w, struct uv__async, io_watcher);
container_of      607 src/unix/fs.c    req = container_of(w, uv_fs_t, work_req);
container_of      667 src/unix/fs.c    req = container_of(w, uv_fs_t, work_req);
container_of       34 src/unix/getaddrinfo.c   req = container_of(w, uv_getaddrinfo_t, work_req);
container_of       44 src/unix/getaddrinfo.c   req = container_of(w, uv_getaddrinfo_t, work_req);
container_of      267 src/unix/kqueue.c   handle = container_of(w, uv_fs_event_t, event_watcher);
container_of      220 src/unix/pipe.c   pipe = container_of(w, uv_pipe_t, io_watcher);
container_of       34 src/unix/poll.c   handle = container_of(w, uv_poll_t, io_watcher);
container_of      256 src/unix/stream.c   s = container_of(handle, uv__stream_select_t, async);
container_of      279 src/unix/stream.c   s = container_of(async, uv__stream_select_t, async);
container_of      500 src/unix/stream.c   stream = container_of(w, uv_stream_t, io_watcher);
container_of     1118 src/unix/stream.c   stream = container_of(w, uv_stream_t, io_watcher);
container_of      201 src/unix/threadpool.c   loop = container_of(handle, uv_loop_t, wq_async);
container_of      215 src/unix/threadpool.c     w = container_of(q, struct uv__work, wq);
container_of      223 src/unix/threadpool.c   uv_work_t* req = container_of(w, uv_work_t, work_req);
container_of      232 src/unix/threadpool.c   req = container_of(w, uv_work_t, work_req);
container_of      192 src/unix/udp.c   handle = container_of(w, uv_udp_t, io_watcher);
container_of      256 src/unix/udp.c   handle = container_of(w, uv_udp_t, io_watcher);
container_of       44 test/benchmark-async.c   struct ctx* ctx = container_of(handle, struct ctx, worker_async);
container_of       56 test/benchmark-async.c   struct ctx* ctx = container_of(handle, struct ctx, main_async);
container_of       85 test/benchmark-fs-stat.c   struct async_req* req = container_of(fs_req, struct async_req, fs_req);
container_of      112 test/benchmark-multi-accept.c   sc = container_of(ipc_pipe, struct ipc_server_ctx, ipc_pipe);
container_of      138 test/benchmark-multi-accept.c   ctx = container_of(req, struct ipc_peer_ctx, write_req);
container_of      145 test/benchmark-multi-accept.c   ctx = container_of(handle, struct ipc_peer_ctx, peer_handle);
container_of      152 test/benchmark-multi-accept.c   ctx = container_of(req, struct ipc_client_ctx, connect_req);
container_of      162 test/benchmark-multi-accept.c   ctx = container_of(handle, struct ipc_client_ctx, ipc_pipe);
container_of      174 test/benchmark-multi-accept.c   ctx = container_of(ipc_pipe, struct ipc_client_ctx, ipc_pipe);
container_of      269 test/benchmark-multi-accept.c   ctx = container_of(handle, struct server_ctx, async_handle);
container_of      279 test/benchmark-multi-accept.c   ctx = container_of(server_handle, struct server_ctx, server_handle);
container_of      311 test/benchmark-multi-accept.c   struct client_ctx* ctx = container_of(req, struct client_ctx, connect_req);
container_of      318 test/benchmark-multi-accept.c   struct client_ctx* ctx = container_of(handle, struct client_ctx, idle_handle);
container_of      327 test/benchmark-multi-accept.c   ctx = container_of(handle, struct client_ctx, client_handle);
container_of       82 test/benchmark-udp-pummel.c   s = container_of(req, struct sender_state, send_req);
container_of       78 test/blackhole-server.c   conn = container_of(stream, conn_rec, handle);
container_of       86 test/blackhole-server.c   conn_rec* conn = container_of(req, conn_rec, shutdown_req);
container_of       92 test/blackhole-server.c   conn_rec* conn = container_of(handle, conn_rec, handle);
container_of       54 test/test-signal.c   struct signal_ctx* ctx = container_of(handle, struct signal_ctx, handle);
container_of       69 test/test-signal.c   struct timer_ctx* ctx = container_of(handle, struct timer_ctx, handle);
container_of       80 test/test-thread.c   req = container_of(handle, struct getaddrinfo_req, handle);
container_of       97 test/test-thread.c   struct fs_req* req = container_of(handle, struct fs_req, handle);
container_of      146 test/test-threadpool-cancel.c   ci = container_of(handle, struct cancel_info, timer_handle);