Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
* #include <urcu-defer.h>
* Link with "-lurcu-defer"
- * Provides call_rcu() primitive to enqueue delayed callbacks. Queued
+ * Provides defer_rcu() primitive to enqueue delayed callbacks. Queued
callbacks are executed in batch periodically after a grace period.
- Do _not_ use call_rcu() within a read-side critical section, because
+ Do _not_ use defer_rcu() within a read-side critical section, because
it may call synchronize_rcu() if the thread queue is full.
Being careful with signals