Home
last modified time | relevance | path

Searched refs:stop_work (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/
H A Dstop_machine.c44 struct cpu_stop_work stop_work; /* for stop_cpus */ member
408 work = &per_cpu(cpu_stopper.stop_work, cpu); in queue_stop_cpus_work()
/linux/drivers/block/
H A Dublk_drv.c183 struct work_struct stop_work; member
1219 schedule_work(&ub->stop_work); in ublk_timeout()
1472 schedule_work(&ub->stop_work); in ublk_uring_cmd_cancel_fn()
2114 container_of(work, struct ublk_device, stop_work); in ublk_stop_work_fn()
2143 cancel_work_sync(&ub->stop_work); in ublk_remove()
2388 INIT_WORK(&ub->stop_work, ublk_stop_work_fn); in ublk_ctrl_add_dev()
2523 cancel_work_sync(&ub->stop_work); in ublk_ctrl_stop_dev()
/linux/tools/perf/bench/
H A Dnuma.c155 bool stop_work; member
1128 g->stop_work = true; in calc_convergence()
1225 if (g->stop_work) in worker_thread()
1263 g->stop_work = true; in worker_thread()
/linux/kernel/sched/
H A Dcore.c2553 struct cpu_stop_work stop_work; member
2674 &pending->arg, &pending->stop_work); in migration_cpu_stop()
3071 &pending->arg, &pending->stop_work); in affine_move_task()