Home
last modified time | relevance | path

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

123

/linux-6.15/fs/iomap/
H A Dioend.c61 u32 completions; in iomap_finish_ioends() local
66 completions = iomap_finish_ioend(ioend, error); in iomap_finish_ioends()
69 if (completions > IOEND_BATCH_SIZE * 8) { in iomap_finish_ioends()
71 completions = 0; in iomap_finish_ioends()
75 completions += iomap_finish_ioend(ioend, error); in iomap_finish_ioends()
/linux-6.15/Documentation/scheduler/
H A 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-6.15/Documentation/devicetree/bindings/net/wireless/
H A Dqcom,ath11k.yaml159 - description: interrupt event for ring wbm2host-tx-completions-ring3
160 - description: interrupt event for ring wbm2host-tx-completions-ring2
161 - description: interrupt event for ring wbm2host-tx-completions-ring1
213 - const: wbm2host-tx-completions-ring3
214 - const: wbm2host-tx-completions-ring2
215 - const: wbm2host-tx-completions-ring1
377 "wbm2host-tx-completions-ring3",
378 "wbm2host-tx-completions-ring2",
379 "wbm2host-tx-completions-ring1",
/linux-6.15/lib/dim/
H A 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-6.15/Documentation/kbuild/
H A Dbash-completion.rst17 This script provides additional completions when working within the kernel tree.
38 $ mkdir -p ~/.local/share/bash-completion/completions
39 $ cp scripts/bash-completion/make ~/.local/share/bash-completion/completions/
/linux-6.15/tools/testing/selftests/net/
H A Dmsg_zerocopy.c96 static long packets, bytes, completions, expected_completions; variable
385 completions += do_process_zerocopy_cookies(ck); in do_recvmsg_completion()
458 completions += range; in do_recv_completion()
474 while (completions < expected_completions && in do_recv_remaining_completions()
480 if (completions < expected_completions) in do_recv_remaining_completions()
482 completions, expected_completions); in do_recv_remaining_completions()
573 packets, bytes >> 20, completions, in do_tx()
/linux-6.15/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c318 struct gdma_comp *completions; in mana_hwc_comp_event() local
324 completions = hwc_cq->comp_buf; in mana_hwc_comp_event()
325 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth); in mana_hwc_comp_event()
329 comp_data = *(struct hwc_rx_oob *)completions[i].cqe_data; in mana_hwc_comp_event()
331 if (completions[i].is_sq) in mana_hwc_comp_event()
333 completions[i].wq_num, in mana_hwc_comp_event()
337 completions[i].wq_num, in mana_hwc_comp_event()
/linux-6.15/drivers/infiniband/hw/hfi1/
H A DKconfig16 sdma completions for unit testing
/linux-6.15/mm/
H A Dpage-writeback.c134 .wb_completions = &(__wb)->completions
193 .wb_completions = &(__wb)->completions
558 struct fprop_local_percpu *completions, in wb_domain_writeout_add() argument
561 __fprop_add_percpu_max(&dom->completions, completions, in wb_domain_writeout_add()
585 wb_domain_writeout_add(&global_wb_domain, &wb->completions, in __wb_writeout_add()
614 if (fprop_new_period(&dom->completions, miss_periods + 1)) { in writeout_period()
637 return fprop_global_init(&dom->completions, gfp); in wb_domain_init()
644 fprop_global_destroy(&dom->completions); in wb_domain_exit()
912 fprop_fraction_percpu(&dom->completions, dtc->wb_completions, in __wb_calc_thresh()
H A Dbacking-dev.c542 err = fprop_local_init_percpu(&wb->completions, gfp); in wb_init()
548 fprop_local_destroy_percpu(&wb->completions); in wb_init()
584 fprop_local_destroy_percpu(&wb->completions); in wb_exit()
/linux-6.15/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.h83 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS]; member
/linux-6.15/include/linux/
H A Dbacking-dev-defs.h135 struct fprop_local_percpu completions; member
H A Ddim.h449 void rdma_dim(struct dim *dim, u64 completions);
H A Dwriteback.h150 struct fprop_global completions; member
/linux-6.15/drivers/crypto/caam/
H A DKconfig81 Select number of descriptor completions to queue before
93 more descriptor completions are queued without reaching the count
/linux-6.15/tools/power/cpupower/
H A DMakefile78 bash_completion_dir ?= /usr/share/bash-completion/completions
/linux-6.15/scripts/bash-completion/
H A Dmake5 # /usr/share/bash-completion/completions/make, but we do not rely on it.
8 …s=("${BASH_COMPLETION_USER_DIR:-${XDG_DATA_HOME:-$HOME/.local/share}/bash-completion}/completions")
12 dirs+=("$dir"/bash-completion/completions)
/linux-6.15/Documentation/networking/
H A Ddriver.rst112 Timely completions
H A Diou-zcrx.rst168 Finally, process completions::
/linux-6.15/Documentation/trace/
H A Dhisi-ptt.rst83 more completions are consumed.
175 - 8'b00000100: completions (CPL)
202 Inbound completions are classified into two types:
/linux-6.15/Documentation/scsi/
H A Dhpsa.rst37 command completions indicated by a single interrupt.
/linux-6.15/drivers/scsi/qedf/
H A Dqedf_debugfs.c125 "#%d: %lu\n", id, fp->completions); in qedf_dbg_fp_int_cmd_read()
H A Dqedf.h252 unsigned long completions; member
/linux-6.15/tools/bpf/bpftool/
H A DMakefile65 bash_compdir ?= /usr/share/bash-completion/completions
/linux-6.15/Documentation/networking/device_drivers/ethernet/altera/
H A Daltera_tse.rst97 completions until no more receive completions are available.

123