writer_tasks       59 kernel/locking/locktorture.c static struct task_struct **writer_tasks;
writer_tasks      802 kernel/locking/locktorture.c 	if (writer_tasks) {
writer_tasks      805 kernel/locking/locktorture.c 					     writer_tasks[i]);
writer_tasks      806 kernel/locking/locktorture.c 		kfree(writer_tasks);
writer_tasks      807 kernel/locking/locktorture.c 		writer_tasks = NULL;
writer_tasks      984 kernel/locking/locktorture.c 		writer_tasks = kcalloc(cxt.nrealwriters_stress,
writer_tasks      985 kernel/locking/locktorture.c 				       sizeof(writer_tasks[0]),
writer_tasks      987 kernel/locking/locktorture.c 		if (writer_tasks == NULL) {
writer_tasks     1000 kernel/locking/locktorture.c 			kfree(writer_tasks);
writer_tasks     1001 kernel/locking/locktorture.c 			writer_tasks = NULL;
writer_tasks     1022 kernel/locking/locktorture.c 						  writer_tasks[i]);
writer_tasks       96 kernel/rcu/rcuperf.c static struct task_struct **writer_tasks;
writer_tasks      517 kernel/rcu/rcuperf.c 	if (writer_tasks) {
writer_tasks      520 kernel/rcu/rcuperf.c 					     writer_tasks[i]);
writer_tasks      554 kernel/rcu/rcuperf.c 		kfree(writer_tasks);
writer_tasks      667 kernel/rcu/rcuperf.c 	writer_tasks = kcalloc(nrealwriters, sizeof(reader_tasks[0]),
writer_tasks      674 kernel/rcu/rcuperf.c 	if (!writer_tasks || !writer_durations || !writer_n_durations) {
writer_tasks      688 kernel/rcu/rcuperf.c 						  writer_tasks[i]);