Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dcgroup.c33 static struct workqueue_struct *cgroup_bpf_destroy_wq; variable
37 cgroup_bpf_destroy_wq = alloc_workqueue("cgroup_bpf_destroy", 0, 1); in cgroup_bpf_wq_init()
38 if (!cgroup_bpf_destroy_wq) in cgroup_bpf_wq_init()
354 queue_work(cgroup_bpf_destroy_wq, &cgrp->bpf.release_work); in cgroup_bpf_release_fn()