Searched defs:rq (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-10.1-release/sys/dev/cfi/
H A Dcfi_dev.c264 struct cfiocqry *rq; local
/freebsd-10.1-release/sys/kern/
H A Dkern_switch.c235 runq_init(struct runq *rq) argument
249 runq_clrbit(struct runq *rq, int pri) argument
266 runq_findbit(struct runq *rq) argument
285 runq_findbit_from(struct runq *rq, u_char pri) argument
321 runq_setbit(struct runq *rq, int pri) argument
338 runq_add(struct runq *rq, struct thread *td, int flags) argument
357 runq_add_pri(struct runq *rq, struct thread *td, u_char pri, int flags) argument
379 runq_check(struct runq *rq) argument
400 runq_choose_fuzz(struct runq *rq, int fuzz) argument
442 runq_choose(struct runq *rq) argument
462 runq_choose_from(struct runq *rq, u_char idx) argument
487 runq_remove(struct runq *rq, struct thread *td) argument
494 runq_remove_idx(struct runq *rq, struct thread *td, u_char *idx) argument
[all...]
H A Dsched_4bsd.c1442 struct runq *rq; local
/freebsd-10.1-release/sys/dev/cxgbe/
H A Doffload.h120 struct t4_range rq; member in struct:t4_virt_res
/freebsd-10.1-release/sys/dev/hatm/
H A Dif_hatm_intr.c500 he_intr_rbrq(struct hatm_softc *sc, struct herbrq *rq, u_int group) argument
H A Dif_hatm.c1169 hatm_init_rbrq(struct hatm_softc *sc, struct herbrq *rq, u_int group) argument
[all...]
/freebsd-10.1-release/sys/rpc/
H A Dsvc_vc.c506 svc_vc_control(SVCXPRT *xprt, const u_int rq, void *in) argument
512 svc_vc_rendezvous_control(SVCXPRT *xprt, const u_int rq, void *in) argument
519 svc_vc_backchannel_control(SVCXPRT *xprt, const u_int rq, void *in) argument
/freebsd-10.1-release/contrib/smbfs/lib/smb/
H A Dctx.c607 struct smbioc_lookup rq; local
/freebsd-10.1-release/sys/dev/isp/
H A Disp_sbus.c586 void *rq; /* original request */ member in struct:__anon8845
602 ispreq_t *rq; local
H A Disp_pci.c1767 void *rq; /* original request */ member in struct:__anon8843
1794 ispreq_t *rq; local
1869 ispreq_t *rq; local
[all...]
/freebsd-10.1-release/sys/dev/oce/
H A Doce_queue.c91 struct oce_rq *rq; local
169 struct oce_rq *rq; local
404 struct oce_rq *rq; local
472 oce_rq_free(struct oce_rq *rq) argument
510 oce_rq_create(struct oce_rq *rq, uint32_t if_id, struct oce_eq *eq) argument
546 oce_rq_del(struct oce_rq *rq) argument
952 oce_start_rq(struct oce_rq *rq) argument
1120 oce_drain_rq_cq(struct oce_rq *rq) argument
1145 oce_free_posted_rxbuf(struct oce_rq *rq) argument
1174 struct oce_rq *rq; local
1204 struct oce_rq *rq; local
[all...]
H A Doce_mbox.c752 struct oce_rq *rq = NULL; local
1669 oce_mbox_create_rq(struct oce_rq *rq) argument
[all...]
H A Doce_if.c1299 oce_rx(struct oce_rq *rq, uint32_t rqe_idx, struct oce_nic_rx_cqe *cqe) argument
1437 oce_discard_rx_comp(struct oce_rq *rq, struct oce_nic_rx_cqe *cqe) argument
1501 oce_rx_flush_lro(struct oce_rq *rq) argument
1555 oce_alloc_rx_bufs(struct oce_rq *rq, int count) argument
1626 struct oce_rq *rq = (struct oce_rq *)arg; local
2055 struct oce_rq *rq; local
2116 struct oce_rq *rq; local
[all...]
/freebsd-10.1-release/sys/netsmb/
H A Dsmb_smb.c502 struct smb_rq rq, *rqp = &rq; local
/freebsd-10.1-release/contrib/unbound/libunbound/
H A Dlibworker.c508 struct query_info rq; local
450 fill_res(struct ub_result* res, struct ub_packed_rrset_key* answer, uint8_t* finalcname, struct query_info* rq, struct reply_info* rep) argument
/freebsd-10.1-release/sys/dev/agp/
H A Dagp.c332 int rq, sba, fw, rate, arqsz, cal; local
401 int rq, sba, fw, rate; local
[all...]
/freebsd-10.1-release/sys/dev/twe/
H A Dtwe.c1171 TWE_Response_Queue rq; local
1281 TWE_Response_Queue rq; local
/freebsd-10.1-release/contrib/nvi/ex/
H A Dex.h95 TAILQ_HEAD(_rh, _range) rq[1]; /* @/global range: linked list. */ member in struct:_excmd
/freebsd-10.1-release/contrib/ofed/libmlx4/src/
H A Dmlx4.h270 struct mlx4_wq rq; member in struct:mlx4_qp
/freebsd-10.1-release/contrib/ofed/libmthca/src/
H A Dmthca.h214 struct mthca_wq rq; member in struct:mthca_qp
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_dn_glue.c101 struct dn_flow_queue7 **rq; /* array of rq_size entries */ member in struct:dn_flow_set
/freebsd-10.1-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_provider.h274 struct mthca_wq rq; member in struct:mthca_qp
/freebsd-10.1-release/crypto/openssl/apps/
H A Dx509.c202 X509_REQ *rq = NULL; local
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dt4.h339 struct t4_rq rq; member in struct:t4_wq
[all...]
/freebsd-10.1-release/sys/dev/usb/wlan/
H A Dif_zyd.c802 struct zyd_rq rq; local
[all...]

Completed in 207 milliseconds

12