/openbmc/sdeventplus/test/source/ |
H A D | event.cpp | 82 int completions = 0; in TEST_F() local 83 EventBase::Callback callback = [&completions](EventBase&) { in TEST_F() 84 completions++; in TEST_F() 89 EXPECT_EQ(0, completions); in TEST_F() 92 EXPECT_EQ(1, completions); in TEST_F() 96 EXPECT_EQ(1, completions); in TEST_F() 124 int completions = 0; in TEST_F() local 125 EventBase::Callback callback = [&completions](EventBase&) { in TEST_F() 126 completions++; in TEST_F() 131 EXPECT_EQ(0, completions); in TEST_F() [all …]
|
H A D | signal.cpp | 85 int completions = 0; in TEST_F() local 90 completions++; in TEST_F() 95 EXPECT_EQ(0, completions); in TEST_F() 100 EXPECT_EQ(1, completions); in TEST_F() 105 EXPECT_EQ(1, completions); in TEST_F() 118 int completions = 0; in TEST_F() local 120 [&completions](Signal&, const struct signalfd_siginfo*) { in TEST_F() 121 completions++; in TEST_F() 125 EXPECT_EQ(0, completions); in TEST_F()
|
H A D | child.cpp | 86 int completions = 0; in TEST_F() local 90 completions++; in TEST_F() 95 EXPECT_EQ(0, completions); in TEST_F() 99 EXPECT_EQ(1, completions); in TEST_F() 104 EXPECT_EQ(1, completions); in TEST_F() 118 int completions = 0; in TEST_F() local 119 Child::Callback callback = [&completions](Child&, const siginfo_t*) { in TEST_F() 120 completions++; in TEST_F() 125 EXPECT_EQ(0, completions); in TEST_F()
|
H A D | io.cpp | 85 int completions = 0; in TEST_F() local 91 completions++; in TEST_F() 96 EXPECT_EQ(0, completions); in TEST_F() 99 EXPECT_EQ(1, completions); in TEST_F() 105 EXPECT_EQ(1, completions); in TEST_F() 119 int completions = 0; in TEST_F() local 120 IO::Callback callback = [&completions](IO&, int, uint32_t) { in TEST_F() 121 completions++; in TEST_F() 125 EXPECT_EQ(0, completions); in TEST_F()
|
/openbmc/qemu/util/ |
H A D | readline.c | 289 if (!strcmp(rs->completions[i], str)) { in readline_add_completion() 293 rs->completions[rs->nb_completions++] = g_strdup(str); in readline_add_completion() 331 len = strlen(rs->completions[0]); in readline_completion() 333 readline_insert_char(rs, rs->completions[0][i]); in readline_completion() 336 if (len > 0 && rs->completions[0][len - 1] != '/') { in readline_completion() 340 qsort(rs->completions, rs->nb_completions, sizeof(char *), in readline_completion() 346 len = strlen(rs->completions[i]); in readline_completion() 354 if (rs->completions[i][j] != rs->completions[0][j]) { in readline_completion() 365 readline_insert_char(rs, rs->completions[0][i]); in readline_completion() 376 rs->printf_func(rs->opaque, "%-*s", max_width, rs->completions[i]); in readline_completion() [all …]
|
/openbmc/openbmc/poky/meta/recipes-support/bash-completion/ |
H A D | bash-completion_2.15.0.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 \ 35 FILES:${PN}-extra = "${datadir}/${BPN}/completions/ \
|
/openbmc/openbmc/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/"
|
/openbmc/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 …]
|
/openbmc/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()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | msg_zerocopy.c | 96 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()
|
/openbmc/linux/drivers/net/ethernet/microsoft/mana/ |
H A D | hw_channel.c | 316 struct gdma_comp *completions; in mana_hwc_comp_event() local 322 completions = hwc_cq->comp_buf; in mana_hwc_comp_event() 323 comp_read = mana_gd_poll_cq(q_self, completions, hwc_cq->queue_depth); in mana_hwc_comp_event() 327 comp_data = *(struct hwc_rx_oob *)completions[i].cqe_data; in mana_hwc_comp_event() 329 if (completions[i].is_sq) in mana_hwc_comp_event() 331 completions[i].wq_num, in mana_hwc_comp_event() 335 completions[i].wq_num, in mana_hwc_comp_event()
|
/openbmc/openbmc/meta-raspberrypi/recipes-devtools/raspi-utils/ |
H A D | raspi-utils_git.bb | 16 ${datadir}/bash-completion/completions/pinctrl \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tio/ |
H A D | tio_2.7.bb | 19 FILES:${PN} += " /usr/share/bash-completion/completions/tio "
|
/openbmc/linux/drivers/infiniband/hw/hfi1/ |
H A D | Kconfig | 16 sdma completions for unit testing
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | 0001-Disable-documentation-directory-altogether.patch | 22 add_subdirectory(completions)
|
/openbmc/qemu/include/qemu/ |
H A D | readline.h | 32 char *completions[READLINE_MAX_COMPLETIONS]; member
|
/openbmc/linux/mm/ |
H A D | page-writeback.c | 155 .wb_completions = &(__wb)->completions 214 .wb_completions = &(__wb)->completions 579 struct fprop_local_percpu *completions, in wb_domain_writeout_add() argument 582 __fprop_add_percpu_max(&dom->completions, completions, in wb_domain_writeout_add() 606 wb_domain_writeout_add(&global_wb_domain, &wb->completions, in __wb_writeout_add() 635 if (fprop_new_period(&dom->completions, miss_periods + 1)) { in writeout_period() 658 return fprop_global_init(&dom->completions, gfp); in wb_domain_init() 665 fprop_global_destroy(&dom->completions); in wb_domain_exit() 894 fprop_fraction_percpu(&dom->completions, dtc->wb_completions, in __wb_calc_thresh()
|
/openbmc/linux/drivers/staging/vc04_services/interface/vchiq_arm/ |
H A D | vchiq_arm.h | 52 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS]; member
|
/openbmc/u-boot/doc/ |
H A D | README.commands | 106 maxv: Maximum number of possible completions that may be returned by 112 The function returns the number of possible completions (without the terminating
|
/openbmc/linux/include/linux/ |
H A D | dim.h | 335 void rdma_dim(struct dim *dim, u64 completions);
|
H A D | backing-dev-defs.h | 135 struct fprop_local_percpu completions; member
|
/openbmc/openbmc/poky/meta/recipes-devtools/git/ |
H A D | git_2.47.1.bb | 67 install -d ${D}/${datadir}/bash-completion/completions/ 68 … -m 644 ${S}/contrib/completion/git-completion.bash ${D}/${datadir}/bash-completion/completions/git
|
/openbmc/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
|
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm2/tpm2-tss-engine/ |
H A D | tpm2-tss-engine_1.2.0.bb | 35 FILES:${PN}-bash-completion += "${datadir}/bash-completion/completions"
|
/openbmc/linux/tools/power/cpupower/ |
H A D | Makefile | 74 bash_completion_dir ?= /usr/share/bash-completion/completions
|