Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/yocto/poky/meta/recipes-support/bash-completion/
H A Dbash-completion_2.11.bb2 DESCRIPTION = "Collection of command line command completions for the Bash shell, \
3 collection of helper functions to assist in creating new completions, \
4 and set of facilities for loading completions automatically on demand, as well \
37 FILES:${PN}-extra = "${datadir}/${BPN}/completions/ \
/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/mtr/
H A Dmtr_0.95.bb23 PACKAGES += "${PN}-bash-completions"
25 FILES:${PN}-bash-completions = "${datadir}/bash-completion/"
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/piglit/
H A D0001-cmake-install-bash-completions-in-the-right-place.patch4 Subject: [PATCH] cmake: install bash-completions in the right place
27 FILES completions/bash/piglit
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A 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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/mm/
H A Dpage-writeback.c163 .wb_completions = &(__wb)->completions
222 .wb_completions = &(__wb)->completions
575 struct fprop_local_percpu *completions, in wb_domain_writeout_inc() argument
578 __fprop_inc_percpu_max(&dom->completions, completions, in wb_domain_writeout_inc()
602 wb_domain_writeout_inc(&global_wb_domain, &wb->completions, in __wb_writeout_inc()
631 if (fprop_new_period(&dom->completions, miss_periods + 1)) { in writeout_period()
654 return fprop_global_init(&dom->completions, gfp); in wb_domain_init()
661 fprop_global_destroy(&dom->completions); in wb_domain_exit()
772 fprop_fraction_percpu(&dom->completions, dtc->wb_completions, in __wb_calc_thresh()
H A Dbacking-dev.c308 err = fprop_local_init_percpu(&wb->completions, gfp); in wb_init()
323 fprop_local_destroy_percpu(&wb->completions); in wb_init()
365 fprop_local_destroy_percpu(&wb->completions); in wb_exit()
/OK3568_Linux_fs/buildroot/package/bubblewrap/
H A Dbubblewrap.mk23 BUBBLEWRAP_CONF_OPTS += --with-bash-completion-dir=/usr/share/bash-completion/completions
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A DKconfig16 sdma completions for unit testing
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/driverctl/
H A Ddriverctl_0.111.bb24 FILES:${PN} += "${datadir}/bash-completion/completions"
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/
H A D0001-Disable-documentation-directory-altogether.patch22 add_subdirectory(completions)
/OK3568_Linux_fs/buildroot/package/cmake/
H A Dcmake.mk74 rm -fr $(TARGET_DIR)/usr/share/cmake-$(CMAKE_VERSION_MAJOR)/{completions,editors}
/OK3568_Linux_fs/kernel/drivers/crypto/caam/
H A DKconfig81 Select number of descriptor completions to queue before
93 more descriptor completions are queued without reaching the count
/OK3568_Linux_fs/kernel/include/linux/
H A Ddim.h334 void rdma_dim(struct dim *dim, u64 completions);
H A Dbacking-dev-defs.h139 struct fprop_local_percpu completions; member
H A Dwriteback.h149 struct fprop_global completions; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/git/
H A Dgit_2.35.7.bb74 install -d ${D}/${datadir}/bash-completion/completions/
75 … -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/completions/git
/OK3568_Linux_fs/buildroot/package/kmod/
H A Dkmod.mk34 KMOD_CONF_OPTS += --with-bashcompletiondir=/usr/share/bash-completion/completions
/OK3568_Linux_fs/kernel/tools/power/cpupower/
H A DMakefile74 bash_completion_dir ?= /usr/share/bash-completion/completions
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/
H A Dpiglit_git.bb10 file://0001-cmake-install-bash-completions-in-the-right-place.patch \
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0_1.20.5.bb68 FILES:${PN}-bash-completion += "${datadir}/bash-completion/completions/ ${datadir}/bash-completion/…
/OK3568_Linux_fs/kernel/drivers/staging/qlge/
H A DTODO15 * struct rx_ring is used for rx and tx completions, with some members relevant
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A DMakefile38 bash_compdir ?= /usr/share/bash-completion/completions
/OK3568_Linux_fs/kernel/Documentation/block/
H A Dqueue-sysfs.rst80 the CPU will repeatedly ask for completions without giving up any time.
209 If this option is '1', the block layer will migrate request completions to the

123