Searched refs:completion (Results 26 - 50 of 61) sorted by relevance

123

/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c210 VCHIQ_COMPLETION_DATA_T *completion; local
219 "add_completion - completion queue full");
236 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)];
238 completion->header = header;
239 completion->reason = reason;
241 completion->service_userdata = user_service->service;
242 completion->bulk_userdata = bulk_userdata;
252 /* A write barrier is needed here to ensure that the entire completion
279 ** circular buffer for completion records.
314 /* If there is no MESSAGE_AVAILABLE in the completion
831 VCHIQ_COMPLETION_DATA_T *completion; local
1314 VCHIQ_COMPLETION_DATA_T *completion; local
[all...]
/freebsd-11-stable/sys/dev/hyperv/pcib/
H A Dvmbus_pcib.c82 struct completion { struct
88 init_completion(struct completion *c)
96 free_completion(struct completion *c)
102 complete(struct completion *c)
111 wait_for_completion(struct completion *c)
330 struct completion query_completion, *query_comp;
427 struct completion host_event;
432 struct completion host_event;
459 struct q_res_req_compl *completion = context; local
468 completion
[all...]
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_sa.h40 #include <linux/completion.h>
309 struct completion comp;
H A Dib_addr.h55 struct completion comp;
/freebsd-11-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h39 #include <linux/completion.h>
185 struct completion completion; member in struct:c4iw_wr_wait
191 init_completion(&wr_waitp->completion);
197 complete(&wr_waitp->completion);
228 ret = wait_for_completion_timeout(&wr_waitp->completion, to);
/freebsd-11-stable/sys/dev/mlx5/
H A Ddriver.h32 #include <linux/completion.h>
462 struct completion free;
474 struct completion free;
789 struct completion drained;
823 struct completion done;
/freebsd-11-stable/sys/dev/mlx5/mlx5_fpga/
H A Dmlx5fpga_sdk.c37 #include <linux/completion.h>
50 struct completion comp;
H A Dmlx5fpga_ipsec.c62 struct completion complete;
214 /* Context will be freed by wait func after completion */
/freebsd-11-stable/contrib/groff/contrib/pdfmark/
H A Dpdfroff.sh220 execution of '$CMD', will be deleted on completion of
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c31 #include <linux/completion.h>
H A Dlinux_compat.c2001 linux_complete_common(struct completion *c, int all)
2023 linux_wait_for_common(struct completion *c, int flags)
2042 sleepq_add(c, NULL, "completion", flags, 0);
2070 linux_wait_for_timeout_common(struct completion *c, int timeout, int flags)
2090 sleepq_add(c, NULL, "completion", flags, 0);
2123 linux_try_wait_for_completion(struct completion *c)
2136 linux_completion_done(struct completion *c)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp677 // The completion test is allowed to change the input lines when complete
994 CompletionResult::Completion completion = results.front(); local
995 switch (completion.GetMode()) {
997 std::string to_add = completion.GetCompletion();
1006 std::string to_add = completion.GetCompletion();
1013 el_insertstr(m_editline, completion.GetCompletion().c_str());
1142 EditLineConstString("Invoke completion"), complete_callback);
1144 EditLineConstString("Invoke completion"), complete_callback);
/freebsd-11-stable/sys/dev/mlx4/
H A Ddevice.h37 #include <linux/completion.h>
746 struct completion free;
757 struct completion free;
769 struct completion free;
/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_multicast.c40 #include <linux/completion.h>
72 struct completion comp;
128 struct completion comp;
H A Dib_ucm.c39 #include <linux/completion.h>
82 struct completion comp;
H A Dib_ucma.c38 #include <linux/completion.h>
76 struct completion comp;
H A Dib_mad_rmpp.c57 struct completion comp;
H A Dib_addr.c851 struct completion comp;
H A Dib_iwcm.c51 #include <linux/completion.h>
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dhostapd_cli.c1514 char ** (*completion)(const char *str, int pos); member in struct:hostapd_cli_cmd
1892 if (hostapd_cli_commands[i].completion)
1893 return hostapd_cli_commands[i].completion(str, pos);
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h250 * We use the second option and wait for a completion on the
425 struct completion done;
H A Dipoib_multicast.c41 #include <linux/completion.h>
344 ipoib_dbg_mcast(priv, "join completion for %16D (status %d)\n",
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionParser.cpp626 /// A code completion consumer for the clang Sema that is responsible for
627 /// creating the completion suggestions when a user requests completion
635 /// The printing policy we use when printing declarations for our completion
640 /// This also returns true for numbers because for completion we usually
653 /// the completion of the cmd line. 'unrelated' means here that the token
654 /// is not interested for the lldb completion API result.
660 // the current completion logic.
683 /// Attemps to merge the given completion from the given position into the
684 /// existing command. Returns the completion strin
686 mergeCompletion(StringRef existing, unsigned pos, StringRef completion) argument
[all...]
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c58 struct completion done;
/freebsd-11-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h523 struct completion done;

Completed in 432 milliseconds

123