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

/darwin-on-arm/xnu/osfmk/ipc/
H A Dipc_entry.c294 mach_port_index_t free_index, next_index; local
302 (next_index = table[free_index].ie_next)
304 free_index = next_index)
308 table[next_index].ie_next;
/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_timer.c248 static uint32_t tcp_run_conn_timer(struct tcpcb *tp, uint16_t *next_index);
993 tcp_run_conn_timer(struct tcpcb *tp, uint16_t *next_index) { argument
1034 *(next_index) = tp->tentry.index;
1090 *(next_index) = tp->tentry.index;

Completed in 22 milliseconds