Searched refs:list_empty (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/tools/ctf/common/
H A Dlist.h50 int list_empty(list_t *);
H A Dlist.c150 list_empty(list_t *list) function
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/os/
H A Dlist.c40 #define list_empty(a) ((a)->list_head.list_next == &(a)->list_head) macro
128 ASSERT(!list_empty(list));
156 if (list_empty(list))
164 if (list_empty(list))
203 if (list_empty(src))
244 return (list_empty(list));
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/bsd-core/
H A Ddrm_linux_list.h49 list_empty(struct list_head *head) { function
H A Ddrm_mm.c93 if (list_empty(&mm->unused_nodes))
/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dmach64_drv.h721 if (list_empty(&dev_priv->pending)) {
802 if (list_empty(&dev_priv->placeholders)) { \
844 if (list_empty(&dev_priv->placeholders)) { \
H A Dmach64_dma.c1535 if (list_empty(&dev_priv->pending))
1578 if (list_empty(&dev_priv->free_list)) {
1635 if (list_empty(&dev_priv->free_list)) {
1636 if (list_empty(&dev_priv->pending)) {

Completed in 191 milliseconds