Searched defs:sq (Results 1 - 25 of 32) sorted by relevance

12

/freebsd-10-stable/lib/libthr/thread/
H A Dthr_sleepq.c63 struct sleepqueue *sq; local
72 _sleepq_free(struct sleepqueue *sq) argument
100 struct sleepqueue *sq; local
118 struct sleepqueue *sq; local
139 _sleepq_remove(struct sleepqueue *sq, struct pthread *td) argument
158 _sleepq_drop(struct sleepqueue *sq, void (*cb)(struct pthread *, void *arg), void *arg) argument
[all...]
H A Dthr_cond.c217 struct sleepqueue *sq; local
359 struct sleepqueue *sq; local
443 struct sleepqueue *sq; local
[all...]
H A Dthr_private.h890 _sleepq_first(struct sleepqueue *sq) argument
/freebsd-10-stable/sys/kern/
H A Dkern_condvar.c90 struct sleepqueue *sq; local
H A Dsubr_sleepqueue.c222 sleepq_free(struct sleepqueue *sq) argument
249 struct sleepqueue *sq; local
283 struct sleepqueue *sq; local
388 struct sleepqueue *sq; local
408 struct sleepqueue *sq; local
507 struct sleepqueue *sq; local
700 struct sleepqueue *sq; local
721 sleepq_resume_thread(struct sleepqueue *sq, struct thread *td, int pri) argument
789 struct sleepqueue *sq; local
806 struct sleepqueue *sq; local
825 struct sleepqueue *sq; local
862 struct sleepqueue *sq; local
894 struct sleepqueue *sq; local
944 struct sleepqueue *sq; local
983 struct sleepqueue *sq; local
1168 struct sleepqueue *sq; local
[all...]
/freebsd-10-stable/usr.sbin/gstat/
H A Dgstat.c79 void *sp, *sq; local
/freebsd-10-stable/sbin/mdconfig/
H A Dmdconfig.c419 void *sq; local
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_qp.c462 mlx5_core_create_sq_tracked(struct mlx5_core_dev *dev, u32 *in, int inlen, struct mlx5_core_qp *sq) argument
479 mlx5_core_destroy_sq_tracked(struct mlx5_core_dev *dev, struct mlx5_core_qp *sq) argument
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
H A Dqp.c96 static int build_immd(struct t4_sq *sq, struct fw_ri_immd *immdp, argument
151 static int build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, argument
200 static int build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, argument
[all...]
/freebsd-10-stable/sys/dev/mlx5/mlx5_en/
H A Dmlx5_en_tx.c32 mlx5e_do_send_cqe(struct mlx5e_sq *sq) argument
44 mlx5e_send_nop(struct mlx5e_sq *sq, u32 ds_cnt) argument
138 mlx5e_get_inline_hdr_size(struct mlx5e_sq *sq, struct mbuf *mb) argument
257 mlx5e_sq_xmit(struct mlx5e_sq *sq, struct mbuf **mbp) argument
456 mlx5e_poll_tx_cq(struct mlx5e_sq *sq, int budget) argument
516 mlx5e_xmit_locked(struct ifnet *ifp, struct mlx5e_sq *sq, struct mbuf *mb) argument
569 mlx5e_xmit_locked_no_br(struct ifnet *ifp, struct mlx5e_sq *sq, struct mbuf *mb) argument
610 struct mlx5e_sq *sq; local
639 struct mlx5e_sq *sq = container_of(mcq, struct mlx5e_sq, cq.mcq); local
650 struct mlx5e_sq *sq = context; local
[all...]
H A Dmlx5_en_main.c41 struct mlx5e_sq_param sq; member in struct:mlx5e_channel_param
939 mlx5e_free_sq_db(struct mlx5e_sq *sq) argument
950 mlx5e_alloc_sq_db(struct mlx5e_sq *sq) argument
976 mlx5e_create_sq(struct mlx5e_channel *c, int tc, struct mlx5e_sq_param *param, struct mlx5e_sq *sq) argument
1088 mlx5e_destroy_sq(struct mlx5e_sq *sq) argument
1106 mlx5e_enable_sq(struct mlx5e_sq *sq, struct mlx5e_sq_param *param, int tis_num) argument
1149 mlx5e_modify_sq(struct mlx5e_sq *sq, int curr_state, int next_state) argument
1175 mlx5e_disable_sq(struct mlx5e_sq *sq) argument
1182 mlx5e_open_sq(struct mlx5e_channel *c, int tc, struct mlx5e_sq_param *param, struct mlx5e_sq *sq) argument
1214 mlx5e_sq_send_nops_locked(struct mlx5e_sq *sq, int can_sleep) argument
1242 struct mlx5e_sq *sq = arg; local
1269 mlx5e_drain_sq(struct mlx5e_sq *sq) argument
1334 mlx5e_close_sq_wait(struct mlx5e_sq *sq) argument
1550 struct mlx5e_sq *sq = c->sq + tc; local
1887 mlx5e_refresh_sq_params(struct mlx5e_priv *priv, struct mlx5e_sq *sq) argument
[all...]
/freebsd-10-stable/sys/net80211/
H A Dieee80211_superg.c527 ieee80211_ff_age(struct ieee80211com *ic, struct ieee80211_stageq *sq, argument
564 stageq_add(struct ieee80211com *ic, struct ieee80211_stageq *sq, struct mbuf *m) argument
583 stageq_remove(struct ieee80211com *ic, struct ieee80211_stageq *sq, struct mbuf *mstaged) argument
644 struct ieee80211_stageq *sq; local
[all...]
/freebsd-10-stable/contrib/unbound/services/
H A Doutside_network.h223 struct serviced_query* sq; member in struct:pending
H A Doutside_network.c740 struct serviced_query* sq = (struct serviced_query*)node; local
1052 pending_udp_query(struct serviced_query* sq, struc argument
1125 pending_tcp_query(struct serviced_query* sq, sldns_buffer* packet, int timeout, comm_point_callback_t* callback, void* callback_arg) argument
1226 struct serviced_query* sq = (struct serviced_query*)malloc(sizeof(*sq)); local
1292 serviced_delete(struct serviced_query* sq) argument
1364 serviced_encode(struct serviced_query* sq, sldns_buffer* buff, int with_edns) argument
1411 serviced_udp_send(struct serviced_query* sq, sldns_buffer* buff) argument
1494 serviced_callbacks(struct serviced_query* sq, int error, struct comm_point* c, struct comm_reply* rep) argument
1584 struct serviced_query* sq = (struct serviced_query*)arg; local
1659 serviced_tcp_initiate(struct serviced_query* sq, sldns_buffer* buff) argument
1677 serviced_tcp_send(struct serviced_query* sq, sldns_buffer* buff) argument
1699 struct serviced_query* sq = (struct serviced_query*)arg; local
1865 struct serviced_query* sq; local
1914 callback_list_remove(struct serviced_query* sq, void* cb_arg) argument
1928 outnet_serviced_query_stop(struct serviced_query* sq, void* cb_arg) argument
1987 struct serviced_query* sq; local
2027 serviced_get_mem(struct serviced_query* sq) argument
[all...]
/freebsd-10-stable/contrib/ofed/libmlx4/src/
H A Dmlx4.h266 struct mlx4_wq sq; member in struct:mlx4_qp
/freebsd-10-stable/contrib/ofed/libmthca/src/
H A Dmthca.h213 struct mthca_wq sq; member in struct:mthca_qp
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h275 struct mthca_wq sq; member in struct:mthca_qp
/freebsd-10-stable/contrib/ntp/lib/isc/
H A Dentropy.c194 samplequeue_release(isc_entropy_t *ent, sample_queue_t *sq) { argument
205 samplesource_allocate(isc_entropy_t *ent, sample_queue_t *sq) { argument
391 estimate_entropy(sample_queue_t *sq, isc_uint32_t t) argument
438 crunchsamples(isc_entropy_t *ent, sample_queue_t *sq) argument
954 sample_queue_t *sq; local
1008 addsample(sample_queue_t *sq, isc_uint32_t sample, isc_uint32_t extra) argument
1027 sample_queue_t *sq; local
1053 sample_queue_t *sq; local
[all...]
/freebsd-10-stable/contrib/unbound/daemon/
H A Dworker.c270 struct serviced_query *sq = e->qsent; local
/freebsd-10-stable/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c77 static void dealloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) argument
83 static void dealloc_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) argument
89 static int alloc_host_sq(struct c4iw_rdev *rdev, struct t4_sq *sq) argument
286 build_immd(struct t4_sq *sq, struct fw_ri_immd *immdp, struct ib_send_wr *wr, int max, u32 *plenp) argument
356 build_rdma_send(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
421 build_rdma_write(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
508 build_fastreg(struct t4_sq *sq, union t4_wr *wqe, struct ib_send_wr *wr, u8 *len16) argument
[all...]
H A Dt4.h335 struct t4_sq sq; member in struct:t4_wq
[all...]
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dlang.h49 sa, sd, sg, sh, si, sk, sl, sm, sn, so, sq, sr, ss, st, su, sv, sw, enumerator in enum:__anon4692
/freebsd-10-stable/contrib/apr-util/dbd/
H A Dapr_dbd_odbc.c1434 char *newstr, *src, *dst, *sq; local
/freebsd-10-stable/contrib/ntp/ntpd/
H A Dntp_crypto.c2928 BIGNUM *sp, *sq, *sg; local
3043 const BIGNUM *sp, *sq, *sg; local
/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mlx4/
H A Dmlx4_ib.h298 struct mlx4_ib_wq sq; member in struct:mlx4_ib_qp

Completed in 357 milliseconds

12