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

12

/freebsd-10.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-10.3-release/sys/ofed/include/linux/
H A Dcompletion.h35 struct completion { struct
60 extern void linux_complete_common(struct completion *, int);
61 extern long linux_wait_for_common(struct completion *, int);
62 extern long linux_wait_for_timeout_common(struct completion *, long, int);
63 extern int linux_try_wait_for_completion(struct completion *);
64 extern int linux_completion_done(struct completion *);
H A Dnetdevice.h41 #include <linux/completion.h>
H A Dlinux_compat.c820 linux_complete_common(struct completion *c, int all)
839 linux_wait_for_common(struct completion *c, int flags)
850 sleepq_add(c, NULL, "completion", flags, 0);
867 linux_wait_for_timeout_common(struct completion *c, long timeout, int flags)
881 sleepq_add(c, NULL, "completion", flags, 0);
903 linux_try_wait_for_completion(struct completion *c)
918 linux_completion_done(struct completion *c)
/freebsd-10.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>
75 struct completion comp;
H A Ducma.c33 #include <linux/completion.h>
65 struct completion comp;
H A Diwcm.c45 #include <linux/completion.h>
/freebsd-10.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-10.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-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DIOHandler.h242 IOHandlerDelegate (Completion completion = Completion::None) :
243 m_completion(completion),
329 Completion completion = Completion::None) :
330 IOHandlerDelegate (completion),
/freebsd-10.3-release/sys/dev/mlx5/
H A Dcq.h42 struct completion free;
H A Ddriver.h32 #include <linux/completion.h>
385 struct completion free;
397 struct completion free;
647 struct completion done;
/freebsd-10.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-10.3-release/sys/ofed/include/rdma/
H A Dib_sa.h38 #include <linux/completion.h>
399 struct completion comp;
H A Dib_addr.h48 struct completion comp;
/freebsd-10.3-release/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h39 #include <linux/completion.h>
167 atomic_t completion; member in struct:c4iw_wr_wait
173 atomic_set(&wr_waitp->completion, 0);
179 atomic_set(&wr_waitp->completion, 1);
190 while (!atomic_read(&wr_waitp->completion)) {
/freebsd-10.3-release/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh220 execution of '$CMD', will be deleted on completion of
/freebsd-10.3-release/sys/ofed/include/linux/mlx4/
H A Ddevice.h37 #include <linux/completion.h>
652 struct completion free;
663 struct completion free;
675 struct completion free;
/freebsd-10.3-release/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h245 * We use the second option and wait for a completion on the
417 struct completion done;
/freebsd-10.3-release/contrib/wpa/wpa_supplicant/
H A Dwpa_cli.c2276 char ** (*completion)(const char *str, int pos); member in struct:wpa_cli_cmd
2789 if (wpa_cli_commands[i].completion)
2790 return wpa_cli_commands[i].completion(str,

Completed in 308 milliseconds

12