Home
last modified time | relevance | path

Searched refs:has_work (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/vfio/pci/virtio/
H A Dmigrate.c812 bool *has_work) in virtiovf_resume_read_chunk() argument
830 *has_work = true; in virtiovf_resume_read_chunk()
877 ssize_t *done, bool *has_work) in virtiovf_resume_read_header() argument
931 *has_work = true; in virtiovf_resume_read_header()
945 bool has_work = false; in virtiovf_resume_write() local
963 while (len || has_work) { in virtiovf_resume_write()
964 has_work = false; in virtiovf_resume_write()
968 &len, pos, &done, &has_work); in virtiovf_resume_write()
1019 &buf, &len, pos, &done, &has_work); in virtiovf_resume_write()
/linux/drivers/vfio/pci/mlx5/
H A Dmain.c716 bool *has_work) in mlx5vf_resume_read_image() argument
734 *has_work = true; in mlx5vf_resume_read_image()
795 ssize_t *done, bool *has_work) in mlx5vf_resume_read_header() argument
852 *has_work = true; in mlx5vf_resume_read_header()
866 bool has_work = false; in mlx5vf_resume_write() local
885 while (len || has_work) { in mlx5vf_resume_write()
886 has_work = false; in mlx5vf_resume_write()
891 &done, &has_work); in mlx5vf_resume_write()
950 &buf, &len, pos, &done, &has_work); in mlx5vf_resume_write()
/linux/mm/
H A Dswap.c810 static struct cpumask has_work; in __lru_add_drain_all() local
873 cpumask_clear(&has_work); in __lru_add_drain_all()
880 __cpumask_set_cpu(cpu, &has_work); in __lru_add_drain_all()
884 for_each_cpu(cpu, &has_work) in __lru_add_drain_all()
/linux/block/
H A Delevator.h77 bool (*has_work)(struct blk_mq_hw_ctx *); member
H A Dblk-mq-sched.c104 if (e->type->ops.has_work && !e->type->ops.has_work(hctx)) in __blk_mq_do_dispatch_sched()
H A Dbfq-iosched.c7618 .has_work = bfq_has_work,
/linux/drivers/vhost/
H A Dvhost.c321 bool has_work = false; in vhost_vq_has_work() local
326 has_work = true; in vhost_vq_has_work()
329 return has_work; in vhost_vq_has_work()
/linux/drivers/android/
H A Dbinder.c566 bool has_work; in binder_has_work() local
569 has_work = binder_has_work_ilocked(thread, do_proc_work); in binder_has_work()
572 return has_work; in binder_has_work()