Searched refs:trp_tmo_list (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_write.c83 static struct atp_trans *trp_tmo_list; variable in typeref:struct:atp_trans
95 trp_tmo_list = 0;
107 trp_tmo_list = 0;
1018 if (trp_tmo_list == 0) {
1020 trp_tmo_list = trp;
1025 curr_trp = trp_tmo_list;
1050 trp->tr_tmo_next = trp_tmo_list;
1051 trp_tmo_list->tr_tmo_prev = trp;
1052 trp_tmo_list = trp;
1065 if (trp_tmo_list
[all...]

Completed in 22 milliseconds