Symbol: squeue_t
usr/src/cmd/mdb/common/modules/ip/ip.c
1741
squeue_t squeue;
usr/src/cmd/mdb/common/modules/ip/ip.c
1765
if (mdb_vread(&squeue, sizeof (squeue_t), addr) == -1) {
usr/src/uts/common/inet/ip.h
2197
squeue_t *ixa_sqp; /* Set from conn_sqp as a hint */
usr/src/uts/common/inet/ip.h
2327
squeue_t *ira_sqp;
usr/src/uts/common/inet/ip.h
2331
squeue_t *ira_target_sqp;
usr/src/uts/common/inet/ip.h
3262
struct mac_header_info_s *, squeue_t *, mblk_t **, uint_t *);
usr/src/uts/common/inet/ip.h
3264
struct mac_header_info_s *, squeue_t *, mblk_t **, uint_t *);
usr/src/uts/common/inet/ip.h
3296
extern mblk_t *ip_accept_tcp(ill_t *, ill_rx_ring_t *, squeue_t *,
usr/src/uts/common/inet/ip.h
3298
extern mblk_t *ip_accept_tcp_v6(ill_t *, ill_rx_ring_t *, squeue_t *,
usr/src/uts/common/inet/ip.h
3603
squeue_t *, mblk_t *, mblk_t **, uint_t *);
usr/src/uts/common/inet/ip.h
3619
squeue_t *rr_sqp; /* Squeue the ring is bound to */
usr/src/uts/common/inet/ip.h
3658
extern void ip_squeue_init(void (*)(squeue_t *));
usr/src/uts/common/inet/ip.h
3659
extern squeue_t *ip_squeue_random(uint_t);
usr/src/uts/common/inet/ip.h
3660
extern squeue_t *ip_squeue_get(ill_rx_ring_t *);
usr/src/uts/common/inet/ip.h
3661
extern squeue_t *ip_squeue_getfree(pri_t);
usr/src/uts/common/inet/ip.h
3662
extern int ip_squeue_cpu_move(squeue_t *, processorid_t);
usr/src/uts/common/inet/ip/ip6_input.c
178
ip_accept_tcp_v6(ill_t *ill, ill_rx_ring_t *ip_ring, squeue_t *target_sqp,
usr/src/uts/common/inet/ip/ip6_input.c
192
struct mac_header_info_s *mhip, squeue_t *target_sqp,
usr/src/uts/common/inet/ip/ip_attr.c
205
squeue_t *irm_sqp;
usr/src/uts/common/inet/ip/ip_input.c
182
ip_accept_tcp(ill_t *ill, ill_rx_ring_t *ip_ring, squeue_t *target_sqp,
usr/src/uts/common/inet/ip/ip_input.c
196
struct mac_header_info_s *mhip, squeue_t *target_sqp,
usr/src/uts/common/inet/ip/ip_squeue.c
141
static void (*ip_squeue_create_callback)(squeue_t *) = NULL;
usr/src/uts/common/inet/ip/ip_squeue.c
143
static squeue_t *ip_squeue_create(pri_t);
usr/src/uts/common/inet/ip/ip_squeue.c
146
static void ip_squeue_set_move(squeue_t *, squeue_set_t *);
usr/src/uts/common/inet/ip/ip_squeue.c
152
static squeue_t *
usr/src/uts/common/inet/ip/ip_squeue.c
155
squeue_t *sqp;
usr/src/uts/common/inet/ip/ip_squeue.c
179
squeue_t **lastsqp, *sq;
usr/src/uts/common/inet/ip/ip_squeue.c
180
squeue_t **defaultq_lastp = NULL;
usr/src/uts/common/inet/ip/ip_squeue.c
256
squeue_t *
usr/src/uts/common/inet/ip/ip_squeue.c
260
squeue_t *sq;
usr/src/uts/common/inet/ip/ip_squeue.c
306
ip_squeue_init(void (*callback)(squeue_t *))
usr/src/uts/common/inet/ip/ip_squeue.c
348
squeue_t *
usr/src/uts/common/inet/ip/ip_squeue.c
352
squeue_t *sq;
usr/src/uts/common/inet/ip/ip_squeue.c
387
ip_squeue_set_move(squeue_t *sq, squeue_set_t *newset)
usr/src/uts/common/inet/ip/ip_squeue.c
390
squeue_t **lastsqp;
usr/src/uts/common/inet/ip/ip_squeue.c
420
ip_squeue_cpu_move(squeue_t *sq, processorid_t cpuid)
usr/src/uts/common/inet/ip/ip_squeue.c
471
squeue_t *sq = NULL;
usr/src/uts/common/inet/ip/ip_squeue.c
549
squeue_t *sqp;
usr/src/uts/common/inet/ip/ip_squeue.c
610
squeue_t *sqp;
usr/src/uts/common/inet/ip/ip_squeue.c
632
squeue_t *sqp;
usr/src/uts/common/inet/ip/ip_squeue.c
677
squeue_t *
usr/src/uts/common/inet/ip/ip_squeue.c
680
squeue_t *sqp;
usr/src/uts/common/inet/ip/ip_squeue.c
696
squeue_t *sqp, *lastsqp = NULL;
usr/src/uts/common/inet/ipclassifier.h
271
squeue_t *conn_sqp; /* Squeue for processing */
usr/src/uts/common/inet/ipclassifier.h
306
squeue_t *conn_initial_sqp; /* Squeue at open time */
usr/src/uts/common/inet/ipclassifier.h
307
squeue_t *conn_final_sqp; /* Squeue after connect */
usr/src/uts/common/inet/squeue.c
1079
squeue_worker_thr_control(squeue_t *sqp)
usr/src/uts/common/inet/squeue.c
1184
squeue_worker(squeue_t *sqp)
usr/src/uts/common/inet/squeue.c
1246
squeue_getprivate(squeue_t *sqp, sqprivate_t p)
usr/src/uts/common/inet/squeue.c
1258
squeue_t *sqp = connp->conn_sqp;
usr/src/uts/common/inet/squeue.c
1288
squeue_t *sqp;
usr/src/uts/common/inet/squeue.c
136
static void squeue_drain(squeue_t *, uint_t, hrtime_t);
usr/src/uts/common/inet/squeue.c
137
static void squeue_worker(squeue_t *sqp);
usr/src/uts/common/inet/squeue.c
1370
squeue_try_drain_one(squeue_t *sqp, conn_t *compare_conn)
usr/src/uts/common/inet/squeue.c
138
static void squeue_polling_thread(squeue_t *sqp);
usr/src/uts/common/inet/squeue.c
139
static void squeue_worker_wakeup(squeue_t *sqp);
usr/src/uts/common/inet/squeue.c
140
static void squeue_try_drain_one(squeue_t *, conn_t *);
usr/src/uts/common/inet/squeue.c
1438
DTRACE_PROBE3(squeue__proc__start, squeue_t *, sqp, mblk_t *, mp,
usr/src/uts/common/inet/squeue.c
1441
DTRACE_PROBE2(squeue__proc__end, squeue_t *, sqp, conn_t *, connp);
usr/src/uts/common/inet/squeue.c
1458
squeue_t *sqp = connp->conn_sqp;
usr/src/uts/common/inet/squeue.c
171
DTRACE_PROBE4(squeue__enqueuechain, squeue_t *, sqp, \
usr/src/uts/common/inet/squeue.c
241
sizeof (squeue_t), 64, NULL, NULL, NULL, NULL, NULL, 0);
usr/src/uts/common/inet/squeue.c
246
squeue_t *
usr/src/uts/common/inet/squeue.c
249
squeue_t *sqp = kmem_cache_alloc(squeue_cache, KM_SLEEP);
usr/src/uts/common/inet/squeue.c
251
bzero(sqp, sizeof (squeue_t));
usr/src/uts/common/inet/squeue.c
274
squeue_bind(squeue_t *sqp, processorid_t bind)
usr/src/uts/common/inet/squeue.c
298
squeue_unbind(squeue_t *sqp)
usr/src/uts/common/inet/squeue.c
333
squeue_enter(squeue_t *sqp, mblk_t *mp, mblk_t *tail, uint32_t cnt,
usr/src/uts/common/inet/squeue.c
390
DTRACE_PROBE3(squeue__proc__start, squeue_t *,
usr/src/uts/common/inet/squeue.c
393
DTRACE_PROBE2(squeue__proc__end, squeue_t *,
usr/src/uts/common/inet/squeue.c
519
DTRACE_PROBE3(squeue__proc__start, squeue_t *,
usr/src/uts/common/inet/squeue.c
522
DTRACE_PROBE2(squeue__proc__end, squeue_t *,
usr/src/uts/common/inet/squeue.c
593
squeue_worker_wakeup(squeue_t *sqp)
usr/src/uts/common/inet/squeue.c
602
squeue_drain(squeue_t *sqp, uint_t proc_type, hrtime_t expire)
usr/src/uts/common/inet/squeue.c
696
DTRACE_PROBE3(squeue__proc__start, squeue_t *,
usr/src/uts/common/inet/squeue.c
699
DTRACE_PROBE2(squeue__proc__end, squeue_t *,
usr/src/uts/common/inet/squeue.c
842
squeue_poll_thr_control(squeue_t *sqp)
usr/src/uts/common/inet/squeue.c
908
squeue_polling_thread(squeue_t *sqp)
usr/src/uts/common/inet/tcp/tcp.c
1505
squeue_t *sqp = (squeue_t *)arg;
usr/src/uts/common/inet/tcp/tcp.c
2640
squeue_t *sqp;
usr/src/uts/common/inet/tcp/tcp.c
304
static void tcp_squeue_add(squeue_t *);
usr/src/uts/common/inet/tcp/tcp.c
4073
tcp_squeue_add(squeue_t *sqp)
usr/src/uts/common/inet/tcp/tcp_input.c
1445
squeue_t *new_sqp;
usr/src/uts/common/inet/tcp/tcp_input.c
2026
squeue_t *sqp = (squeue_t *)arg2;
usr/src/uts/common/inet/tcp/tcp_input.c
2027
squeue_t *new_sqp;
usr/src/uts/common/inet/tcp/tcp_input.c
2509
squeue_t *sqp = (squeue_t *)arg2;
usr/src/uts/common/inet/tcp/tcp_time_wait.c
133
squeue_t *sqp = tcp->tcp_connp->conn_sqp;
usr/src/uts/common/inet/tcp/tcp_time_wait.c
407
squeue_t *sqp = (squeue_t *)arg;
usr/src/uts/common/inet/tcp/tcp_timers.c
198
ASSERT((squeue_t *)arg2 == connp->conn_sqp);
usr/src/uts/common/sys/squeue.h
80
extern squeue_t *squeue_create(pri_t);
usr/src/uts/common/sys/squeue.h
81
extern void squeue_bind(squeue_t *, processorid_t);
usr/src/uts/common/sys/squeue.h
82
extern void squeue_unbind(squeue_t *);
usr/src/uts/common/sys/squeue.h
83
extern void squeue_enter(squeue_t *, mblk_t *, mblk_t *,
usr/src/uts/common/sys/squeue.h
85
extern uintptr_t *squeue_getprivate(squeue_t *, sqprivate_t);
usr/src/uts/common/sys/squeue_impl.h
113
squeue_t *sq_next; /* managed by squeue creator */
usr/src/uts/common/sys/squeue_impl.h
78
squeue_t *sqs_head;
usr/src/uts/common/sys/squeue_impl.h
79
squeue_t *sqs_default;
usr/src/uts/common/sys/squeue_impl.h
84
typedef void (*sq_enter_proc_t)(squeue_t *, mblk_t *, mblk_t *, uint32_t,
usr/src/uts/common/sys/squeue_impl.h
86
typedef void (*sq_drain_proc_t)(squeue_t *, uint_t, hrtime_t);