OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:list_empty
(Results
1 - 11
of
11
) sorted by null
/system/core/include/cutils/
list.h
51
#define
list_empty
(list) ((list) == (list)->next)
macro
/external/e2fsprogs/lib/ext2fs/
kernel-list.h
82
static __inline__ int
list_empty
(struct list_head *head)
function
/external/e2fsprogs/lib/blkid/
list.h
97
*
list_empty
() on @entry does not return true after this, @entry is
116
*
list_empty
- tests whether a list is empty
119
_INLINE_ int
list_empty
(struct list_head *head)
function
/external/oprofile/libutil/
op_list.h
99
* Note:
list_empty
on entry does not return true after this, the entry is in an undefined state.
117
*
list_empty
- tests whether a list is empty
120
static __inline__ int
list_empty
(struct list_head const * head)
function
/external/blktrace/btt/
list.h
107
* Note:
list_empty
on entry does not return true after this, the entry is
162
*
list_empty
- tests whether a list is empty
165
static inline int
list_empty
(const struct list_head *head)
function
176
return
list_empty
(head) ? NULL : head->next;
212
if (!
list_empty
(list))
/external/yaffs2/yaffs2/
devextras.h
129
* Note:
list_empty
on entry does not return true after this, the entry is
148
*
list_empty
- tests whether a list is empty
151
static __inline__ int
list_empty
(struct list_head *head)
function
/external/iptables/libiptc/
linux_list.h
183
* Note:
list_empty
on entry does not return true after this, the entry is
197
* Note:
list_empty
on entry does not return true after this,
257
*
list_empty
- tests whether a list is empty
260
static inline int
list_empty
(const struct list_head *head)
function
304
if (!
list_empty
(list))
318
if (!
list_empty
(list)) {
/external/kernel-headers/original/linux/
list.h
153
* Note:
list_empty
on entry does not return true after this, the entry is
167
* Note:
list_empty
on entry does not return true after this,
279
*
list_empty
- tests whether a list is empty
282
static inline int
list_empty
(const struct list_head *head)
function
327
if (!
list_empty
(list))
341
if (!
list_empty
(list)) {
/external/linux-tools-perf/util/include/linux/added/
list.h
82
* Note:
list_empty
() on entry does not return true after this, the entry is
164
*
list_empty
- tests whether a list is empty
167
static inline int
list_empty
(const struct list_head *head)
function
199
if (!
list_empty
(head)) {
211
return !
list_empty
(head) && (head->next == head->prev);
243
if (
list_empty
(head))
276
if (!
list_empty
(list))
288
if (!
list_empty
(list))
302
if (!
list_empty
(list)) {
319
if (!
list_empty
(list))
[
all
...]
/external/chromium_org/third_party/libusb/src/libusb/
libusbi.h
102
#define
list_empty
(entry) ((entry)->next == (entry))
macro
[
all
...]
/external/libusb/libusb/
libusbi.h
67
#define
list_empty
(entry) ((entry)->next == (entry))
macro
Completed in 715 milliseconds