| /linux/lib/dim/ |
| H A D | rdma_dim.c | 76 void rdma_dim(struct dim *dim, u64 completions) in rdma_dim() argument 83 curr_sample->comp_ctr + completions, in rdma_dim()
|
| /linux/Documentation/scheduler/ |
| H A D | completion.rst | 9 to have reached a point or a specific state, completions can provide a 19 The advantage of using completions is that they have a well defined, focused 29 As completions are scheduling related, the code can be found in 36 There are three main parts to using completions: 42 There are also some helper functions for checking the state of completions. 48 To use completions you need to #include <linux/completion.h> and 71 Initializing completions: 141 Waiting for completions: 243 Signaling completions: 256 The signaling will work as expected even if completions are signaled before [all …]
|
| /linux/tools/testing/selftests/net/ |
| H A D | msg_zerocopy.c | 98 static long packets, bytes, completions, expected_completions; variable 386 completions += do_process_zerocopy_cookies(ck); in do_recvmsg_completion() 461 completions += range; in do_recv_completion() 477 while (completions < expected_completions && in do_recv_remaining_completions() 483 if (completions < expected_completions) in do_recv_remaining_completions() 485 completions, expected_completions); in do_recv_remaining_completions() 576 packets, bytes >> 20, completions, in do_tx()
|
| /linux/tools/testing/selftests/ublk/trace/ |
| H A D | count_ios_per_tid.bt | 2 * Tabulates and prints I/O completions per thread for the given device
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | Kconfig | 16 sdma completions for unit testing
|
| /linux/drivers/net/ethernet/microsoft/mana/ |
| H A D | hw_channel.c | 359 struct gdma_comp *completions; in mana_hwc_comp_event() local 365 completions = hwc_cq->comp_buf; in mana_hwc_comp_event() 366 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth); in mana_hwc_comp_event() 370 comp_data = *(struct hwc_rx_oob *)completions[i].cqe_data; in mana_hwc_comp_event() 372 if (completions[i].is_sq) in mana_hwc_comp_event() 374 completions[i].wq_num, in mana_hwc_comp_event() 378 completions[i].wq_num, in mana_hwc_comp_event()
|
| /linux/include/linux/raspberrypi/ |
| H A D | vchiq_arm.h | 83 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS]; member
|
| /linux/drivers/crypto/caam/ |
| H A D | Kconfig | 81 Select number of descriptor completions to queue before 93 more descriptor completions are queued without reaching the count
|
| /linux/tools/power/cpupower/ |
| H A D | Makefile | 79 bash_completion_dir ?= /usr/share/bash-completion/completions
|
| /linux/Documentation/scsi/ |
| H A D | hpsa.rst | 37 command completions indicated by a single interrupt.
|
| H A D | scsi_eh.rst | 158 occur at any time. Of course, all such completions are ignored as the
|
| H A D | ChangeLog.lpfc | 122 semantics - ELS completions worked for the wrong reasons. Also 591 * Ignore more unexpected completions in lpfc_nportdisc.c.
|
| H A D | ncr53c8xx.rst | 1255 and delay data transfers or status/completions, and (b) may just waste
|
| /linux/drivers/scsi/qedf/ |
| H A D | qedf_debugfs.c | 125 "#%d: %lu\n", id, fp->completions); in qedf_dbg_fp_int_cmd_read()
|
| H A D | qedf_main.c | 2261 fp->completions++; in qedf_process_completions()
|
| /linux/tools/bpf/bpftool/ |
| H A D | Makefile | 66 bash_compdir ?= /usr/share/bash-completion/completions
|
| /linux/Documentation/networking/device_drivers/ethernet/altera/ |
| H A D | altera_tse.rst | 97 completions until no more receive completions are available.
|
| /linux/drivers/platform/raspberrypi/vchiq-interface/ |
| H A D | vchiq_dev.c | 490 completion = &instance->completions[remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion() 1286 completion = &instance->completions[instance->completion_remove in vchiq_release()
|
| H A D | vchiq_arm.c | 678 completion = &instance->completions[insert & (MAX_COMPLETIONS - 1)]; in add_completion()
|
| /linux/Documentation/timers/ |
| H A D | hrtimers.rst | 54 evil to guarantee the processing of actual timeout completions
|
| /linux/Documentation/target/ |
| H A D | tcmu-design.rst | 188 capable of handling out-of-order completions. In this case, userspace can
|
| /linux/Documentation/arch/x86/ |
| H A D | sva.rst | 213 submitting work and processing completions.
|
| /linux/Documentation/networking/device_drivers/ethernet/amazon/ |
| H A D | ena.rst | 393 out-of-order Tx completions.
|
| /linux/drivers/scsi/aic7xxx/ |
| H A D | aic79xx.seq | 85 * If we have completions stalled waiting for the qfreeze 459 * completions to continue the data transfer.
|