| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/bash-completion/ |
| H A D | bash-completion_2.11.bb | 2 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 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 …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/mtr/ |
| H A D | mtr_0.95.bb | 23 PACKAGES += "${PN}-bash-completions" 25 FILES:${PN}-bash-completions = "${datadir}/bash-completion/"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/piglit/ |
| H A D | 0001-cmake-install-bash-completions-in-the-right-place.patch | 4 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 D | msg_zerocopy.c | 95 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 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()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | page-writeback.c | 163 .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 D | backing-dev.c | 308 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 D | bubblewrap.mk | 23 BUBBLEWRAP_CONF_OPTS += --with-bash-completion-dir=/usr/share/bash-completion/completions
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/ |
| H A D | Kconfig | 16 sdma completions for unit testing
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/driverctl/ |
| H A D | driverctl_0.111.bb | 24 FILES:${PN} += "${datadir}/bash-completion/completions"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/apt/apt/ |
| H A D | 0001-Disable-documentation-directory-altogether.patch | 22 add_subdirectory(completions)
|
| /OK3568_Linux_fs/buildroot/package/cmake/ |
| H A D | cmake.mk | 74 rm -fr $(TARGET_DIR)/usr/share/cmake-$(CMAKE_VERSION_MAJOR)/{completions,editors}
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | dim.h | 334 void rdma_dim(struct dim *dim, u64 completions);
|
| H A D | backing-dev-defs.h | 139 struct fprop_local_percpu completions; member
|
| H A D | writeback.h | 149 struct fprop_global completions; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/git/ |
| H A D | git_2.35.7.bb | 74 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 D | kmod.mk | 34 KMOD_CONF_OPTS += --with-bashcompletiondir=/usr/share/bash-completion/completions
|
| /OK3568_Linux_fs/kernel/tools/power/cpupower/ |
| H A D | Makefile | 74 bash_completion_dir ?= /usr/share/bash-completion/completions
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/piglit/ |
| H A D | piglit_git.bb | 10 file://0001-cmake-install-bash-completions-in-the-right-place.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/ |
| H A D | gstreamer1.0_1.20.5.bb | 68 FILES:${PN}-bash-completion += "${datadir}/bash-completion/completions/ ${datadir}/bash-completion/…
|
| /OK3568_Linux_fs/kernel/drivers/staging/qlge/ |
| H A D | TODO | 15 * struct rx_ring is used for rx and tx completions, with some members relevant
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | Makefile | 38 bash_compdir ?= /usr/share/bash-completion/completions
|
| /OK3568_Linux_fs/kernel/Documentation/block/ |
| H A D | queue-sysfs.rst | 80 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
|