Searched refs:list_first_entry (Results 1 – 2 of 2) sorted by relevance
| /scripts/include/ |
| D | list.h | 239 #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/ |
| D | symbol.c | 1108 choice = list_first_entry(&next_sym->menus, struct menu, link); in sym_check_print_recursive() 1235 choice_menu = list_first_entry(&choice->menus, struct menu, link); in sym_check_choice_deps()
|