Home
last modified time | relevance | path

Searched refs:match_completion (Results 1 – 3 of 3) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/async/
H A Dmatch.hpp17 struct match_completion;
55 friend match_ns::match_completion;
62 match_ns::match_completion* complete = nullptr;
79 struct match_completion struct
81 match_completion() = delete;
82 match_completion(match_completion&&) = delete;
84 explicit match_completion(match& m) : m(m) {}; in match_completion() argument
85 virtual ~match_completion() = default;
89 friend void tag_invoke(execution::start_t, match_completion& self) noexcept in tag_invoke()
104 struct match_operation : match_completion
[all …]
/openbmc/sdbusplus/src/async/
H A Dmatch.cpp32 match_ns::match_completion* c = nullptr; in ~match()
45 void match_ns::match_completion::arm() noexcept in arm()
/openbmc/linux/drivers/spi/
H A Dspi-stm32-qspi.c111 struct completion match_completion; member
141 complete(&qspi->match_completion); in stm32_qspi_irq()
337 reinit_completion(&qspi->match_completion); in stm32_qspi_wait_poll_status()
341 if (!wait_for_completion_timeout(&qspi->match_completion, in stm32_qspi_wait_poll_status()
811 init_completion(&qspi->match_completion); in stm32_qspi_probe()