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

/linux-master/kernel/rcu/
H A Drcutorture.c135 static struct task_struct **fakewriter_tasks; variable in typeref:struct:task_struct
3379 if (fakewriter_tasks) {
3382 fakewriter_tasks[i]);
3383 kfree(fakewriter_tasks);
3384 fakewriter_tasks = NULL;
3808 fakewriter_tasks = kcalloc(nfakewriters,
3809 sizeof(fakewriter_tasks[0]),
3811 if (fakewriter_tasks == NULL) {
3819 NULL, fakewriter_tasks[i]);

Completed in 88 milliseconds