Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/rcutorture/bin/
Dkvm.sh460 jn=1
472 cpusr[jn] = cpus[j];
474 cfr[jn] = cf[j];
478 cfr[jn] = cf[j] "." cfrep[cf[j]];
480 builddir=rd cfr[jn] "/build";
481 if (cpusr[jn] > ncpus && ncpus != 0)
485 print "echo ", cfr[jn], cpusr[jn] ovf ": Starting build. `date` | tee -a " rd "log";
486 print "mkdir " rd cfr[jn] " || :";
490 affinitylist = nextcpus(cpusr[jn]);
496 …est-1-run.sh " CONFIGDIR cf[j], rd cfr[jn], dur " \"" TORTURE_QEMU_ARG "\" \"" TORTURE_BOOTARGS "\…
[all …]
/linux-6.1.9/kernel/rcu/
Dtree_stall.h688 unsigned long jn; in check_cpu_stall() local
729 jn = jiffies + ULONG_MAX / 2; in check_cpu_stall()
732 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall()
750 cmpxchg(&rcu_state.jiffies_stall, js, jn) == js) { in check_cpu_stall()
766 if (didstall && READ_ONCE(rcu_state.jiffies_stall) == jn) { in check_cpu_stall()
767 jn = jiffies + 3 * rcu_jiffies_till_stall_check() + 3; in check_cpu_stall()
768 WRITE_ONCE(rcu_state.jiffies_stall, jn); in check_cpu_stall()