Home
last modified time | relevance | path

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

/openbmc/linux/crypto/
H A Dvmac.c341 #define nh_16_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument
344 nh_16(mp, ((kp)+2), nw, rh2, rl2); \
352 #define nh_vmac_nhbytes_2(mp, kp, nw, rh, rl, rh2, rl2) \ argument
355 nh_vmac_nhbytes(mp, ((kp)+2), nw, rh2, rl2); \
/openbmc/linux/kernel/rcu/
H A Drcutorture.c3451 struct rcu_head rh2; in rcu_test_debug_objects() local
3455 init_rcu_head_on_stack(&rh2); in rcu_test_debug_objects()
3463 call_rcu_hurry(&rh2, rcu_torture_leak_cb); in rcu_test_debug_objects()
3464 call_rcu_hurry(&rh2, rcu_torture_err_cb); /* Duplicate callback. */ in rcu_test_debug_objects()
3477 destroy_rcu_head_on_stack(&rh2); in rcu_test_debug_objects()