Searched refs:completed (Results 1 - 25 of 34) sorted by relevance

12

/freebsd-9.3-release/sys/dev/ida/
H A Dida_pci.c75 bus_addr_t completed; local
77 completed = ida_inl(ida, R_DONE_FIFO);
78 if (completed == -1) {
81 return (completed);
115 bus_addr_t completed; local
117 completed = ida_inl(ida, R_42XX_REPLY);
118 if (completed == -1)
121 return (completed);
H A Dida_eisa.c92 bus_addr_t completed; local
99 completed = ida_inl(ida, R_EISA_COMPLETE_ADDR);
103 if (completed != 0) {
106 ((completed & ~3) - ida->hwqcb_busaddr));
110 return (completed);
H A Dida.c481 bus_addr_t completed; local
492 while ((completed = ida->cmd.done(ida)) == 0) {
498 qcb_done = idahwqcbptov(ida, completed & ~3);
510 bus_addr_t completed; local
517 while ((completed = ida->cmd.done(ida)) != 0) {
518 qcb = idahwqcbptov(ida, completed & ~3);
522 "ignoring completion %jx\n", (intmax_t)completed);
526 if ((completed & 3) && (qcb->hwqcb->req.error == 0))
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dwork.c189 unsigned completed; local
201 completed = __sync_add_and_fetch (&ws->threads_completed, 1);
204 completed = ++ws->threads_completed;
208 if (completed == team->nthreads)
/freebsd-9.3-release/sys/dev/sfxge/
H A Dsfxge_rx.h166 unsigned int completed; member in struct:sfxge_rxq
H A Dsfxge_tx.h56 * referring to them is completed. Set the TX_BUF_UNMAP and
167 unsigned int completed; member in struct:sfxge_txq
H A Dsfxge_rx.c216 rxfill = rxq->added - rxq->completed;
247 rxq->completed, rxq->added);
258 rxq->completed, rxq->added);
746 unsigned int completed; local
756 completed = rxq->completed;
757 while (completed != rxq->pending) {
761 id = completed++ & (SFXGE_NDESCS - 1);
805 rxq->completed = completed;
[all...]
H A Dsfxge_tx.c77 unsigned int completed; local
84 completed = txq->completed;
85 while (completed != txq->pending) {
89 id = completed++ & (SFXGE_NDESCS - 1);
105 txq->completed = completed;
112 level = txq->added - txq->completed;
174 txq->reaped = txq->completed;
1056 level = txq->added - txq->completed;
[all...]
H A Dsfxge_ev.c65 if (txq->pending != txq->completed)
72 if (rxq->pending != rxq->completed)
124 if (rxq->pending - rxq->completed >= SFXGE_RX_BATCH)
246 if (txq->pending - txq->completed >= SFXGE_TX_BATCH)
/freebsd-9.3-release/contrib/gcc/
H A Dcrtstuff.c270 static _Bool completed; local
272 if (__builtin_expect (completed, 0))
303 completed = 1;
H A Dlibgcc2.c2141 static int completed = 0;
2142 if (! completed)
2144 completed = 1;
2106 static int completed = 0; local
/freebsd-9.3-release/lib/libusb/
H A Dlibusb10_io.c335 struct timeval *tv, int *completed)
346 if (completed != NULL) {
347 if (*completed != 0 || err != 0)
351 if (completed == NULL)
363 libusb_handle_events_completed(libusb_context *ctx, int *completed) argument
365 return (libusb_handle_events_timeout_completed(ctx, NULL, completed));
334 libusb_handle_events_timeout_completed(libusb_context *ctx, struct timeval *tv, int *completed) argument
H A Dlibusb.h441 int libusb_handle_events_timeout_completed(libusb_context * ctx, struct timeval *tv, int *completed);
442 int libusb_handle_events_completed(libusb_context * ctx, int *completed);
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas.h78 uint64_t completed; member in struct:mprsas_target
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas.h74 uint64_t completed; member in struct:mpssas_target
/freebsd-9.3-release/contrib/dialog/
H A Dfselect.c567 char *completed; local
773 completed = 0;
776 completed = data_of(&f_list);
778 completed = data_of(&d_list);
781 completed = partial;
784 if (completed != 0) {
787 strcpy(leaf_of(input), completed); local
/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_plex.c298 * Handle a completed request to a striped or concatenated plex.
324 * Handle a completed request to a RAID-5 plex.
333 off_t completed; local
336 completed = 0;
343 completed = bp->bio_completed;
357 completed = wp->length;
375 completed = bp->bio_completed;
402 completed = wp->length;
420 pbp->bio_completed += completed;
633 G_VINUM_DEBUG(1, "syncing of %s from %s completed",
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_main.c308 "%s: %s - sync HCI connection queue, con_handle=%d, pending=%d, completed=%d\n",
311 ep->completed);
313 con->pending -= ep->completed;
317 "con_handle=%d, pending=%d, completed=%d\n", __func__,
320 ep->completed);
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_tx.c165 __in unsigned int completed,
174 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1))
161 efx_tx_qpost( __in efx_txq_t *etp, __in_ecount(n) efx_buffer_t *eb, __in unsigned int n, __in unsigned int completed, __inout unsigned int *addedp) argument
H A Defx_rx.c554 __in unsigned int completed,
565 EFSYS_ASSERT3U(added - completed + n, <=,
549 efx_rx_qpost( __in efx_rxq_t *erp, __in_ecount(n) efsys_dma_addr_t *addrp, __in size_t size, __in unsigned int n, __in unsigned int completed, __in unsigned int added) argument
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_kern.c967 * as completed on another KSE. See kse_check_completed().
972 * If the current thread was completed in another KSE, then
980 * completed threads are checked and if the current
981 * thread is among the completed, the blocked flag
1498 struct kse_thr_mailbox *completed; local
1501 if ((completed = kse->k_kcb->kcb_kmbx.km_completed) != NULL) {
1503 while (completed != NULL) {
1504 thread = completed->tm_udata;
1505 DBG_MSG("Found completed thread %p, name %s\n",
1537 completed
[all...]
/freebsd-9.3-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c874 rt->pending -= ep->completed;
878 "handle=%d, pending=%d, completed=%d\n",
883 ep->completed);
904 /* Drop completed packets from the send queue */
905 for (; ep->completed > 0; ep->completed --)
/freebsd-9.3-release/sys/netgraph/bluetooth/hci/
H A Dng_hci_evnt.c342 sync_con_queue(ng_hci_unit_p unit, ng_hci_unit_con_p con, int completed) argument
360 state->completed = completed;
872 /* Number of completed packets event */
893 /* Get number of completed packets */
/freebsd-9.3-release/tools/tools/netmap/
H A Dpkt-gen.c202 int completed; member in struct:targ
1104 targ->completed = 1;
1222 targ->completed = 1;
1437 if (targs[i].completed == 0)
/freebsd-9.3-release/sys/netgraph/bluetooth/drivers/bt3c/
H A Dng_bt3c_pccard.c1053 bt3c_send(node_p node, hook_p hook, void *arg, int completed) argument
1062 if (completed)

Completed in 178 milliseconds

12