Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_test_rqspinlock.c74 static struct task_struct **rqsl_threads; variable
218 if (rqsl_threads) { in free_rqsl_threads()
220 if (rqsl_threads[i]) in free_rqsl_threads()
221 kthread_stop(rqsl_threads[i]); in free_rqsl_threads()
223 kfree(rqsl_threads); in free_rqsl_threads()
275 rqsl_threads = kcalloc(ncpus, sizeof(*rqsl_threads), GFP_KERNEL); in bpf_test_rqspinlock_init()
276 if (!rqsl_threads) { in bpf_test_rqspinlock_init()
291 rqsl_threads[i] = t; in bpf_test_rqspinlock_init()