| /freebsd-12.1/contrib/ntp/lib/isc/tests/ |
| H A D | socket_test.c | 43 completion->done = ISC_FALSE; in completion_init() 55 completion->done = ISC_TRUE; in event_done() 69 if (completion->done) in waitfor() 90 completion_t completion; in ATF_TC_BODY() local 127 waitfor(&completion); in ATF_TC_BODY() 136 waitfor(&completion); in ATF_TC_BODY() 161 completion_t completion; in ATF_TC_BODY() local 201 waitfor(&completion); in ATF_TC_BODY() 213 waitfor(&completion); in ATF_TC_BODY() 222 waitfor(&completion); in ATF_TC_BODY() [all …]
|
| /freebsd-12.1/sys/compat/linuxkpi/common/include/linux/ |
| H A D | completion.h | 36 struct completion { struct 63 extern void linux_complete_common(struct completion *, int); 64 extern int linux_wait_for_common(struct completion *, int); 65 extern int linux_wait_for_timeout_common(struct completion *, int, int); 66 extern int linux_try_wait_for_completion(struct completion *); 67 extern int linux_completion_done(struct completion *);
|
| H A D | sched.h | 77 struct completion parked; 78 struct completion exited;
|
| /freebsd-12.1/sys/contrib/ck/include/ |
| H A D | ck_tflock.h | 43 uint32_t completion; member 76 pf->request = pf->completion = 0; in ck_tflock_ticket_init() 89 while (ck_pr_load_32(&lock->completion) != previous) in ck_tflock_ticket_write_lock() 101 ck_tflock_ticket_fca_32(&lock->completion, CK_TFLOCK_TICKET_WC_TOPMSK, in ck_tflock_ticket_write_unlock() 117 while ((ck_pr_load_32(&lock->completion) & in ck_tflock_ticket_read_lock() 131 ck_tflock_ticket_fca_32(&lock->completion, CK_TFLOCK_TICKET_RC_TOPMSK, in ck_tflock_ticket_read_unlock()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | CompletionRequest.cpp | 74 void CompletionResult::AddResult(llvm::StringRef completion, in AddResult() argument 76 Completion r(completion, description); in AddResult() 85 for (const Completion &completion : m_results) in GetMatches() local 86 matches.AppendString(completion.m_completion); in GetMatches() 91 for (const Completion &completion : m_results) in GetDescriptions() local 92 descriptions.AppendString(completion.m_descripton); in GetDescriptions()
|
| /freebsd-12.1/sys/contrib/vchiq/interface/compat/ |
| H A D | vchi_bsd.c | 135 init_completion(struct completion *c) in init_completion() 143 destroy_completion(struct completion *c) in destroy_completion() 150 complete(struct completion *c) in complete() 166 complete_all(struct completion *c) in complete_all() 182 INIT_COMPLETION_locked(struct completion *c) in INIT_COMPLETION_locked() 192 _completion_claim(struct completion *c) in _completion_claim() 205 wait_for_completion(struct completion *c) in wait_for_completion() 215 try_wait_for_completion(struct completion *c) in try_wait_for_completion() 229 wait_for_completion_interruptible_timeout(struct completion *c, unsigned long timeout) in wait_for_completion_interruptible_timeout() 267 wait_for_completion_interruptible(struct completion *c) in wait_for_completion_interruptible() [all …]
|
| H A D | vchi_bsd.h | 213 struct completion { struct 219 void init_completion(struct completion *c); argument 220 void destroy_completion(struct completion *c); 221 int try_wait_for_completion(struct completion *); 222 int wait_for_completion_interruptible(struct completion *); 223 int wait_for_completion_interruptible_timeout(struct completion *, unsigned long ticks); 224 int wait_for_completion_killable(struct completion *); 225 void wait_for_completion(struct completion *c); 226 void complete(struct completion *c); 227 void complete_all(struct completion *c); [all …]
|
| /freebsd-12.1/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_arm.h | 71 struct completion ka_evt; 76 struct completion vc_suspend_complete; 77 struct completion vc_resume_complete; 104 struct completion resume_blocker; 106 struct completion blocked_blocker;
|
| H A D | vchiq_arm.c | 210 VCHIQ_COMPLETION_DATA_T *completion; in add_completion() local 238 completion->header = header; in add_completion() 239 completion->reason = reason; in add_completion() 831 VCHIQ_COMPLETION_DATA_T *completion; in vchiq_ioctl() local 850 completion->service_userdata = in vchiq_ioctl() 853 header = completion->header; in vchiq_ioctl() 905 completion->header = msgbuf; in vchiq_ioctl() 908 if ((completion->reason == in vchiq_ioctl() 916 completion, in vchiq_ioctl() 1314 VCHIQ_COMPLETION_DATA_T *completion; in vchiq_close() local [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | CompletionRequest.h | 25 Completion(llvm::StringRef completion, llvm::StringRef description) in Completion() 26 : m_completion(completion.str()), m_descripton(description.str()) {} in Completion() 40 void AddResult(llvm::StringRef completion, llvm::StringRef description); 128 void AddCompletion(llvm::StringRef completion, 130 m_result.AddResult(completion, description);
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | csh-mode.el | 762 (defun csh-addto-alist (completion type) 765 (list (cons completion type))))) 820 (completion (try-completion pattern csh-completion-list predicate))) 822 (cond ((eq completion t)) 826 ((null completion) 831 ((not (string= pattern completion)) 833 (insert completion))
|
| H A D | src.desc | 23 sh.file.c: Old csh file completion. Not used in tcsh. 57 Spelling, listing, and completion (tw*.c) 60 tw.parse.c: All the listing and completion. Tries to tokenize the line 65 tw.comp.c: File completion builtin
|
| /freebsd-12.1/tests/sys/aio/ |
| H A D | aio_test.c | 82 typedef ssize_t (*completion)(struct aiocb*); typedef 260 aio_write_test(struct aio_context *ac, completion comp, struct sigevent *sev) in aio_write_test() 289 aio_read_test(struct aio_context *ac, completion comp, struct sigevent *sev) in aio_read_test() 331 aio_file_test(completion comp, struct sigevent *sev) in aio_file_test() 382 aio_fifo_test(completion comp, struct sigevent *sev) in aio_fifo_test() 449 aio_unix_socketpair_test(completion comp, struct sigevent *sev) in aio_unix_socketpair_test() 514 aio_pty_test(completion comp, struct sigevent *sev) in aio_pty_test() 580 aio_pipe_test(completion comp, struct sigevent *sev) in aio_pipe_test() 661 aio_md_test(completion comp, struct sigevent *sev) in aio_md_test()
|
| /freebsd-12.1/sys/dev/hyperv/pcib/ |
| H A D | vmbus_pcib.c | 82 struct completion { struct 88 init_completion(struct completion *c) in init_completion() argument 96 free_completion(struct completion *c) in free_completion() 102 complete(struct completion *c) in complete() 111 wait_for_completion(struct completion *c) in wait_for_completion() 427 struct completion host_event; 432 struct completion host_event; 459 struct q_res_req_compl *completion = context; in q_resource_requirements() local 468 completion->hpdev->probed_bar[i] = in q_resource_requirements() 472 complete(&completion->host_event); in q_resource_requirements() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | IOHandler.h | 196 IOHandlerDelegate(Completion completion = Completion::None) 197 : m_completion(completion) {} in m_completion() argument 309 Completion completion = Completion::None) 310 : IOHandlerDelegate(completion), in IOHandlerDelegate() argument
|
| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set3 | 49 46 List choices for completion 50 47 List choices for completion overriding programmable completion 52 49 List choices for completion or indicate end of file if empty line
|
| /freebsd-12.1/sys/ofed/drivers/infiniband/core/ |
| H A D | mad_priv.h | 112 struct completion comp; 121 struct completion comp;
|
| H A D | iwcm.h | 56 struct completion destroy_comp;
|
| /freebsd-12.1/contrib/tcsh/nls/C/ |
| H A D | set3 | 49 46 List choices for completion 50 47 List choices for completion overriding programmable completion 52 49 List choices for completion or indicate end of file if empty line
|
| H A D | set27 | 8 5 completion
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set3 | 49 46 List choices for completion 50 47 List choices for completion overriding programmable completion 52 49 List choices for completion or indicate end of file if empty line
|
| /freebsd-12.1/sys/dev/drm2/ |
| H A D | drm_os_freebsd.h | 485 struct completion { struct 493 init_completion(struct completion *c) in init_completion() argument 501 free_completion(struct completion *c) in free_completion() 508 complete_all(struct completion *c) in complete_all() 518 wait_for_completion_interruptible_timeout(struct completion *c, in wait_for_completion_interruptible_timeout()
|
| /freebsd-12.1/contrib/gcc/config/rs6000/ |
| H A D | 8540.md | 32 ;; We could describe completion buffers slots in combination with the 33 ;; retirement units and the order of completion but the result 35 ;; real latency time with taking in order completion into account. 41 ;; insns would not wait in the completion buffer.
|
| /freebsd-12.1/sys/dev/cxgbe/iw_cxgbe/ |
| H A D | iw_cxgbe.h | 187 struct completion completion; member 193 init_completion(&wr_waitp->completion); in c4iw_init_wr_wait() 199 complete(&wr_waitp->completion); in c4iw_wake_up() 230 ret = wait_for_completion_timeout(&wr_waitp->completion, to); in c4iw_wait_for_reply()
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | keystone-k2l-netcp.dtsi | 192 tx-completion-queue = <530>; 204 tx-completion-queue = <531>;
|