Searched refs:ticks (Results 1 – 3 of 3) sorted by relevance
6086 ULONG ticks; in nx_bsd_getsockopt() local6261 ticks = bsd_socket_ptr -> nx_bsd_option_receive_timeout; in nx_bsd_getsockopt()6264 … so_rcvtimeval -> tv_usec = (nx_bsd_suseconds_t)(ticks * NX_MICROSECOND_PER_CPU_TICK) % 1000000; in nx_bsd_getsockopt()6265 … so_rcvtimeval -> tv_sec = (nx_bsd_time_t)((ticks * NX_MICROSECOND_PER_CPU_TICK) / 1000000); in nx_bsd_getsockopt()7594 ULONG ticks; in nx_bsd_select() local7661 …ticks = (ULONG)(timeout -> tv_usec)/NX_MICROSECOND_PER_CPU_TICK + (ULONG)(timeout -> tv_sec) * NX_… in nx_bsd_select()7667 ticks = TX_WAIT_FOREVER; in nx_bsd_select()7931 …ent_flags_get(&nx_bsd_events, NX_BSD_SELECT_EVENT, TX_OR_CLEAR, (ULONG *) &suspend_request, ticks); in nx_bsd_select()7948 if (ticks == 0) in nx_bsd_select()
212 | wait_option [in] | Number of ticks to block for device registration. |
384 | wait_option [in] | Number of ticks to wait for internal resources to be available. |