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

123

/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_iter.h63 * If @a completed is not NULL, then on return - if @a func returns no
64 * errors - @a *completed will be set to @c TRUE.
68 * iteration is interrupted, but no error is returned and @a *completed is
74 svn_iter_apr_hash(svn_boolean_t *completed,
99 * If @a completed is not NULL, then on return - if @a func returns no
100 * errors - @a *completed will be set to @c TRUE.
104 * iteration is interrupted, but no error is returned and @a *completed is
110 svn_iter_apr_array(svn_boolean_t *completed,
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Diter.c63 svn_iter_apr_hash(svn_boolean_t *completed, argument
80 if (completed)
81 *completed = !error_received;
100 svn_iter_apr_array(svn_boolean_t *completed, argument
119 if (completed)
120 *completed = ! err;
H A Dcache-null.c67 null_cache_iter(svn_boolean_t *completed, argument
74 if (completed)
75 *completed = TRUE;
H A Dcache.h54 svn_error_t *(*iter)(svn_boolean_t *completed,
H A Dcache.c135 svn_cache__iter(svn_boolean_t *completed, argument
147 return (cache->vtable->iter)(completed,
/freebsd-11-stable/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.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-11-stable/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-11-stable/contrib/subversion/subversion/libsvn_repos/
H A Dload.c539 svn_repos_parse_fns3_t *completed = apr_pcalloc(result_pool,
540 sizeof(*completed));
542 SET_VTABLE_ENTRY(completed, provided, magic_header_record);
543 SET_VTABLE_ENTRY(completed, provided, uuid_record);
544 SET_VTABLE_ENTRY(completed, provided, new_revision_record);
545 SET_VTABLE_ENTRY(completed, provided, new_node_record);
546 SET_VTABLE_ENTRY(completed, provided, set_revision_property);
547 SET_VTABLE_ENTRY(completed, provided, set_node_property);
548 SET_VTABLE_ENTRY(completed, provided, delete_node_property);
549 SET_VTABLE_ENTRY(completed, provide
537 svn_repos_parse_fns3_t *completed = apr_pcalloc(result_pool, local
[all...]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtdint.c154 bit32 completed = 0; local
167 completed = saDelayedInterruptHandler(agRoot, channelNum, count);
169 if(completed == 0)
177 return(completed);
/freebsd-11-stable/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-11-stable/sys/dev/sfxge/
H A Dsfxge_rx.h167 unsigned int completed; member in struct:sfxge_rxq
H A Dsfxge_rx.c244 rxfill = rxq->added - rxq->completed;
283 rxq->completed, rxq->added);
294 rxq->completed, rxq->added);
308 if(rxq->pushed == rxq->completed) {
818 unsigned int completed; local
828 completed = rxq->completed;
829 while (completed != rxq->pending) {
833 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
233 unsigned int completed; member in struct:sfxge_txq
H A Dsfxge_tx.c223 unsigned int completed; local
227 completed = txq->completed;
228 while (completed != txq->pending) {
232 id = completed++ & txq->ptr_mask;
248 txq->completed = completed;
255 level = txq->added - txq->completed;
329 txq->reaped = txq->completed;
1455 level = txq->added - txq->completed;
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dcrtstuff.c270 static _Bool completed; local
272 if (__builtin_expect (completed, 0))
303 completed = 1;
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_tx.c79 __in unsigned int completed,
106 __in unsigned int completed,
373 __in unsigned int completed,
383 n, completed, addedp)) != 0)
536 __in unsigned int completed,
546 if ((rc = etxop->etxo_qpio_post(etp, pkt_length, completed,
564 __in unsigned int completed,
574 n, completed, addedp)) != 0)
753 __in unsigned int completed,
760 if (added - completed
369 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
533 efx_tx_qpio_post( __in efx_txq_t *etp, __in size_t pkt_length, __in unsigned int completed, __inout unsigned int *addedp) argument
560 efx_tx_qdesc_post( __in efx_txq_t *etp, __in_ecount(n) efx_desc_t *ed, __in unsigned int n, __in unsigned int completed, __inout unsigned int *addedp) argument
749 siena_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
995 siena_tx_qdesc_post( __in efx_txq_t *etp, __in_ecount(n) efx_desc_t *ed, __in unsigned int n, __in unsigned int completed, __inout unsigned int *addedp) argument
[all...]
H A Def10_tx.c380 __in unsigned int completed,
390 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
434 __in unsigned int completed,
441 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
557 __in unsigned int completed,
564 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) {
742 * the TXQ flush has completed to avoid waiting until timeout for a
377 ef10_tx_qpio_post( __in efx_txq_t *etp, __in size_t pkt_length, __in unsigned int completed, __inout unsigned int *addedp) argument
430 ef10_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
553 ef10_tx_qdesc_post( __in efx_txq_t *etp, __in_ecount(n) efx_desc_t *ed, __in unsigned int n, __in unsigned int completed, __inout unsigned int *addedp) argument
/freebsd-11-stable/lib/libusb/
H A Dlibusb10_io.c346 struct timeval *tv, int *completed)
357 if (completed != NULL) {
358 if (*completed != 0 || err != 0)
362 if (completed == NULL)
374 libusb_handle_events_completed(libusb_context *ctx, int *completed) argument
376 return (libusb_handle_events_timeout_completed(ctx, NULL, completed));
345 libusb_handle_events_timeout_completed(libusb_context *ctx, struct timeval *tv, int *completed) argument
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.h74 uint64_t completed; member in struct:mpssas_target
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_gsi.c34 bool completed:1; member in struct:mlx5_ib_gsi_wr
78 if (!wr->completed)
85 wr->completed = false;
100 wr->completed = true;
430 gsi_wr->completed = true;
/freebsd-11-stable/usr.sbin/diskinfo/
H A Ddiskinfo.c562 int error, i, queued, completed; local
588 completed = 0;
597 completed++;
609 } else if (completed == queued) {
614 TI(completed);
/freebsd-11-stable/contrib/dialog/
H A Dfselect.c590 char *completed; local
808 completed = 0;
814 completed = data_of(&f_list);
816 completed = data_of(&d_list);
819 completed = partial;
822 if (completed != 0) {
825 strcpy(leaf_of(input), completed); local
/freebsd-11-stable/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;
634 G_VINUM_DEBUG(1, "syncing of %s from %s completed",
[all...]

Completed in 304 milliseconds

123