Home
last modified time | relevance | path

Searched refs:list_first_entry (Results 1 – 2 of 2) sorted by relevance

/scripts/include/
A Dlist.h239 #define list_first_entry(ptr, type, member) \ macro
285 for (pos = list_first_entry(head, typeof(*pos), member); \
308 for (pos = list_first_entry(head, typeof(*pos), member), \
/scripts/kconfig/
A Dsymbol.c1124 choice = list_first_entry(&next_sym->menus, struct menu, link); in sym_check_print_recursive()
1251 choice_menu = list_first_entry(&choice->menus, struct menu, link); in sym_check_choice_deps()

Completed in 5 milliseconds