Home
last modified time | relevance | path

Searched refs:early_exit (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/contrib/plugins/
H A Dcflow.c44 uint64_t early_exit; member
112 return na->early_exit > nb->early_exit ? -1 : in exception()
113 na->early_exit == nb->early_exit ? 0 : 1; in exception()
171 if (n->early_exit) { in plugin_exit()
173 n->early_exit); in plugin_exit()
246 bool early_exit = (lpc != ebpc); in vcpu_tb_branched_exec() local
254 if (early_exit) { in vcpu_tb_branched_exec()
258 node->early_exit++; in vcpu_tb_branched_exec()
/openbmc/qemu/tests/tcg/hexagon/
H A Dmisc.c243 bool early_exit; variable
514 check32(early_exit, false); in main()
516 check32(early_exit, true); in main()
/openbmc/linux/drivers/usb/host/
H A Dehci-q.c1315 bool early_exit; in end_unlink_async() local
1326 early_exit = ehci->async_unlinking; in end_unlink_async()
1388 early_exit = true; in end_unlink_async()
1400 if (early_exit) in end_unlink_async()
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_core.c1520 goto early_exit; in gc_worker()
1575 goto early_exit; in gc_worker()
1589 early_exit: in gc_worker()
/openbmc/qemu/block/
H A Dio.c2960 goto early_exit; in bdrv_co_flush()
3067 early_exit: in bdrv_co_flush()