Home
last modified time | relevance | path

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

/linux-6.6.21/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.6.21/drivers/block/
Dublk_drv.c188 struct work_struct stop_work; member
1460 schedule_work(&ub->stop_work); in ublk_daemon_monitor_work()
2094 container_of(work, struct ublk_device, stop_work); in ublk_stop_work_fn()
2123 cancel_work_sync(&ub->stop_work); in ublk_remove()
2330 INIT_WORK(&ub->stop_work, ublk_stop_work_fn); in ublk_ctrl_add_dev()
2466 cancel_work_sync(&ub->stop_work); in ublk_ctrl_stop_dev()
/linux-6.6.21/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.6.21/kernel/sched/
Dcore.c2549 struct cpu_stop_work stop_work; member
2670 &pending->arg, &pending->stop_work); in migration_cpu_stop()
3067 &pending->arg, &pending->stop_work); in affine_move_task()