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

123

/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dqat_compress.c26 #include <linux/completion.h>
67 complete((struct completion *)p_callback);
266 struct completion complete;
408 /* we now wait until the completion of the operation. */
463 /* we now wait until the completion of the operation. */
H A Dqat_crypt.c33 #include <linux/completion.h>
59 struct completion complete;
428 /* we now wait until the completion of the operation. */
552 /* we now wait until the completion of the operation. */
/freebsd-13-stable/tests/sys/aio/
H A Daio_test.c36 * descriptor type, several completion methods are tested. This test program
79 * A completion function will block until the aio has completed, then return
82 typedef ssize_t (*completion)(struct aiocb*); typedef
260 aio_write_test(struct aio_context *ac, completion comp, struct sigevent *sev)
292 aio_writev_test(struct aio_context *ac, completion comp, struct sigevent *sev)
330 aio_read_test(struct aio_context *ac, completion comp, struct sigevent *sev)
359 aio_readv_test(struct aio_context *ac, completion comp, struct sigevent *sev)
409 aio_file_test(completion comp, struct sigevent *sev, bool vectored)
465 aio_fifo_test(completion comp, struct sigevent *sev)
532 aio_unix_socketpair_test(completion com
[all...]
/freebsd-13-stable/sys/ofed/include/rdma/
H A Dib_sa.h42 #include <linux/completion.h>
311 struct completion comp;
H A Dib_addr.h57 struct completion comp;
/freebsd-13-stable/sys/dev/cxgbe/iw_cxgbe/
H A Diw_cxgbe.h41 #include <linux/completion.h>
188 struct completion completion; member in struct:c4iw_wr_wait
194 init_completion(&wr_waitp->completion);
200 complete(&wr_waitp->completion);
231 ret = wait_for_completion_timeout(&wr_waitp->completion, to);
/freebsd-13-stable/sys/dev/mlx5/
H A Ddriver.h34 #include <linux/completion.h>
432 struct completion free;
477 struct completion free;
805 struct completion drained;
839 struct completion done;
/freebsd-13-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-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_current.c31 #include <linux/completion.h>
H A Dlinux_compat.c2059 linux_complete_common(struct completion *c, int all)
2081 linux_wait_for_common(struct completion *c, int flags)
2100 sleepq_add(c, NULL, "completion", flags, 0);
2128 linux_wait_for_timeout_common(struct completion *c, int timeout, int flags)
2148 sleepq_add(c, NULL, "completion", flags, 0);
2181 linux_try_wait_for_completion(struct completion *c)
2194 linux_completion_done(struct completion *c)
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp682 // The completion test is allowed to change the input lines when complete
999 CompletionResult::Completion completion = results.front(); local
1000 switch (completion.GetMode()) {
1002 std::string to_add = completion.GetCompletion();
1011 std::string to_add = completion.GetCompletion();
1018 el_insertstr(m_editline, completion.GetCompletion().c_str());
1147 EditLineConstString("Invoke completion"), complete_callback);
1149 EditLineConstString("Invoke completion"), complete_callback);
/freebsd-13-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-13-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_addr.c840 struct completion comp;
H A Dib_iwcm.c51 #include <linux/completion.h>
H A Dib_mad_rmpp.c57 struct completion comp;
/freebsd-13-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-13-stable/sys/dev/qlnx/qlnxr/
H A Dqlnxr_def.h43 #include <linux/completion.h>
/freebsd-13-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib.h252 * We use the second option and wait for a completion on the
427 struct completion done;
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Den.h704 m(+1, u64, tx_completion_fact_max, "tx_completion_fact_max", "Maximum completion event ratio") \
805 /* dirtied @completion */
810 u16 cev_counter; /* completion event counter */
811 u16 cev_factor; /* completion event factor */
812 u16 cev_next_state; /* next completion event state */
824 /* pointers to per packet info: write@xmit, read@completion */
875 struct completion completion; member in struct:mlx5e_channel
/freebsd-13-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_alias_GUID.c58 struct completion done;
/freebsd-13-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib.h549 struct completion done;

Completed in 397 milliseconds

123