Searched refs:writer_tasks (Results 1 - 2 of 2) sorted by relevance

/linux-master/kernel/locking/
H A Dlocktorture.c111 static struct task_struct **writer_tasks; variable in typeref:struct:task_struct
1118 if (writer_tasks) {
1120 torture_stop_kthread(lock_torture_writer, writer_tasks[i]);
1121 kfree(writer_tasks);
1122 writer_tasks = NULL;
1313 writer_tasks = kcalloc(cxt.nrealwriters_stress,
1314 sizeof(writer_tasks[0]),
1316 if (writer_tasks == NULL) {
1317 TOROUT_ERRSTRING("writer_tasks: Out of memory");
1333 kfree(writer_tasks);
[all...]
/linux-master/kernel/rcu/
H A Drcuscale.c108 static struct task_struct **writer_tasks; variable in typeref:struct:task_struct
885 if (writer_tasks) {
888 writer_tasks[i]);
922 kfree(writer_tasks);
1019 writer_tasks = kcalloc(nrealwriters, sizeof(reader_tasks[0]),
1026 if (!writer_tasks || !writer_durations || !writer_n_durations) {
1040 writer_tasks[i]);

Completed in 127 milliseconds