Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 169) sorted by relevance

1234567

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
HDiter.c63 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()
HDcache-null.c67 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()
HDcache.c135 svn_cache__iter(svn_boolean_t *completed, in svn_cache__iter() argument
147 return (cache->vtable->iter)(completed, in svn_cache__iter()
/freebsd-11-stable/sys/dev/ida/
HDida_pci.c75 bus_addr_t completed; in ida_v3_done() local
77 completed = ida_inl(ida, R_DONE_FIFO); in ida_v3_done()
78 if (completed == -1) { in ida_v3_done()
81 return (completed); in ida_v3_done()
115 bus_addr_t completed; in ida_v4_done() local
117 completed = ida_inl(ida, R_42XX_REPLY); in ida_v4_done()
118 if (completed == -1) in ida_v4_done()
121 return (completed); in ida_v4_done()
HDida_eisa.c92 bus_addr_t completed; in ida_v1_done() local
99 completed = ida_inl(ida, R_EISA_COMPLETE_ADDR); in ida_v1_done()
103 if (completed != 0) { in ida_v1_done()
106 ((completed & ~3) - ida->hwqcb_busaddr)); in ida_v1_done()
110 return (completed); in ida_v1_done()
HDida.c562 bus_addr_t completed; in ida_wait() local
577 while ((completed = ida->cmd.done(ida)) == 0) { in ida_wait()
585 qcb_done = idahwqcbptov(ida, completed & ~3); in ida_wait()
597 bus_addr_t completed; in ida_intr() local
607 while ((completed = ida->cmd.done(ida)) != 0) { in ida_intr()
608 qcb = idahwqcbptov(ida, completed & ~3); in ida_intr()
612 "ignoring completion %jx\n", (intmax_t)completed); in ida_intr()
616 if ((completed & 3) && (qcb->hwqcb->req.error == 0)) in ida_intr()
/freebsd-11-stable/contrib/subversion/subversion/libsvn_repos/
HDload.c537 svn_repos_parse_fns3_t *completed = apr_pcalloc(result_pool, in complete_vtable() local
538 sizeof(*completed)); in complete_vtable()
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()
544 SET_VTABLE_ENTRY(completed, provided, set_revision_property); in complete_vtable()
545 SET_VTABLE_ENTRY(completed, provided, set_node_property); in complete_vtable()
546 SET_VTABLE_ENTRY(completed, provided, delete_node_property); in complete_vtable()
547 SET_VTABLE_ENTRY(completed, provided, remove_node_props); in complete_vtable()
[all …]
/freebsd-11-stable/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdint.c154 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-11-stable/contrib/gcclibs/libgomp/
HDwork.c189 unsigned completed; in gomp_work_share_end_nowait() local
201 completed = __sync_add_and_fetch (&ws->threads_completed, 1); in gomp_work_share_end_nowait()
204 completed = ++ws->threads_completed; in gomp_work_share_end_nowait()
208 if (completed == team->nthreads) in gomp_work_share_end_nowait()
/freebsd-11-stable/contrib/ofed/librdmacm/examples/
HDcmtime.c106 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-11-stable/sys/dev/sfxge/common/
HDefx_tx.c79 __in unsigned int completed,
106 __in unsigned int completed,
373 __in unsigned int completed, in efx_tx_qpost() argument
383 n, completed, addedp)) != 0) in efx_tx_qpost()
536 __in unsigned int completed, in efx_tx_qpio_post() argument
546 if ((rc = etxop->etxo_qpio_post(etp, pkt_length, completed, in efx_tx_qpio_post()
564 __in unsigned int completed, in efx_tx_qdesc_post() argument
574 n, completed, addedp)) != 0) in efx_tx_qdesc_post()
753 __in unsigned int completed, in siena_tx_qpost() argument
760 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) in siena_tx_qpost()
[all …]
HDef10_tx.c380 __in unsigned int completed, in ef10_tx_qpio_post() argument
390 if (added - completed + 1 > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpio_post()
434 __in unsigned int completed, in ef10_tx_qpost() argument
441 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qpost()
557 __in unsigned int completed, in ef10_tx_qdesc_post() argument
564 if (added - completed + n > EFX_TXQ_LIMIT(etp->et_mask + 1)) { in ef10_tx_qdesc_post()
/freebsd-11-stable/contrib/subversion/subversion/include/
HDsvn_iter.h74 svn_iter_apr_hash(svn_boolean_t *completed,
110 svn_iter_apr_array(svn_boolean_t *completed,
/freebsd-11-stable/sys/dev/sfxge/
HDsfxge_rx.c244 rxfill = rxq->added - rxq->completed; in sfxge_rx_qfill()
283 rxq->completed, rxq->added); in sfxge_rx_qfill()
294 rxq->completed, rxq->added); in sfxge_rx_qfill()
308 if(rxq->pushed == rxq->completed) { in sfxge_rx_qfill()
818 unsigned int completed; in sfxge_rx_qcomplete() local
828 completed = rxq->completed; in sfxge_rx_qcomplete()
829 while (completed != rxq->pending) { in sfxge_rx_qcomplete()
833 id = completed++ & rxq->ptr_mask; in sfxge_rx_qcomplete()
906 rxq->completed = completed; in sfxge_rx_qcomplete()
908 level = rxq->added - rxq->completed; in sfxge_rx_qcomplete()
[all …]
HDsfxge_tx.c223 unsigned int completed; in sfxge_tx_qcomplete() local
227 completed = txq->completed; in sfxge_tx_qcomplete()
228 while (completed != txq->pending) { in sfxge_tx_qcomplete()
232 id = completed++ & txq->ptr_mask; in sfxge_tx_qcomplete()
248 txq->completed = completed; in sfxge_tx_qcomplete()
255 level = txq->added - txq->completed; in sfxge_tx_qcomplete()
329 txq->reaped = txq->completed; in sfxge_tx_qreap()
1455 level = txq->added - txq->completed; in sfxge_tx_qunblock()
1532 KASSERT(txq->completed == txq->added, in sfxge_tx_qstop()
1536 KASSERT(txq->reaped == txq->completed, in sfxge_tx_qstop()
[all …]
/freebsd-11-stable/contrib/gcc/
HDcrtstuff.c270 static _Bool completed; in __do_global_dtors_aux() local
272 if (__builtin_expect (completed, 0)) in __do_global_dtors_aux()
303 completed = 1; in __do_global_dtors_aux()
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
HDmlx5_ib_gsi.c34 bool completed:1; member
78 if (!wr->completed) in generate_completions()
85 wr->completed = false; in generate_completions()
100 wr->completed = true; in handle_single_completion()
430 gsi_wr->completed = true; in mlx5_ib_add_outstanding_wr()
/freebsd-11-stable/lib/libusb/
HDlibusb10_io.c346 struct timeval *tv, int *completed) in libusb_handle_events_timeout_completed() argument
357 if (completed != NULL) { in libusb_handle_events_timeout_completed()
358 if (*completed != 0 || err != 0) in libusb_handle_events_timeout_completed()
362 if (completed == NULL) in libusb_handle_events_timeout_completed()
374 libusb_handle_events_completed(libusb_context *ctx, int *completed) in libusb_handle_events_completed() argument
376 return (libusb_handle_events_timeout_completed(ctx, NULL, completed)); in libusb_handle_events_completed()
/freebsd-11-stable/contrib/dialog/
HDfselect.c590 char *completed; in dlg_fselect() local
808 completed = 0; in dlg_fselect()
814 completed = data_of(&f_list); in dlg_fselect()
816 completed = data_of(&d_list); in dlg_fselect()
819 completed = partial; in dlg_fselect()
822 if (completed != 0) { in dlg_fselect()
825 strcpy(leaf_of(input), completed); in dlg_fselect()
/freebsd-11-stable/usr.sbin/diskinfo/
HDdiskinfo.c562 int error, i, queued, completed; in iops() local
588 completed = 0; in iops()
597 completed++; in iops()
609 } else if (completed == queued) { in iops()
614 TI(completed); in iops()
/freebsd-11-stable/sys/geom/vinum/
HDgeom_vinum_plex.c334 off_t completed; in gv_plex_raid5_done() local
337 completed = 0; in gv_plex_raid5_done()
344 completed = bp->bio_completed; in gv_plex_raid5_done()
358 completed = wp->length; in gv_plex_raid5_done()
376 completed = bp->bio_completed; in gv_plex_raid5_done()
403 completed = wp->length; in gv_plex_raid5_done()
421 pbp->bio_completed += completed; in gv_plex_raid5_done()
/freebsd-11-stable/sys/cam/ctl/
HDctl_tpc.c136 int completed; member
166 if (!list->completed || time_uptime < list->last_active + in tpc_timeout()
232 if (!list->completed) in ctl_tpc_lun_clear()
249 KASSERT(list->completed, in ctl_tpc_lun_shutdown()
544 if (list->completed) { in ctl_receive_copy_status_lid1()
561 if (list_copy.completed) { in ctl_receive_copy_status_lid1()
605 if (list == NULL || !list->completed) { in ctl_receive_copy_failure_details()
628 if (list_copy.completed && (list_copy.error || list_copy.abort)) { in ctl_receive_copy_failure_details()
674 if (list->completed) { in ctl_receive_copy_status_lid4()
693 if (list_copy.completed) { in ctl_receive_copy_status_lid4()
[all …]
/freebsd-11-stable/sys/geom/
HDnotes48 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-11-stable/contrib/subversion/subversion/libsvn_fs/
HDeditor.c47 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()
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
HDREADME-HS20428 <3>ANQP fetch completed
447 <3>CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
448 <3>WPA: Key negotiation completed with 02:00:00:00:01:00 [PTK=CCMP GTK=CCMP]
449 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (auth) [id=0 id_str=]
479 <3>ANQP fetch completed
488 <3>CTRL-EVENT-EAP-SUCCESS EAP authentication completed successfully
489 <3>WPA: Key negotiation completed with 02:00:00:00:01:00 [PTK=CCMP GTK=CCMP]
490 <3>CTRL-EVENT-CONNECTED - Connection to 02:00:00:00:01:00 completed (reauth) [id=0 id_str=]
581 <3>ANQP fetch completed

1234567