Home
last modified time | relevance | path

Searched refs:completions (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v6.6/Documentation/scheduler/
Dcompletion.rst9 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-v6.6/lib/dim/
Drdma_dim.c76 void rdma_dim(struct dim *dim, u64 completions) in rdma_dim() argument
83 curr_sample->comp_ctr + completions, in rdma_dim()
/Linux-v6.6/tools/testing/selftests/net/
Dmsg_zerocopy.c95 static long packets, bytes, completions, expected_completions; variable
382 completions += do_process_zerocopy_cookies(ck); in do_recvmsg_completion()
455 completions += range; in do_recv_completion()
470 while (completions < expected_completions && in do_recv_remaining_completions()
476 if (completions < expected_completions) in do_recv_remaining_completions()
478 completions, expected_completions); in do_recv_remaining_completions()
566 packets, bytes >> 20, completions, in do_tx()
/Linux-v6.6/drivers/net/ethernet/microsoft/mana/
Dhw_channel.c310 struct gdma_comp *completions; in mana_hwc_comp_event() local
316 completions = hwc_cq->comp_buf; in mana_hwc_comp_event()
317 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth); in mana_hwc_comp_event()
321 comp_data = *(struct hwc_rx_oob *)completions[i].cqe_data; in mana_hwc_comp_event()
323 if (completions[i].is_sq) in mana_hwc_comp_event()
325 completions[i].wq_num, in mana_hwc_comp_event()
329 completions[i].wq_num, in mana_hwc_comp_event()
Dmana_en.c1349 struct gdma_comp *completions = cq->gdma_comp_buf; in mana_poll_tx_cq() local
1367 comp_read = mana_gd_poll_cq(cq->gdma_cq, completions, in mana_poll_tx_cq()
1376 if (WARN_ON_ONCE(!completions[i].is_sq)) in mana_poll_tx_cq()
1379 cqe_oob = (struct mana_tx_comp_oob *)completions[i].cqe_data; in mana_poll_tx_cq()
1416 if (WARN_ON_ONCE(txq->gdma_txq_id != completions[i].wq_num)) in mana_poll_tx_cq()
/Linux-v6.6/drivers/infiniband/hw/hfi1/
DKconfig16 sdma completions for unit testing
/Linux-v6.6/mm/
Dpage-writeback.c155 .wb_completions = &(__wb)->completions
214 .wb_completions = &(__wb)->completions
557 struct fprop_local_percpu *completions, in wb_domain_writeout_add() argument
560 __fprop_add_percpu_max(&dom->completions, completions, in wb_domain_writeout_add()
584 wb_domain_writeout_add(&global_wb_domain, &wb->completions, in __wb_writeout_add()
613 if (fprop_new_period(&dom->completions, miss_periods + 1)) { in writeout_period()
636 return fprop_global_init(&dom->completions, gfp); in wb_domain_init()
643 fprop_global_destroy(&dom->completions); in wb_domain_exit()
872 fprop_fraction_percpu(&dom->completions, dtc->wb_completions, in __wb_calc_thresh()
Dbacking-dev.c441 err = fprop_local_init_percpu(&wb->completions, gfp); in wb_init()
456 fprop_local_destroy_percpu(&wb->completions); in wb_init()
496 fprop_local_destroy_percpu(&wb->completions); in wb_exit()
/Linux-v6.6/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.h52 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS]; member
Dvchiq_dev.c479 completion = &instance->completions[remove & (MAX_COMPLETIONS - 1)]; in vchiq_ioc_await_completion()
1280 completion = &instance->completions[instance->completion_remove in vchiq_release()
/Linux-v6.6/include/linux/
Ddim.h335 void rdma_dim(struct dim *dim, u64 completions);
Dbacking-dev-defs.h135 struct fprop_local_percpu completions; member
Dwriteback.h140 struct fprop_global completions; member
/Linux-v6.6/drivers/crypto/caam/
DKconfig81 Select number of descriptor completions to queue before
93 more descriptor completions are queued without reaching the count
/Linux-v6.6/tools/power/cpupower/
DMakefile74 bash_completion_dir ?= /usr/share/bash-completion/completions
/Linux-v6.6/drivers/staging/qlge/
DTODO15 * struct rx_ring is used for rx and tx completions, with some members relevant
/Linux-v6.6/Documentation/networking/
Ddriver.rst112 Timely completions
Dnapi.rst64 argument - drivers can process completions for any number of Tx
77 skb Tx completions and no Rx or XDP packets.
/Linux-v6.6/Documentation/trace/
Dhisi-ptt.rst83 more completions are consumed.
175 - 8'b00000100: completions (CPL)
202 Inbound completions are classified into two types:
/Linux-v6.6/fs/iomap/
Dbuffered-io.c1528 u32 completions; in iomap_finish_ioends() local
1533 completions = iomap_finish_ioend(ioend, error); in iomap_finish_ioends()
1536 if (completions > IOEND_BATCH_SIZE * 8) { in iomap_finish_ioends()
1538 completions = 0; in iomap_finish_ioends()
1542 completions += iomap_finish_ioend(ioend, error); in iomap_finish_ioends()
/Linux-v6.6/drivers/scsi/qedf/
Dqedf_debugfs.c125 "#%d: %lu\n", id, fp->completions); in qedf_dbg_fp_int_cmd_read()
Dqedf.h251 unsigned long completions; member
/Linux-v6.6/Documentation/scsi/
Dhpsa.rst37 command completions indicated by a single interrupt.
/Linux-v6.6/tools/bpf/bpftool/
DMakefile71 bash_compdir ?= /usr/share/bash-completion/completions
/Linux-v6.6/Documentation/networking/device_drivers/ethernet/altera/
Daltera_tse.rst97 completions until no more receive completions are available.

12