Home
last modified time | relevance | path

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

/linux-6.1.9/kernel/
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-6.1.9/drivers/block/
Dublk_drv.c170 struct work_struct stop_work; member
1020 schedule_work(&ub->stop_work); in ublk_daemon_monitor_work()
1445 container_of(work, struct ublk_device, stop_work); in ublk_stop_work_fn()
1474 cancel_work_sync(&ub->stop_work); in ublk_remove()
1653 INIT_WORK(&ub->stop_work, ublk_stop_work_fn); in ublk_ctrl_add_dev()
1775 cancel_work_sync(&ub->stop_work); in ublk_ctrl_stop_dev()
/linux-6.1.9/tools/perf/bench/
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-6.1.9/kernel/sched/
Dcore.c2346 struct cpu_stop_work stop_work; member
2465 &pending->arg, &pending->stop_work); in migration_cpu_stop()
2821 &pending->arg, &pending->stop_work); in affine_move_task()