OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:list_del_init
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/blkid/
list.h
103
*
list_del_init
- deletes entry from list and reinitialize it.
106
_INLINE_ void
list_del_init
(struct list_head *entry)
function
/external/iptables/libiptc/
linux_list.h
224
*
list_del_init
- deletes entry from list and reinitialize it.
227
static inline void
list_del_init
(struct list_head *entry)
function
272
* to the list entry is
list_del_init
(). Eg. it cannot be used
Completed in 88 milliseconds