Home
last modified time | relevance | path

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

/linux/kernel/bpf/
A Dcpumap.c72 struct work_struct kthread_stop_wq; member
134 rcpu = container_of(work, struct bpf_cpu_map_entry, kthread_stop_wq); in cpu_map_kthread_stop()
536 INIT_WORK(&old_rcpu->kthread_stop_wq, cpu_map_kthread_stop); in __cpu_map_entry_replace()
537 schedule_work(&old_rcpu->kthread_stop_wq); in __cpu_map_entry_replace()

Completed in 4 milliseconds