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

1234

/freebsd-current/sys/powerpc/powernv/
H A Dopal_async.c50 volatile uint64_t completed; member in struct:async_completion
81 completions[token].completed = false;
106 if (completions[token].completed) {
125 completions[token].completed = true;
/freebsd-current/sys/dev/ida/
H A Dida_pci.c76 bus_addr_t completed; local
78 completed = ida_inl(ida, R_DONE_FIFO);
79 if (completed == -1) {
82 return (completed);
116 bus_addr_t completed; local
118 completed = ida_inl(ida, R_42XX_REPLY);
119 if (completed == -1)
122 return (completed);
H A Dida.c562 bus_addr_t completed; local
577 while ((completed = ida->cmd.done(ida)) == 0) {
585 qcb_done = idahwqcbptov(ida, completed & ~3);
597 bus_addr_t completed; local
607 while ((completed = ida->cmd.done(ida)) != 0) {
608 qcb = idahwqcbptov(ida, completed & ~3);
612 "ignoring completion %jx\n", (intmax_t)completed);
616 if ((completed & 3) && (qcb->hwqcb->req.error == 0))
/freebsd-current/sys/contrib/zstd/examples/
H A DMakefile65 @echo Cleaning completed
93 @echo tests completed
/freebsd-current/crypto/openssh/
H A Dxmss_fast.h39 unsigned char completed; member in struct:__anon6871
/freebsd-current/sys/contrib/zstd/programs/
H A Dbenchfn.c216 int completed = 0; local
219 while (!completed) {
244 assert(completed == 0);
250 completed = 1;
253 } /* while (!completed) */
/freebsd-current/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdint.c153 bit32 completed = 0; local
166 completed = saDelayedInterruptHandler(agRoot, channelNum, count);
168 if(completed == 0)
176 return(completed);
/freebsd-current/contrib/ofed/librdmacm/examples/
H A Dcmtime.c106 static volatile int completed[STEP_CNT]; variable
196 completed[STEP_RESOLVE_ADDR]++;
202 completed[STEP_RESOLVE_ROUTE]++;
208 completed[STEP_CONNECT]++;
214 completed[STEP_DISCONNECT]++;
542 while (started[STEP_RESOLVE_ADDR] != completed[STEP_RESOLVE_ADDR]) sched_yield();
560 while (started[STEP_RESOLVE_ROUTE] != completed[STEP_RESOLVE_ROUTE]) sched_yield();
593 while (started[STEP_CONNECT] != completed[STEP_CONNECT]) sched_yield();
605 while (started[STEP_DISCONNECT] != completed[STEP_DISCONNECT]) sched_yield();
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebuggerEvents.h24 std::string details, uint64_t completed, uint64_t total,
27 m_id(progress_id), m_completed(completed), m_total(total),
23 ProgressEventData(uint64_t progress_id, std::string title, std::string details, uint64_t completed, uint64_t total, bool debugger_specific) argument
/freebsd-current/sys/dev/sfxge/
H A Dsfxge_rx.h167 unsigned int completed; member in struct:sfxge_rxq
H A Dsfxge_rx.c243 rxfill = rxq->added - rxq->completed;
282 rxq->completed, rxq->added);
293 rxq->completed, rxq->added);
307 if(rxq->pushed == rxq->completed) {
817 unsigned int completed; local
827 completed = rxq->completed;
828 while (completed != rxq->pending) {
832 id = completed++ & rxq->ptr_mask;
906 rxq->completed
[all...]
H A Dsfxge_tx.h73 * referring to them is completed. Set the TX_BUF_UNMAP and
231 unsigned int completed; member in struct:sfxge_txq
H A Dsfxge_tx.c220 unsigned int completed; local
224 completed = txq->completed;
225 while (completed != txq->pending) {
229 id = completed++ & txq->ptr_mask;
245 txq->completed = completed;
252 level = txq->added - txq->completed;
326 txq->reaped = txq->completed;
1449 level = txq->added - txq->completed;
[all...]
/freebsd-current/sys/dev/sfxge/common/
H A Defx_tx.c79 __in unsigned int completed,
106 __in unsigned int completed,
405 __in unsigned int completed,
414 if ((rc = etxop->etxo_qpost(etp, eb, ndescs, completed, addedp)) != 0)
567 __in unsigned int completed,
577 if ((rc = etxop->etxo_qpio_post(etp, pkt_length, completed,
595 __in unsigned int completed,
603 return (etxop->etxo_qdesc_post(etp, ed, ndescs, completed, addedp));
775 __in unsigned int completed,
781 if (added - completed
401 efx_tx_qpost( __in efx_txq_t *etp, __in_ecount(ndescs) efx_buffer_t *eb, __in unsigned int ndescs, __in unsigned int completed, __inout unsigned int *addedp) argument
564 efx_tx_qpio_post( __in efx_txq_t *etp, __in size_t pkt_length, __in unsigned int completed, __inout unsigned int *addedp) argument
591 efx_tx_qdesc_post( __in efx_txq_t *etp, __in_ecount(ndescs) efx_desc_t *ed, __in unsigned int ndescs, __in unsigned int completed, __inout unsigned int *addedp) argument
771 siena_tx_qpost( __in efx_txq_t *etp, __in_ecount(ndescs) efx_buffer_t *eb, __in unsigned int ndescs, __in unsigned int completed, __inout unsigned int *addedp) argument
1012 siena_tx_qdesc_post( __in efx_txq_t *etp, __in_ecount(ndescs) efx_desc_t *ed, __in unsigned int ndescs, __in unsigned int completed, __inout unsigned int *addedp) argument
[all...]
H A Def10_tx.c384 __in unsigned int completed,
393 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
437 __in unsigned int completed,
444 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
560 __in unsigned int completed,
566 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1))
738 * the TXQ flush has completed to avoid waiting until timeout for a
381 ef10_tx_qpio_post( __in efx_txq_t *etp, __in size_t pkt_length, __in unsigned int completed, __inout unsigned int *addedp) argument
433 ef10_tx_qpost( __in efx_txq_t *etp, __in_ecount(ndescs) efx_buffer_t *eb, __in unsigned int ndescs, __in unsigned int completed, __inout unsigned int *addedp) argument
556 ef10_tx_qdesc_post( __in efx_txq_t *etp, __in_ecount(ndescs) efx_desc_t *ed, __in unsigned int ndescs, __in unsigned int completed, __inout unsigned int *addedp) argument
/freebsd-current/tools/test/stress2/misc/
H A Dfcntl.sh62 static volatile sig_atomic_t completed;
76 completed++;
210 while (completed != PARALLEL * 2)
/freebsd-current/lib/libusb/
H A Dlibusb10_io.c355 struct timeval *tv, int *completed)
366 if (completed != NULL) {
367 if (*completed != 0 || err != 0)
371 if (completed == NULL)
383 libusb_handle_events_completed(libusb_context *ctx, int *completed) argument
385 return (libusb_handle_events_timeout_completed(ctx, NULL, completed));
354 libusb_handle_events_timeout_completed(libusb_context *ctx, struct timeval *tv, int *completed) argument
/freebsd-current/sys/contrib/zstd/lib/
H A DMakefile188 @echo multi-threaded build completed
194 @echo single-threaded build completed
198 @echo release build completed
247 @echo Cleaning library completed
/freebsd-current/sys/dev/mpr/
H A Dmpr_sas.h73 uint64_t completed; member in struct:mprsas_target
/freebsd-current/sys/dev/mps/
H A Dmps_sas.h72 uint64_t completed; member in struct:mpssas_target
/freebsd-current/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c35 bool completed:1; member in struct:mlx5_ib_gsi_wr
79 if (!wr->completed)
86 wr->completed = false;
101 wr->completed = true;
431 gsi_wr->completed = true;
/freebsd-current/usr.sbin/diskinfo/
H A Ddiskinfo.c576 int error, i, queued, completed; local
602 completed = 0;
611 completed++;
623 } else if (completed == queued) {
628 TI(completed);
/freebsd-current/contrib/dialog/
H A Dfselect.c617 char *completed; local
838 completed = 0;
844 completed = data_of(&f_list);
846 completed = data_of(&d_list);
849 completed = partial;
852 if (completed != 0) {
855 strcpy(leaf_of(input), completed); local
/freebsd-current/sys/geom/vinum/
H A Dgeom_vinum_plex.c299 * Handle a completed request to a striped or concatenated plex.
325 * Handle a completed request to a RAID-5 plex.
334 off_t completed; local
337 completed = 0;
344 completed = bp->bio_completed;
358 completed = wp->length;
376 completed = bp->bio_completed;
403 completed = wp->length;
421 pbp->bio_completed += completed;
631 G_VINUM_DEBUG(1, "syncing of %s from %s completed",
[all...]
/freebsd-current/sys/netinet/tcp_stacks/
H A Drack_pcm.c138 int i, completed = 0; local
161 completed = 1;
225 if (completed == 0)

Completed in 474 milliseconds

1234