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

/opensolaris-onvv-gate/usr/src/uts/common/sys/
H A Dclock_impl.h105 * LBOLT_FASTPATH{,64} should *only* be used where the cost of calling the
114 #define LBOLT_FASTPATH (clock_t)LBOLT_FASTPATH64 macro
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_input.c2171 uint32_t llbolt = (uint32_t)LBOLT_FASTPATH;
2351 tcp->tcp_last_recv_time = LBOLT_FASTPATH;
4226 tcp_set_rto(tcp, (int32_t)LBOLT_FASTPATH -
4248 tcp_set_rto(tcp, (int32_t)LBOLT_FASTPATH -
4280 (mblk_t *)(uintptr_t)LBOLT_FASTPATH;
4758 (mblk_t *)LBOLT_FASTPATH;
4794 (mblk_t *)LBOLT_FASTPATH;
H A Dtcp_output.c221 clock_t now = LBOLT_FASTPATH;
1189 now = LBOLT_FASTPATH;
1310 uint32_t llbolt = (uint32_t)LBOLT_FASTPATH;
2421 uint32_t llbolt = (uint32_t)LBOLT_FASTPATH;
2850 uint32_t llbolt = (uint32_t)LBOLT_FASTPATH;
3199 uint32_t llbolt = (uint32_t)LBOLT_FASTPATH;
/opensolaris-onvv-gate/usr/src/uts/common/inet/ip/
H A Dip6_input.c122 #include <sys/clock_impl.h> /* For LBOLT_FASTPATH{,64} */
1444 ire->ire_last_used_time = LBOLT_FASTPATH;
H A Dip_input.c122 #include <sys/clock_impl.h> /* For LBOLT_FASTPATH{,64} */
1698 ire->ire_last_used_time = LBOLT_FASTPATH;

Completed in 47 milliseconds