Searched defs:conn_list (Results 1 - 2 of 2) sorted by relevance

/external/fio/
H A Dserver.c479 static void fio_server_add_conn_pid(struct flist_head *conn_list, pid_t pid) argument
482 fio_server_add_fork_item(pid, conn_list);
548 static void fio_server_check_conns(struct flist_head *conn_list) argument
550 fio_server_check_fork_items(conn_list);
858 FLIST_HEAD(conn_list);
874 if (!flist_empty(&conn_list))
884 fio_server_check_conns(&conn_list);
892 fio_server_check_conns(&conn_list);
917 fio_server_add_conn_pid(&conn_list, pid);
/external/blktrace/
H A Dblktrace.c197 * 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
2178 list_add_tail(&nc->ch_head, &ch->conn_list);
2181 list_add_tail(&nc->ns_head, &ns->conn_list);
2232 INIT_LIST_HEAD(&ch->conn_list);
2260 list_for_each_safe(p, q, &ch->conn_list) {
2466 list_for_each_safe(p, q, &ns->conn_list) {
[all...]

Completed in 81 milliseconds