HLIST_DEL_RCU
Section: (9)
Updated: 07 August 2003
Index
Return to Main Contents
NAME
hlist_del_rcu - deletes entry from hash list without re-initialization
SYNOPSIS
void hlist_del_rcu (struct hlist_node * n);
ARGUMENTS
- n
-
-- undescribed --
NOTE
list_unhashed on entry does not return true after this,
the entry is in an undefined state. It is useful for RCU based
lockfree traversal.
In particular, it means that we can not poison the forward
pointers that may still be used for walking the hash list.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- NOTE
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:53:38 GMT, April 09, 2004