Searched refs:writer_tasks (Results 1 – 2 of 2) sorted by relevance
72 static struct task_struct **writer_tasks; variable815 if (writer_tasks) { in lock_torture_cleanup()818 writer_tasks[i]); in lock_torture_cleanup()819 kfree(writer_tasks); in lock_torture_cleanup()820 writer_tasks = NULL; in lock_torture_cleanup()995 writer_tasks = kcalloc(cxt.nrealwriters_stress, in lock_torture_init()996 sizeof(writer_tasks[0]), in lock_torture_init()998 if (writer_tasks == NULL) { in lock_torture_init()1011 kfree(writer_tasks); in lock_torture_init()1012 writer_tasks = NULL; in lock_torture_init()[all …]
103 static struct task_struct **writer_tasks; variable572 if (writer_tasks) { in rcu_perf_cleanup()575 writer_tasks[i]); in rcu_perf_cleanup()609 kfree(writer_tasks); in rcu_perf_cleanup()721 writer_tasks = kcalloc(nrealwriters, sizeof(reader_tasks[0]), in rcu_perf_init()728 if (!writer_tasks || !writer_durations || !writer_n_durations) { in rcu_perf_init()742 writer_tasks[i]); in rcu_perf_init()