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 - 11
of
11
) sorted by null
/external/e2fsprogs/lib/blkid/
list.h
106
*
list_del_init
- deletes entry from list and reinitialize it.
109
_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/linux-tools-perf/util/
top.c
40
list_del_init
(&syme->node);
evlist.c
58
list_del_init
(&pos->node);
/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/kernel-headers/original/linux/
list.h
235
*
list_del_init
- deletes entry from list and reinitialize it.
238
static inline void
list_del_init
(struct list_head *entry)
function
297
* to the list entry is
list_del_init
(). Eg. it cannot be used
sched.h
[
all
...]
/external/linux-tools-perf/util/include/linux/added/
list.h
120
*
list_del_init
- deletes entry from list and reinitialize it.
123
static inline void
list_del_init
(struct list_head *entry)
function
182
* to the list entry is
list_del_init
(). Eg. it cannot be used
Completed in 915 milliseconds