Home
last modified time | relevance | path

Searched refs:can_delay (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/ !
H A Duipc_socket.c3360 int can_delay; in soreceive() local
3745 can_delay = 1; in soreceive()
3747 can_delay = 0; in soreceive()
3792 if (can_delay && len == m->m_len) { in soreceive()
4178 int can_delay; in soreceive_list() local
4238 can_delay = 1; in soreceive_list()
4240 can_delay = 0; in soreceive_list()
4433 if (len > 0 && can_delay == 0) { in soreceive_list()