Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dtest_ratelimit.c83 struct stress_kthread *sktp = arg; in test_ratelimit_stress_child() local
88 sktp->nattempts++; in test_ratelimit_stress_child()
90 sktp->nunlimited++; in test_ratelimit_stress_child()
92 sktp->nlimited++; in test_ratelimit_stress_child()
96 sktp->nmissed = ratelimit_state_reset_miss(&stressrl); in test_ratelimit_stress_child()
105 struct stress_kthread *sktp = kzalloc_objs(*sktp, n_stress_kthread); in test_ratelimit_stress() local
108 KUNIT_ASSERT_NOT_NULL_MSG(test, sktp, "Memory allocation failure"); in test_ratelimit_stress()
110 sktp[i].tp = kthread_run(test_ratelimit_stress_child, &sktp[i], "%s/%i", in test_ratelimit_stress()
112 if (IS_ERR(sktp[i].tp)) { in test_ratelimit_stress()
113 KUNIT_FAIL(test, "kthread_run failed: %ld", PTR_ERR(sktp[i].tp)); in test_ratelimit_stress()
[all …]