Lines Matching refs:head
292 struct list_head *head)
299 list_for_each_entry_safe(entry, n, head, list) {
364 * @duplicates: error if we encounter duplicates on @head?
365 * @head: initialised head of variable list
373 void *data, bool duplicates, struct list_head *head)
418 head)) {
458 * @head: list head
462 int efivar_entry_add(struct efivar_entry *entry, struct list_head *head)
469 list_add(&entry->list, head);
478 * @head: list head
480 void __efivar_entry_add(struct efivar_entry *entry, struct list_head *head)
482 list_add(&entry->list, head);
698 * @head: head of variable list
710 struct list_head *head, void *data)
719 list_for_each_entry_safe(entry, n, head, list) {