Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/locking/
Dlocktorture.c109 struct lock_stress_stats *lrsa; /* reader statistics */ member
561 __torture_print_stats(buf, cxt.lrsa, false); in lock_torture_stats_print()
714 cxt.lrsa = kmalloc(sizeof(*cxt.lrsa) * cxt.nrealreaders_stress, GFP_KERNEL); in lock_torture_init()
715 if (cxt.lrsa == NULL) { in lock_torture_init()
723 cxt.lrsa[i].n_lock_fail = 0; in lock_torture_init()
724 cxt.lrsa[i].n_lock_acquired = 0; in lock_torture_init()
794 firsterr = torture_create_kthread(lock_torture_reader, &cxt.lrsa[j], in lock_torture_init()