Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 25 of 119) sorted by relevance

12345

/openbmc/linux/include/linux/
Dswait.h
Dwait_bit.h
Dratelimit.h
Drcuwait.h
Donce_lite.h
/openbmc/u-boot/include/linux/
H A Dbug.h14 #define BUG_ON(condition) do { if (unlikely(condition)) BUG(); } while (0) argument
16 #define WARN_ON(condition) ({ \ argument
23 #define WARN(condition, format...) ({ \ argument
30 #define WARN_ON_ONCE(condition) ({ \ argument
41 #define WARN_ONCE(condition, format...) ({ \ argument
H A Dbuild_bug.h13 #define BUILD_BUG_ON(condition) (0) argument
67 #define BUILD_BUG_ON(condition) ((void)sizeof(char[1 - 2*!!(condition)])) argument
69 #define BUILD_BUG_ON(condition) \ argument
H A Dcompiler.h471 # define __compiletime_error_fallback(condition) \ argument
476 # define __compiletime_error_fallback(condition) do { } while (0) argument
480 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
489 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
492 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
504 #define compiletime_assert(condition, msg) \ argument
/openbmc/linux/tools/include/asm/
Dbug.h
/openbmc/linux/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dtimed_ctrl.c
/openbmc/qemu/io/
H A Dchannel-watch.c29 GIOCondition condition; member
41 GIOCondition condition; member
53 GIOCondition condition; member
250 GIOCondition condition) in qio_channel_create_fd_watch()
279 GIOCondition condition) in qio_channel_create_socket_watch()
309 GIOCondition condition) in qio_channel_create_socket_watch()
318 GIOCondition condition) in qio_channel_create_fd_pair_watch()
H A Dchannel.c386 GIOCondition condition) in qio_channel_create_watch()
413 GIOCondition condition, in qio_channel_add_watch_full()
433 GIOCondition condition, in qio_channel_add_watch()
443 GIOCondition condition, in qio_channel_add_watch_source()
628 qio_channel_set_fd_handlers(QIOChannel *ioc, GIOCondition condition) in qio_channel_set_fd_handlers()
674 qio_channel_clear_fd_handlers(QIOChannel *ioc, GIOCondition condition) in qio_channel_clear_fd_handlers()
707 GIOCondition condition) in qio_channel_yield()
744 GIOCondition condition, in qio_channel_wait_complete()
755 GIOCondition condition) in qio_channel_wait()
H A Dchannel-tls.c187 GIOCondition condition; in qio_channel_tls_handshake_task() local
216 GIOCondition condition, in qio_channel_tls_handshake_io()
262 GIOCondition condition; in qio_channel_tls_bye_task() local
302 static gboolean qio_channel_tls_bye_io(QIOChannel *ioc, GIOCondition condition, in qio_channel_tls_bye_io()
550 GIOCondition condition) in qio_channel_tls_create_watch()
/openbmc/sdbusplus/include/sdbusplus/
H A Devent.hpp45 class condition class
51 explicit condition(event& e) : condition_source(e) {} in condition() function in sdbusplus::event::condition
72 condition(source&& s, int&& f) : in condition() function in sdbusplus::event::condition
/openbmc/phosphor-fan-presence/monitor/
H A Dconditions.hpp24 auto make_condition(T&& condition) in make_condition()
29 namespace condition namespace
/openbmc/qemu/ui/
H A Dvnc-ws.c51 GIOCondition condition, in vncws_tls_handshake_io()
121 GIOCondition condition, in vncws_handshake_io()
/openbmc/qemu/net/
H A Dstream_data.c19 GIOCondition condition, gpointer data) in net_stream_data_writable()
93 gboolean net_stream_data_send(QIOChannel *ioc, GIOCondition condition, in net_stream_data_send()
/openbmc/qemu/tests/tcg/tricore/c/
H A Dtestdev_assert.h11 static inline void testdev_assert(int condition) in testdev_assert()
/openbmc/linux/tools/testing/selftests/bpf/
Dtest_maps.h
/openbmc/phosphor-state-manager/host_condition_gpio/
H A Dhost_condition.cpp9 namespace condition namespace
H A Dhost_condition.hpp11 namespace condition namespace
/openbmc/linux/arch/powerpc/include/asm/
Ddelay.h
/openbmc/phosphor-inventory-manager/
H A Dfunctor.hpp60 auto make_path_condition(T&& condition) in make_path_condition()
382 auto condition = [val = std::forward<T>(val)](T&& arg) { in propertyChangedTo() local
396 auto condition = [val = std::forward<T>(val)](T&& arg) { in propertyIs() local
/openbmc/linux/arch/mips/include/asm/
Dbug.h
/openbmc/linux/include/drm/
Ddrm_util.h

12345