Searched refs:read_poll_tmo_ms (Results 1 – 2 of 2) sorted by relevance
325 uipc.ch[ch_id].read_poll_tmo_ms = DEFAULT_READ_POLL_TMO_MS; in uipc_setup_server_locked()646 OSI_NO_INTR(poll_ret = poll(&pfd, 1, uipc.ch[ch_id].read_poll_tmo_ms)); in UIPC_Read()649 uipc.ch[ch_id].read_poll_tmo_ms); in UIPC_Read()729 uipc.ch[ch_id].read_poll_tmo_ms = (intptr_t)param; in UIPC_Ioctl()731 uipc.ch[ch_id].read_poll_tmo_ms); in UIPC_Ioctl()
63 int read_poll_tmo_ms; member