Home
last modified time | relevance | path

Searched refs:stop_work (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/kernel/
H A Dstop_machine.c44 struct cpu_stop_work stop_work; /* for stop_cpus */ member
391 work = &per_cpu(cpu_stopper.stop_work, cpu); in queue_stop_cpus_work()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/drivers/block/
H A 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()
/kernel/linux/linux-5.10/tools/perf/bench/
H A Dnuma.c155 bool stop_work; member
1081 g->stop_work = true; in calc_convergence()
1176 if (g->stop_work) in worker_thread()
1214 g->stop_work = true; in worker_thread()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/kernel/sched/
H A Dcore.c2601 * @stop_pending: is @stop_work in use
2607 struct cpu_stop_work stop_work; member
2728 &pending->arg, &pending->stop_work); in migration_cpu_stop()
3040 * If there are pending waiters, but no pending stop_work,
3125 &pending->arg, &pending->stop_work);

Completed in 24 milliseconds