Home
last modified time | relevance | path

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

/kernel/locking/
Dlocktorture.c114 struct lock_stress_stats *lrsa; /* reader statistics */ member
707 __torture_print_stats(buf, cxt.lrsa, false); in lock_torture_stats_print()
780 kfree(cxt.lrsa); in lock_torture_cleanup()
870 cxt.lrsa = kmalloc(sizeof(*cxt.lrsa) * cxt.nrealreaders_stress, GFP_KERNEL); in lock_torture_init()
871 if (cxt.lrsa == NULL) { in lock_torture_init()
879 cxt.lrsa[i].n_lock_fail = 0; in lock_torture_init()
880 cxt.lrsa[i].n_lock_acquired = 0; in lock_torture_init()
952 firsterr = torture_create_kthread(lock_torture_reader, &cxt.lrsa[j], in lock_torture_init()