rq_entry          416 drivers/infiniband/hw/ocrdma/ocrdma.h 	struct list_head rq_entry;
rq_entry          914 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 			qp = list_entry(cur, struct ocrdma_qp, rq_entry);
rq_entry         2099 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 	list_for_each_entry(tmp, &cq->rq_head, rq_entry) {
rq_entry         2121 drivers/infiniband/hw/ocrdma/ocrdma_hw.c 			list_add_tail(&qp->rq_entry, &qp->rq_cq->rq_head);
rq_entry         1285 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 	INIT_LIST_HEAD(&qp->rq_entry);
rq_entry         1679 drivers/infiniband/hw/ocrdma/ocrdma_verbs.c 			list_del(&qp->rq_entry);
rq_entry           34 fs/dlm/requestqueue.c 	struct rq_entry *e;
rq_entry           37 fs/dlm/requestqueue.c 	e = kmalloc(sizeof(struct rq_entry) + length, GFP_NOFS);
rq_entry           65 fs/dlm/requestqueue.c 	struct rq_entry *e;
rq_entry           77 fs/dlm/requestqueue.c 		e = list_entry(ls->ls_requestqueue.next, struct rq_entry, list);
rq_entry          156 fs/dlm/requestqueue.c 	struct rq_entry *e, *safe;