Ensure that read-side functions meet 10-line LGPL criterion
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Fri, 7 Sep 2012 01:15:53 +0000 (21:15 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 7 Sep 2012 01:15:53 +0000 (21:15 -0400)
commita5a9f428a238e790d6c97299bc214b5cca815cd7
treec72b7ccd3d6496322026172635bed678806ff3ea
parent9948a988350a1f6564a724f79cdeb2a294ee82aa
Ensure that read-side functions meet 10-line LGPL criterion

This commit ensures that all read-side functions meet the 10-line LGPL
criterion that permits them to be expanded directly into non-LGPL code,
without function-call instructions.  It also documents this as the
intent.

[ paulmck: Spelling fixes called out by Josh Triplett and name
change called out by Mathieu Desnoyers (_rcu_read_lock_help() ->
_rcu_read_lock_update(). ]

[ Mathieu Desnoyers: _rcu_read_unlock_help renamed to
  _rcu_read_unlock_update_and_wakeup, and spelling fix for
  preced -> precede. ]

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
urcu/static/urcu-bp.h
urcu/static/urcu-pointer.h
urcu/static/urcu-qsbr.h
urcu/static/urcu.h
This page took 0.024783 seconds and 4 git commands to generate.