HomeSort by relevance Sort by last modified time
    Searched refs:conn_list (Results 1 - 2 of 2) sorted by null

  /external/fio/
server.c 493 static void fio_server_add_conn_pid(struct flist_head *conn_list, pid_t pid)
496 fio_server_add_fork_item(pid, conn_list);
562 static void fio_server_check_conns(struct flist_head *conn_list)
564 fio_server_check_fork_items(conn_list);
946 FLIST_HEAD(conn_list);
962 if (!flist_empty(&conn_list))
972 fio_server_check_conns(&conn_list);
980 fio_server_check_conns(&conn_list);
1005 fio_server_add_conn_pid(&conn_list, pid);
    [all...]
  /external/blktrace/
blktrace.c 197 * host are linked on conn_list, and any devices traced on that host
202 struct list_head conn_list; member in struct:cl_host
213 * list, and the network server conn_list) are also included.
224 * one per conection currently on conn_list. The nchs/ch_list values
229 struct list_head conn_list; member in struct:net_server_s
    [all...]

Completed in 48 milliseconds