/openbmc/qemu/target/mips/ |
H A D | cpu.c | 138 bool has_work = false; in mips_cpu_has_work() local 151 has_work = true; in mips_cpu_has_work() 162 has_work = true; in mips_cpu_has_work() 166 has_work = false; in mips_cpu_has_work() 172 has_work = true; in mips_cpu_has_work() 175 has_work = false; in mips_cpu_has_work() 178 return has_work; in mips_cpu_has_work() 584 cc->has_work = mips_cpu_has_work; in mips_cpu_class_init()
|
/openbmc/linux/block/ |
H A D | blk-mq-sched.h | 74 if (e && e->type->ops.has_work) in blk_mq_sched_has_work() 75 return e->type->ops.has_work(hctx); in blk_mq_sched_has_work()
|
H A D | blk-mq-sched.c | 106 if (e->type->ops.has_work && !e->type->ops.has_work(hctx)) in __blk_mq_do_dispatch_sched()
|
H A D | elevator.h | 44 bool (*has_work)(struct blk_mq_hw_ctx *); member
|
H A D | kyber-iosched.c | 1028 .has_work = kyber_has_work,
|
H A D | mq-deadline.c | 1271 .has_work = dd_has_work,
|
/openbmc/linux/drivers/vfio/pci/mlx5/ |
H A D | main.c | 676 bool *has_work) in mlx5vf_resume_read_image() argument 694 *has_work = true; in mlx5vf_resume_read_image() 755 ssize_t *done, bool *has_work) in mlx5vf_resume_read_header() argument 812 *has_work = true; in mlx5vf_resume_read_header() 826 bool has_work = false; in mlx5vf_resume_write() local 845 while (len || has_work) { in mlx5vf_resume_write() 846 has_work = false; in mlx5vf_resume_write() 851 &done, &has_work); in mlx5vf_resume_write() 912 &buf, &len, pos, &done, &has_work); in mlx5vf_resume_write()
|
/openbmc/linux/mm/ |
H A D | swap.c | 817 static struct cpumask has_work; in __lru_add_drain_all() local 877 cpumask_clear(&has_work); in __lru_add_drain_all() 884 __cpumask_set_cpu(cpu, &has_work); in __lru_add_drain_all() 888 for_each_cpu(cpu, &has_work) in __lru_add_drain_all()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 154 bool (*has_work)(CPUState *cpu); member 831 g_assert(cc->has_work); in cpu_has_work() 832 return cc->has_work(cpu); in cpu_has_work()
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 356 bool has_work = false; in loongarch_cpu_has_work() 360 has_work = true; in loongarch_cpu_has_work() 363 return has_work; in loongarch_cpu_has_work() 839 cc->has_work = loongarch_cpu_has_work; in loongarch_cpu_class_init()
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 194 cc->has_work = tricore_cpu_has_work; in tricore_cpu_class_init()
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 220 cc->has_work = rx_cpu_has_work; in rx_cpu_class_init()
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 250 cc->has_work = alpha_cpu_has_work; in alpha_cpu_class_init()
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 248 cc->has_work = hppa_cpu_has_work; in hppa_cpu_class_init()
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 259 cc->has_work = xtensa_cpu_has_work; in xtensa_cpu_class_init()
|
/openbmc/qemu/hw/core/ |
H A D | cpu-common.c | 310 k->has_work = cpu_common_has_work; in cpu_common_class_init()
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 278 cc->has_work = superh_cpu_has_work; in superh_cpu_class_init()
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 260 cc->has_work = openrisc_cpu_has_work; in openrisc_cpu_class_init()
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 393 cc->has_work = s390_cpu_has_work; in s390_cpu_class_init()
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.c | 345 cc->has_work = hexagon_cpu_has_work; in hexagon_cpu_class_init()
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 234 cc->has_work = avr_cpu_has_work; in avr_cpu_class_init()
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 450 cc->has_work = mb_cpu_has_work; in mb_cpu_class_init()
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 574 cc->has_work = m68k_cpu_has_work; in m68k_cpu_class_init()
|
/openbmc/linux/drivers/vhost/ |
H A D | vhost.c | 325 bool has_work = false; in vhost_vq_has_work() local 330 has_work = true; in vhost_vq_has_work() 333 return has_work; in vhost_vq_has_work()
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 961 cc->has_work = sparc_cpu_has_work; in sparc_cpu_class_init()
|