Searched refs:completion (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/contrib/ntp/lib/isc/tests/
H A Dsocket_test.c42 completion_init(completion_t *completion) { argument
43 completion->done = ISC_FALSE;
49 completion_t *completion = event->ev_arg; local
54 completion->result = dev->result;
55 completion->done = ISC_TRUE;
60 waitfor(completion_t *completion) { argument
62 while (!completion->done && i++ < 5000) {
69 if (completion->done)
90 completion_t completion; local
123 completion_init(&completion);
161 completion_t completion; local
[all...]
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Diwcm.h51 struct completion destroy_comp;
H A Dmad_priv.h39 #include <linux/completion.h>
113 struct completion comp;
122 struct completion comp;
H A Duverbs.h43 #include <linux/completion.h>
65 * and released when that file is closed. For completion event files,
72 struct completion comp;
H A Dmulticast.c33 #include <linux/completion.h>
63 struct completion comp;
120 struct completion comp;
H A Dnotice.c33 #include <linux/completion.h>
66 struct completion comp;
113 struct completion comp;
H A Ducm.c34 #include <linux/completion.h>
76 struct completion comp;
H A Ducma.c33 #include <linux/completion.h>
65 struct completion comp;
H A Diwcm.c45 #include <linux/completion.h>
H A Dmad_rmpp.c49 struct completion comp;
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dcompletion.h41 struct completion { struct
49 _complete_common(struct completion *c, int all)
71 _wait_for_common(struct completion *c, int flags)
79 sleepq_add(c, NULL, "completion", flags, 0);
97 _wait_for_timeout_common(struct completion *c, long timeout, int flags)
107 sleepq_add(c, NULL, "completion", flags, 0);
128 try_wait_for_completion(struct completion *c)
143 completion_done(struct completion *c)
H A Dnetdevice.h40 #include <linux/completion.h>
/freebsd-9.3-release/contrib/tcsh/
H A Dcsh-mode.el59 ;; -------------------------------------------> Variables controlling completion
61 (defvar csh-completion-list '())
62 (make-variable-buffer-local 'csh-completion-list)
63 (set-default 'csh-completion-list '())
69 (defvar csh-completion-type-misc 0)
70 (defvar csh-completion-regexp-var "\\([A-Za-z_0-9]+\\)=")
71 (defvar csh-completion-type-var 1)
72 (defvar csh-completion-match-var 1)
73 (defvar csh-completion-regexp-var2 "\\$\\({\\|{#\\)?\\([A-Za-z_0-9]+\\)[#%:}]?")
74 (defvar csh-completion
[all...]
/freebsd-9.3-release/sys/dev/pdq/
H A Dpdq.c728 pdq_uint32_t completion = rx->rx_completion;
734 while (completion != completion_goal) {
740 fpdu = lpdu = buffers[completion];
782 buffers[completion] = npdu;
790 PDQ_OS_DATABUF_NEXT_SET(lpdu, buffers[(completion + idx) & ring_mask]);
792 buffers[(completion + idx) & ring_mask] = npdu;
797 buffers[(completion + idx) & ring_mask];
798 buffers[(completion + idx) & ring_mask] = NULL;
813 PDQ_ADVANCE(completion, PDQ_RX_SEGCNT, ring_mask);
846 buffers[producer] = buffers[completion];
720 pdq_uint32_t completion = rx->rx_completion; local
987 unsigned completion = tx->tx_completion; local
1030 pdq_uint32_t completion = tx->tx_completion; local
[all...]
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcompleter.c1 /* Line completion stuff for GDB, the GNU debugger.
63 readline library sees one in any of the current completion strings,
72 incorrect completion candidates. */
85 /* Characters that can be used to quote completion strings. Note that we
99 /* Line completion interface function for readline. */
183 without also affecting the next completion. This should be fixed in
270 /* If the text includes a colon, they want completion only on a
283 name, they cannot be asking for completion on files. */
306 /* If we only have file names as possible completion, we should
314 would not DTRT when the completion result
[all...]
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl.h142 struct completion *thread_event;
H A DREADME.ctl.txt304 initiate the command completion process.
306 ctl_process_done() This is where command completion actually happens.
/freebsd-9.3-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h37 #include <linux/completion.h>
377 struct completion free;
386 struct completion free;
398 struct completion free;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_sa.h38 #include <linux/completion.h>
377 struct completion comp;
H A Dib_addr.h49 struct completion comp;
/freebsd-9.3-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh220 execution of '$CMD', will be deleted on completion of
/freebsd-9.3-release/sys/contrib/rdma/
H A Dib_sa.h259 struct completion comp;
/freebsd-9.3-release/sys/ofed/drivers/net/mlx4/
H A Dcmd.c106 struct completion done;
/freebsd-9.3-release/sys/dev/isp/
H A DDriverManual.txt254 + A SCSI command completion handoff point (isp_done)
367 or from a Fast Posting mailbox completion interrupt, you can take this
/freebsd-9.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h244 * We use the second option and wait for a completion on the
416 struct completion done;

Completed in 120 milliseconds

12