Searched refs:SQ_FILL (Results 1 – 12 of 12) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | squeue.h | 47 #define SQ_FILL 0x0001 macro
|
/illumos-gate/usr/src/uts/common/inet/ |
H A D | squeue.c | 397 connp, ira, SQ_FILL, SQTAG_SQUEUE_CHANGE); in squeue_enter() 497 (process_flag != SQ_FILL) && (sqp->sq_first == NULL) && in squeue_enter() 525 connp, ira, SQ_FILL, SQTAG_SQUEUE_CHANGE); in squeue_enter() 702 SQ_FILL, SQTAG_SQUEUE_CHANGE); in squeue_drain()
|
/illumos-gate/usr/src/uts/common/inet/tcp/ |
H A D | tcp_input.c | 951 SQ_FILL, SQTAG_TCP_DROP_Q0); in tcp_drop_q0() 1188 eager->tcp_connp, NULL, SQ_FILL, SQTAG_TCP_EAGER_BLOWOFF); in tcp_eager_blowoff() 1217 SQ_FILL, SQTAG_TCP_EAGER_CLEANUP); in tcp_eager_cleanup() 1232 tcp_eager_kill, eager->tcp_connp, NULL, SQ_FILL, in tcp_eager_cleanup() 1966 econnp, NULL, SQ_FILL, SQTAG_TCP_CONN_REQ_2); in tcp_input_listener() 1990 econnp, ira, SQ_FILL, SQTAG_TCP_CONN_REQ_1); in tcp_input_listener() 2097 ira, SQ_FILL, SQTAG_TCP_CONN_REQ_UNBOUND); in tcp_input_listener_unbound() 3995 listener->tcp_connp, NULL, SQ_FILL, in tcp_input_data()
|
H A D | tcp_misc.c | 340 SQ_FILL, SQTAG_TCP_ABORT_BUCKET); in tcp_ioctl_abort_bucket()
|
H A D | tcp_time_wait.c | 392 SQ_FILL, SQTAG_TCP_TIMEWAIT); in tcp_time_wait_purge()
|
H A D | tcp_timers.c | 185 NULL, SQ_FILL, SQTAG_TCP_TIMER); in tcp_timer_callback()
|
H A D | tcp_tpi.c | 1682 tcp_accept_finish, eager->tcp_connp, NULL, SQ_FILL, in tcp_tli_accept() 1806 NULL, SQ_FILL, SQTAG_TCP_SEND_PENDING); in tcp_tpi_accept()
|
H A D | tcp.c | 4053 int rval = SQ_FILL; in tcp_squeue_switch()
|
/illumos-gate/usr/src/uts/common/inet/ip/ |
H A D | ip6_input.c | 2211 connp->conn_recv, connp, ira, SQ_FILL, in ip_fanout_v6()
|
H A D | ip_input.c | 2558 connp->conn_recv, connp, ira, SQ_FILL, in ip_fanout_v4()
|
H A D | ip6.c | 834 connp->conn_recvicmp, connp, ira, SQ_FILL, in icmp_inbound_error_fanout_v6()
|
H A D | ip.c | 2154 connp->conn_recvicmp, connp, ira, SQ_FILL, in icmp_inbound_error_fanout_v4() 13981 rval = SQ_FILL; in ip_squeue_switch()
|