Home
last modified time | relevance | path

Searched refs:list_empty (Results 1 – 4 of 4) sorted by relevance

/scripts/include/
Dlist.h217 static inline int list_empty(const struct list_head *head) in list_empty() function
/scripts/kconfig/
Dparser.y167 if (list_empty(&current_entry->sym->choice_link))
Dsymbol.c880 return !list_empty(&sym->choice_link); in sym_is_choice_value()
/scripts/mod/
Dmodpost.c2166 if (mod->from_dump || list_empty(&mod->missing_namespaces)) in write_namespace_deps_files()