/openbmc/qemu/hw/char/ |
H A D | nrf51_uart.c | 78 static gboolean uart_transmit(void *do_not_use, GIOCondition cond, void *opaque) in uart_transmit()
|
H A D | ibex_uart.c | 139 static gboolean ibex_uart_xmit(void *do_not_use, GIOCondition cond, in ibex_uart_xmit()
|
H A D | virtio-console.c | 41 static gboolean chr_write_unblocked(void *do_not_use, GIOCondition cond, in chr_write_unblocked()
|
H A D | stm32l4x5_usart.c | 242 static gboolean usart_transmit(void *do_not_use, GIOCondition cond, in usart_transmit()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | mips-r2-to-r6-emul.c | 202 u32 cond; in movf_func() local 225 u32 cond; in movt_func() local
|
/openbmc/qemu/tcg/ |
H A D | optimize.c | 795 TCGCond cond; in do_constant_folding_cond1() local 1360 TCGCond cond; in fold_brcond2() local 1882 TCGCond cond = op->args[5]; in fold_movcond() local 2110 TCGCond cond; in fold_setcond_zmask() local 2213 TCGCond cond = op->args[3]; in fold_setcond_tst_pow2() local 2341 TCGCond cond; in fold_setcond2() local
|
/openbmc/qemu/chardev/ |
H A D | char-socket.c | 338 static GSource *tcp_chr_add_watch(Chardev *chr, GIOCondition cond) in tcp_chr_add_watch() 496 static gboolean tcp_chr_read(QIOChannel *chan, GIOCondition cond, void *opaque) in tcp_chr_read() 528 GIOCondition cond, in tcp_chr_hup()
|
H A D | char-udp.c | 87 static gboolean udp_chr_read(QIOChannel *chan, GIOCondition cond, void *opaque) in udp_chr_read()
|
/openbmc/linux/net/ipv4/ |
H A D | inet_diag.c | 692 const struct inet_diag_hostcond *cond; in inet_diag_bc_run() local 740 struct inet_diag_markcond *cond; in inet_diag_bc_run() local 850 struct inet_diag_hostcond *cond; in valid_hostcond() local
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | masklog.h | 183 #define mlog_bug_on_msg(cond, fmt, args...) do { \ argument
|
/openbmc/qemu/ui/ |
H A D | vnc-jobs.c | 57 QemuCond cond; member
|
/openbmc/linux/arch/arm/mach-omap2/ |
H A D | common.h | 206 #define omap_test_timeout(cond, timeout, index) \ argument
|
/openbmc/linux/drivers/gpu/drm/msm/ |
H A D | msm_gem_shrinker.c | 108 bool cond; in msm_gem_shrinker_scan() member
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 839 DisasCond cond; in do_cond() local 1156 static void gen_tc(DisasContext *ctx, DisasCond *cond) in gen_tc() 1177 DisasCond cond = do_cond(ctx, /* SV */ 12, d, NULL, NULL, *sv); in gen_tsv() local 1192 DisasCond cond; in do_add() local 1299 DisasCond cond; in do_sub() local 1386 DisasCond cond; in do_cmpclr() local 1442 DisasCond cond; in do_unit_addsub() local 1923 DisasCond *cond) in do_cbranch() 3490 DisasCond cond; in do_cmpb() local 3530 DisasCond cond; in do_addb() local [all …]
|
/openbmc/linux/fs/fscache/ |
H A D | io.c | 253 bool cond) in __fscache_write_to_cache()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | msa_translate.c | 197 TCGCond cond) in gen_check_zero_element() 219 static bool gen_msa_BxZ_V(DisasContext *ctx, int wt, int sa, TCGCond cond) in gen_msa_BxZ_V()
|
/openbmc/qemu/system/ |
H A D | cpus.c | 547 void qemu_cond_wait_bql(QemuCond *cond) in qemu_cond_wait_bql() 552 void qemu_cond_timedwait_bql(QemuCond *cond, int ms) in qemu_cond_timedwait_bql()
|
/openbmc/linux/kernel/locking/ |
H A D | mutex.c | 40 # define MUTEX_WARN_ON(cond) DEBUG_LOCKS_WARN_ON(cond) argument 42 # define MUTEX_WARN_ON(cond) argument
|
/openbmc/linux/drivers/pwm/ |
H A D | pwm-lpss.c | 159 static inline void pwm_lpss_cond_enable(struct pwm_device *pwm, bool cond) in pwm_lpss_cond_enable()
|
/openbmc/linux/drivers/block/null_blk/ |
H A D | null_blk.h | 56 enum blk_zone_cond cond; member 186 enum blk_zone_cond cond) in zone_cond_store()
|
/openbmc/qemu/plugins/ |
H A D | api.c | 111 enum qemu_plugin_cond cond, in qemu_plugin_register_vcpu_tb_exec_cond_cb() 152 enum qemu_plugin_cond cond, in qemu_plugin_register_vcpu_insn_exec_cond_cb()
|
/openbmc/linux/drivers/net/dsa/mv88e6xxx/ |
H A D | devlink.c | 709 bool (*cond)(struct mv88e6xxx_chip *chip); member 775 bool (*cond)(struct mv88e6xxx_chip *chip); in mv88e6xxx_setup_devlink_regions_global() local
|
/openbmc/linux/include/linux/ |
H A D | hashtable.h | 176 #define hash_for_each_possible_rcu(name, obj, member, key, cond...) \ argument
|
/openbmc/linux/drivers/clk/ |
H A D | clk-plldig.c | 154 unsigned int val, cond; in plldig_set_rate() local
|
/openbmc/linux/tools/objtool/arch/x86/ |
H A D | decode.c | 9 #define unlikely(cond) (cond) argument
|