| /freebsd-13.1/contrib/subversion/subversion/libsvn_subr/ |
| H A D | iter.c | 63 svn_iter_apr_hash(svn_boolean_t *completed, in svn_iter_apr_hash() argument 80 if (completed) in svn_iter_apr_hash() 81 *completed = !error_received; in svn_iter_apr_hash() 100 svn_iter_apr_array(svn_boolean_t *completed, in svn_iter_apr_array() argument 119 if (completed) in svn_iter_apr_array() 120 *completed = ! err; in svn_iter_apr_array()
|
| H A D | cache-null.c | 67 null_cache_iter(svn_boolean_t *completed, in null_cache_iter() argument 74 if (completed) in null_cache_iter() 75 *completed = TRUE; in null_cache_iter()
|
| H A D | cache.c | 135 svn_cache__iter(svn_boolean_t *completed, in svn_cache__iter() argument 147 return (cache->vtable->iter)(completed, in svn_cache__iter()
|
| /freebsd-13.1/sys/dev/ida/ |
| H A D | ida_pci.c | 79 bus_addr_t completed; in ida_v3_done() local 81 completed = ida_inl(ida, R_DONE_FIFO); in ida_v3_done() 82 if (completed == -1) { in ida_v3_done() 85 return (completed); in ida_v3_done() 119 bus_addr_t completed; in ida_v4_done() local 121 completed = ida_inl(ida, R_42XX_REPLY); in ida_v4_done() 122 if (completed == -1) in ida_v4_done() 125 return (completed); in ida_v4_done()
|
| H A D | ida.c | 564 bus_addr_t completed; in ida_wait() local 579 while ((completed = ida->cmd.done(ida)) == 0) { in ida_wait() 587 qcb_done = idahwqcbptov(ida, completed & ~3); in ida_wait() 599 bus_addr_t completed; in ida_intr() local 609 while ((completed = ida->cmd.done(ida)) != 0) { in ida_intr() 610 qcb = idahwqcbptov(ida, completed & ~3); in ida_intr() 614 "ignoring completion %jx\n", (intmax_t)completed); in ida_intr() 618 if ((completed & 3) && (qcb->hwqcb->req.error == 0)) in ida_intr()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_repos/ |
| H A D | load.c | 540 SET_VTABLE_ENTRY(completed, provided, magic_header_record); in complete_vtable() 541 SET_VTABLE_ENTRY(completed, provided, uuid_record); in complete_vtable() 542 SET_VTABLE_ENTRY(completed, provided, new_revision_record); in complete_vtable() 543 SET_VTABLE_ENTRY(completed, provided, new_node_record); in complete_vtable() 545 SET_VTABLE_ENTRY(completed, provided, set_node_property); in complete_vtable() 547 SET_VTABLE_ENTRY(completed, provided, remove_node_props); in complete_vtable() 548 SET_VTABLE_ENTRY(completed, provided, set_fulltext); in complete_vtable() 549 SET_VTABLE_ENTRY(completed, provided, apply_textdelta); in complete_vtable() 550 SET_VTABLE_ENTRY(completed, provided, close_node); in complete_vtable() 551 SET_VTABLE_ENTRY(completed, provided, close_revision); in complete_vtable() [all …]
|
| /freebsd-13.1/sys/powerpc/powernv/ |
| H A D | opal_async.c | 53 volatile uint64_t completed; member 84 completions[token].completed = false; in opal_alloc_async_token() 109 if (completions[token].completed) { in opal_wait_completion() 128 completions[token].completed = true; in opal_handle_async_completion()
|
| /freebsd-13.1/sys/dev/pms/RefTisa/tisa/sassata/common/ |
| H A D | tdint.c | 154 bit32 completed = 0; in tiCOMDelayedInterruptHandler() local 167 completed = saDelayedInterruptHandler(agRoot, channelNum, count); in tiCOMDelayedInterruptHandler() 169 if(completed == 0) in tiCOMDelayedInterruptHandler() 177 return(completed); in tiCOMDelayedInterruptHandler()
|
| /freebsd-13.1/contrib/ofed/librdmacm/examples/ |
| H A D | cmtime.c | 106 static volatile int completed[STEP_CNT]; variable 196 completed[STEP_RESOLVE_ADDR]++; in addr_handler() 202 completed[STEP_RESOLVE_ROUTE]++; in route_handler() 208 completed[STEP_CONNECT]++; in conn_handler() 214 completed[STEP_DISCONNECT]++; in disc_handler() 542 while (started[STEP_RESOLVE_ADDR] != completed[STEP_RESOLVE_ADDR]) sched_yield(); in run_client() 560 while (started[STEP_RESOLVE_ROUTE] != completed[STEP_RESOLVE_ROUTE]) sched_yield(); in run_client() 593 while (started[STEP_CONNECT] != completed[STEP_CONNECT]) sched_yield(); in run_client() 605 while (started[STEP_DISCONNECT] != completed[STEP_DISCONNECT]) sched_yield(); in run_client()
|
| /freebsd-13.1/contrib/subversion/subversion/include/ |
| H A D | svn_iter.h | 74 svn_iter_apr_hash(svn_boolean_t *completed, 110 svn_iter_apr_array(svn_boolean_t *completed,
|
| /freebsd-13.1/sys/contrib/zstd/programs/ |
| H A D | benchfn.c | 216 int completed = 0; in BMK_benchTimedFn() local 219 while (!completed) { in BMK_benchTimedFn() 244 assert(completed == 0); in BMK_benchTimedFn() 250 completed = 1; in BMK_benchTimedFn()
|
| /freebsd-13.1/sys/dev/sfxge/common/ |
| H A D | efx_tx.c | 81 __in unsigned int completed, 108 __in unsigned int completed, 407 __in unsigned int completed, in efx_tx_qpost() argument 569 __in unsigned int completed, in efx_tx_qpio_post() argument 579 if ((rc = etxop->etxo_qpio_post(etp, pkt_length, completed, in efx_tx_qpio_post() 597 __in unsigned int completed, in efx_tx_qdesc_post() argument 605 return (etxop->etxo_qdesc_post(etp, ed, ndescs, completed, addedp)); in efx_tx_qdesc_post() 777 __in unsigned int completed, in siena_tx_qpost() argument 783 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1)) in siena_tx_qpost() 1018 __in unsigned int completed, in siena_tx_qdesc_post() argument [all …]
|
| H A D | ef10_tx.c | 386 __in unsigned int completed, in ef10_tx_qpio_post() argument 395 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpio_post() 439 __in unsigned int completed, in ef10_tx_qpost() argument 446 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpost() 562 __in unsigned int completed, in ef10_tx_qdesc_post() argument 568 if (added - completed + ndescs > EFX_TXQ_LIMIT(etp->et_mask + 1)) in ef10_tx_qdesc_post()
|
| /freebsd-13.1/sys/dev/sfxge/ |
| H A D | sfxge_rx.c | 245 rxfill = rxq->added - rxq->completed; in sfxge_rx_qfill() 284 rxq->completed, rxq->added); in sfxge_rx_qfill() 295 rxq->completed, rxq->added); in sfxge_rx_qfill() 309 if(rxq->pushed == rxq->completed) { in sfxge_rx_qfill() 819 unsigned int completed; in sfxge_rx_qcomplete() local 829 completed = rxq->completed; in sfxge_rx_qcomplete() 830 while (completed != rxq->pending) { in sfxge_rx_qcomplete() 834 id = completed++ & rxq->ptr_mask; in sfxge_rx_qcomplete() 907 rxq->completed = completed; in sfxge_rx_qcomplete() 909 level = rxq->added - rxq->completed; in sfxge_rx_qcomplete() [all …]
|
| H A D | sfxge_tx.c | 222 unsigned int completed; in sfxge_tx_qcomplete() local 226 completed = txq->completed; in sfxge_tx_qcomplete() 227 while (completed != txq->pending) { in sfxge_tx_qcomplete() 231 id = completed++ & txq->ptr_mask; in sfxge_tx_qcomplete() 247 txq->completed = completed; in sfxge_tx_qcomplete() 254 level = txq->added - txq->completed; in sfxge_tx_qcomplete() 328 txq->reaped = txq->completed; in sfxge_tx_qreap() 1451 level = txq->added - txq->completed; in sfxge_tx_qunblock() 1528 KASSERT(txq->completed == txq->added, in sfxge_tx_qstop() 1532 KASSERT(txq->reaped == txq->completed, in sfxge_tx_qstop() [all …]
|
| /freebsd-13.1/sys/contrib/zstd/examples/ |
| H A D | Makefile | 65 @echo Cleaning completed 93 @echo tests completed
|
| /freebsd-13.1/sys/dev/mlx5/mlx5_ib/ |
| H A D | mlx5_ib_gsi.c | 37 bool completed:1; member 81 if (!wr->completed) in generate_completions() 88 wr->completed = false; in generate_completions() 103 wr->completed = true; in handle_single_completion() 433 gsi_wr->completed = true; in mlx5_ib_add_outstanding_wr()
|
| /freebsd-13.1/lib/libusb/ |
| H A D | libusb10_io.c | 356 struct timeval *tv, int *completed) in libusb_handle_events_timeout_completed() argument 367 if (completed != NULL) { in libusb_handle_events_timeout_completed() 368 if (*completed != 0 || err != 0) in libusb_handle_events_timeout_completed() 372 if (completed == NULL) in libusb_handle_events_timeout_completed() 384 libusb_handle_events_completed(libusb_context *ctx, int *completed) in libusb_handle_events_completed() argument 386 return (libusb_handle_events_timeout_completed(ctx, NULL, completed)); in libusb_handle_events_completed()
|
| /freebsd-13.1/contrib/dialog/ |
| H A D | fselect.c | 596 char *completed; in dlg_fselect() local 820 completed = 0; in dlg_fselect() 826 completed = data_of(&f_list); in dlg_fselect() 828 completed = data_of(&d_list); in dlg_fselect() 831 completed = partial; in dlg_fselect() 834 if (completed != 0) { in dlg_fselect() 837 strcpy(leaf_of(input), completed); in dlg_fselect()
|
| /freebsd-13.1/usr.sbin/diskinfo/ |
| H A D | diskinfo.c | 571 int error, i, queued, completed; in iops() local 597 completed = 0; in iops() 606 completed++; in iops() 618 } else if (completed == queued) { in iops() 623 TI(completed); in iops()
|
| /freebsd-13.1/sys/geom/vinum/ |
| H A D | geom_vinum_plex.c | 337 off_t completed; in gv_plex_raid5_done() local 340 completed = 0; in gv_plex_raid5_done() 347 completed = bp->bio_completed; in gv_plex_raid5_done() 361 completed = wp->length; in gv_plex_raid5_done() 379 completed = bp->bio_completed; in gv_plex_raid5_done() 406 completed = wp->length; in gv_plex_raid5_done() 424 pbp->bio_completed += completed; in gv_plex_raid5_done()
|
| /freebsd-13.1/sys/geom/ |
| H A D | notes | 48 At level zero, only the number of transactions started and completed 62 the bio when it is completed. There are no concurrency or locking 71 (based on the counters for scheduled and completed requests being 79 take care to do this before we increment the "requests completed"
|
| /freebsd-13.1/sys/cam/ctl/ |
| H A D | ctl_tpc.c | 140 int completed; member 237 if (!list->completed) in ctl_tpc_lun_clear() 254 KASSERT(list->completed, in ctl_tpc_lun_shutdown() 549 if (list->completed) { in ctl_receive_copy_status_lid1() 566 if (list_copy.completed) { in ctl_receive_copy_status_lid1() 679 if (list->completed) { in ctl_receive_copy_status_lid4() 698 if (list_copy.completed) { in ctl_receive_copy_status_lid4() 1491 list->completed = 1; in tpc_process() 2165 list->completed = 1; in ctl_populate_token() 2368 if (list->completed) { in ctl_receive_rod_token_information() [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 91 uint64_t completed, uint64_t total, in ProgressEventData() argument 93 : m_message(message), m_id(progress_id), m_completed(completed), in ProgressEventData() 425 uint64_t completed, uint64_t total,
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs/ |
| H A D | editor.c | 47 svn_boolean_t completed; member 640 eb->completed = TRUE; in complete_cb() 661 eb->completed = TRUE; in abort_cb() 769 if (eb->completed) in svn_fs__editor_commit()
|