Home
last modified time | relevance | path

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

123

/openbmc/sdeventplus/test/source/
H A Devent.cpp82 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 Dsignal.cpp85 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 Dchild.cpp86 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 Dio.cpp85 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 Dreadline.c289 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 Dbash-completion_2.15.0.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 \
35 FILES:${PN}-extra = "${datadir}/${BPN}/completions/ \
/openbmc/openbmc/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/"
/openbmc/linux/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 …]
/openbmc/linux/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()
/openbmc/linux/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()
/openbmc/linux/drivers/net/ethernet/microsoft/mana/
H A Dhw_channel.c316 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 Draspi-utils_git.bb16 ${datadir}/bash-completion/completions/pinctrl \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/tio/
H A Dtio_2.7.bb19 FILES:${PN} += " /usr/share/bash-completion/completions/tio "
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A DKconfig16 sdma completions for unit testing
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/
H A D0001-Disable-documentation-directory-altogether.patch22 add_subdirectory(completions)
/openbmc/qemu/include/qemu/
H A Dreadline.h32 char *completions[READLINE_MAX_COMPLETIONS]; member
/openbmc/linux/mm/
H A Dpage-writeback.c155 .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 Dvchiq_arm.h52 struct vchiq_completion_data_kernel completions[MAX_COMPLETIONS]; member
/openbmc/u-boot/doc/
H A DREADME.commands106 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 Ddim.h335 void rdma_dim(struct dim *dim, u64 completions);
H A Dbacking-dev-defs.h135 struct fprop_local_percpu completions; member
/openbmc/openbmc/poky/meta/recipes-devtools/git/
H A Dgit_2.47.1.bb67 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 DKconfig81 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 Dtpm2-tss-engine_1.2.0.bb35 FILES:${PN}-bash-completion += "${datadir}/bash-completion/completions"
/openbmc/linux/tools/power/cpupower/
H A DMakefile74 bash_completion_dir ?= /usr/share/bash-completion/completions

123