Searched refs:outbound_queue (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_net.c407 if (!STAILQ_EMPTY(&conn->outbound_queue)) {
437 if (STAILQ_EMPTY(&conn->outbound_queue))
761 while (!STAILQ_EMPTY(&conn->outbound_queue)) {
762 out = STAILQ_FIRST(&conn->outbound_queue);
763 STAILQ_REMOVE_HEAD(&conn->outbound_queue, entries);
794 STAILQ_INSERT_TAIL(&conn->outbound_queue, q_element, entries);
H A Drepmgr_util.c114 STAILQ_INIT(&c->outbound_queue);
H A Drepmgr_sel.c1394 while (!STAILQ_EMPTY(&conn->outbound_queue)) {
1395 output = STAILQ_FIRST(&conn->outbound_queue);
1410 STAILQ_REMOVE_HEAD(&conn->outbound_queue, entries);
H A Drepmgr_posix.c597 if (!STAILQ_EMPTY(&conn->outbound_queue)) {
H A Drepmgr_windows.c587 !STAILQ_EMPTY(&conn->outbound_queue) ||
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dhptiop.c69 writel(req, &iop->outbound_queue);
90 while ((req = readl(&hba->iop->outbound_queue)) != IOPMU_QUEUE_EMPTY) {
208 writel(req32, &hba->iop->outbound_queue);
240 writel(req32, &hba->iop->outbound_queue);
431 writel(tag, &hba->iop->outbound_queue);
H A Dhptiop.h249 __le32 outbound_queue; member in struct:hpt_iopmu
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Drepmgr.h252 OUT_Q_HEADER outbound_queue; member in struct:__repmgr_connection

Completed in 84 milliseconds