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 - 9
of
9
) 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/oprofile/libutil/
op_list.h
107
*
list_del_init
- deletes entry from list and reinitialize it.
110
static __inline__ void
list_del_init
(struct list_head * entry)
function
/external/oprofile/daemon/liblegacy/
opd_sample_files.c
53
list_del_init
(&sfile->lru_next);
/external/yaffs2/yaffs2/
devextras.h
138
*
list_del_init
- deletes entry from list and reinitialize it.
141
static __inline__ void
list_del_init
(struct list_head *entry)
function
yaffs_guts.c
[
all
...]
/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
/external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-inject.c
259
list_del_init
(&ent->node);
/external/linux-tools-perf/perf-3.12.0/include/linux/
list.h
139
*
list_del_init
- deletes entry from list and reinitialize it.
142
static inline void
list_del_init
(struct list_head *entry)
function
201
* to the list entry is
list_del_init
(). Eg. it cannot be used
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
evlist.c
82
list_del_init
(&pos->node);
Completed in 199 milliseconds