Home
last modified time | relevance | path

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

1234

/dragonfly/sys/dev/drm/i915/
H A Dintel_breadcrumbs.c344 struct rb_node **p, *parent, *completed; in __intel_engine_add_wait() local
363 completed = NULL; in __intel_engine_add_wait()
395 completed = parent; in __intel_engine_add_wait()
420 if (completed) { in __intel_engine_add_wait()
427 struct rb_node *next = rb_next(completed); in __intel_engine_add_wait()
433 struct intel_wait *crumb = to_wait(completed); in __intel_engine_add_wait()
434 completed = rb_prev(completed); in __intel_engine_add_wait()
436 } while (completed); in __intel_engine_add_wait()
/dragonfly/sys/dev/raid/ida/
H A Dida.c446 bus_addr_t completed; in ida_wait() local
457 while ((completed = ida->cmd.done(ida)) == 0) { in ida_wait()
463 qcb_done = idahwqcbptov(ida, completed & ~3); in ida_wait()
475 bus_addr_t completed; in ida_intr() local
482 while ((completed = ida->cmd.done(ida)) != 0) { in ida_intr()
483 qcb = idahwqcbptov(ida, completed & ~3); in ida_intr()
487 "ignoring completion %jx\n", (uintmax_t)completed); in ida_intr()
H A Dida_pci.c104 bus_addr_t completed; in ida_v4_done() local
106 completed = ida_inl(ida, R_42XX_REPLY); in ida_v4_done()
107 if (completed == -1) in ida_v4_done()
110 return (completed); in ida_v4_done()
/dragonfly/contrib/gcc-4.7/libgomp/
H A Dwork.c240 unsigned completed; in gomp_work_share_end_nowait() local
254 completed = __sync_add_and_fetch (&ws->threads_completed, 1); in gomp_work_share_end_nowait()
257 completed = ++ws->threads_completed; in gomp_work_share_end_nowait()
261 if (completed == team->nthreads) in gomp_work_share_end_nowait()
/dragonfly/contrib/zstd/programs/
H A Dbenchfn.c216 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()
/dragonfly/contrib/gcc-8.0/libgomp/
H A Dwork.c270 unsigned completed; in gomp_work_share_end_nowait() local
284 completed = __sync_add_and_fetch (&ws->threads_completed, 1); in gomp_work_share_end_nowait()
287 completed = ++ws->threads_completed; in gomp_work_share_end_nowait()
291 if (completed == team->nthreads) in gomp_work_share_end_nowait()
/dragonfly/sys/contrib/dev/acpica/generate/lint/
H A Dlint.bat6 echo 64-bit lint completed >> LintOut.txt
12 echo 32-bit lint completed >> LintOut.txt
/dragonfly/lib/libusb/
H A Dlibusb10_io.c340 struct timeval *tv, int *completed) in libusb_handle_events_timeout_completed() argument
351 if (completed != NULL) { in libusb_handle_events_timeout_completed()
352 if (*completed != 0 || err != 0) in libusb_handle_events_timeout_completed()
356 if (completed == NULL) in libusb_handle_events_timeout_completed()
368 libusb_handle_events_completed(libusb_context *ctx, int *completed) in libusb_handle_events_completed() argument
370 return (libusb_handle_events_timeout_completed(ctx, NULL, completed)); in libusb_handle_events_completed()
/dragonfly/contrib/dialog/
H A Dfselect.c594 char *completed; in dlg_fselect() local
817 completed = 0; in dlg_fselect()
823 completed = data_of(&f_list); in dlg_fselect()
825 completed = data_of(&d_list); in dlg_fselect()
828 completed = partial; in dlg_fselect()
831 if (completed != 0) { in dlg_fselect()
834 strcpy(leaf_of(input), completed); in dlg_fselect()
/dragonfly/contrib/lvm2/dist/doc/
H A Dpvmove_outline.txt13 all pending io. Once the suspend has completed we are free to change
42 5. When the copying has completed 254:3 is suspended/pending flushed.
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dcrtstuff.c358 static _Bool completed; in __do_global_dtors_aux() local
360 if (__builtin_expect (completed, 0)) in __do_global_dtors_aux()
415 completed = 1; in __do_global_dtors_aux()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dcrtstuff.c373 static _Bool completed; in __do_global_dtors_aux() local
375 if (__builtin_expect (completed, 0)) in __do_global_dtors_aux()
428 completed = 1; in __do_global_dtors_aux()
/dragonfly/sys/dev/raid/ips/
H A Dips_commands.c47 while (command->completed == 0) { in ips_timed_wait()
49 if (command->completed == 0) in ips_timed_wait()
50 error = tsleep(&command->completed, 0, id, timo); in ips_timed_wait()
70 command->completed = 1; in ips_wakeup_callback()
71 wakeup(&command->completed); in ips_wakeup_callback()
/dragonfly/contrib/wpa_supplicant/wpa_supplicant/
H A DREADME-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
/dragonfly/sys/netgraph7/bluetooth/l2cap/
H A Dng_l2cap_main.c314 ep->completed); in ng_l2cap_lower_rcvmsg()
316 con->pending -= ep->completed; in ng_l2cap_lower_rcvmsg()
323 ep->completed); in ng_l2cap_lower_rcvmsg()
/dragonfly/crypto/openssh/
H A Dxmss_fast.h39 unsigned char completed; member
/dragonfly/tools/tools/hammer-backup/
H A DREADME61 INFO: Backup completed.
82 INFO: Backup completed.
/dragonfly/sys/dev/raid/mps/
H A Dmps_sas.h73 uint64_t completed; member
/dragonfly/lib/libftpio/
H A Dftp.errors25 250 Requested file action okay, completed
/dragonfly/sys/dev/raid/mpr/
H A Dmpr_sas.h74 uint64_t completed; member
/dragonfly/lib/libfetch/
H A Dftp.errors24 250 OK Requested file action okay, completed
/dragonfly/usr.bin/m4/
H A DNOTES39 each nested call is completed. Each argument is a character pointer
/dragonfly/contrib/tcsh-6/nls/german/
H A Dset283 81 HFT sound completed
/dragonfly/contrib/tcsh-6/nls/russian/
H A Dset283 81 HFT sound control has completed
/dragonfly/contrib/tcsh-6/nls/ukrainian/
H A Dset283 81 HFT sound control has completed

1234