Home
last modified time | relevance | path

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

/kernel/rcu/
DKconfig.debug36 after the fact on the running kernel to be tested, if desired.
53 after the fact on the running kernel to be tested, if desired.
Drcutorture.c1767 static void rcu_torture_fwd_prog_nr(int *tested, int *tested_tries) in rcu_torture_fwd_prog_nr() argument
1812 (*tested)++; in rcu_torture_fwd_prog_nr()
1952 int tested = 0; in rcu_torture_fwd_prog() local
1963 rcu_torture_fwd_prog_nr(&tested, &tested_tries); in rcu_torture_fwd_prog()
1971 WARN_ON(!tested && tested_tries >= 5); in rcu_torture_fwd_prog()
1972 pr_alert("%s: tested %d tested_tries %d\n", __func__, tested, tested_tries); in rcu_torture_fwd_prog()
/kernel/trace/
DKconfig793 which functions/lines are tested.