]> Git Repo - linux.git/commit - kernel/rcu/tree_plugin.h
rcu: Convert timers to use timer_setup()
authorKees Cook <[email protected]>
Mon, 23 Oct 2017 00:58:54 +0000 (17:58 -0700)
committerKees Cook <[email protected]>
Thu, 2 Nov 2017 22:44:09 +0000 (15:44 -0700)
commitfd30b717b86dc30ffe25596f8de6542a02ae9401
tree0279fa68a4f2eeb88b4904f128f5ba1a01b08f40
parent6082a6e44434a17f194048b7d48df56f148ec6d4
rcu: Convert timers to use timer_setup()

In preparation for unconditionally passing the struct timer_list pointer to
all timer callbacks, switch to using the new timer_setup() and from_timer()
to pass the timer pointer explicitly.

Cc: "Paul E. McKenney" <[email protected]>
Cc: Josh Triplett <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Mathieu Desnoyers <[email protected]>
Cc: Lai Jiangshan <[email protected]>
Signed-off-by: Kees Cook <[email protected]>
kernel/rcu/rcutorture.c
kernel/rcu/tree_plugin.h
This page took 0.054006 seconds and 4 git commands to generate.