Searched refs:rh2 (Results 1 – 2 of 2) sorted by relevance
/linux/crypto/ |
H A D | vmac.c | 341 #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); \
|
/linux/kernel/rcu/ |
H A D | rcutorture.c | 3526 struct rcu_head rh2; in rcu_test_debug_objects() local 3542 init_rcu_head_on_stack(&rh2); in rcu_test_debug_objects() 3548 cur_ops->call(&rh2, rcu_torture_leak_cb); in rcu_test_debug_objects() 3549 cur_ops->call(&rh2, rcu_torture_err_cb); /* Duplicate callback. */ in rcu_test_debug_objects() 3560 destroy_rcu_head_on_stack(&rh2); in rcu_test_debug_objects()
|