Lines Matching defs:prev
1063 * @prev: entry to begin iterating from
1073 * the list by passing @prev. @prev is updated on return to point to
1075 * beginning of the list @prev must be %NULL.
1082 struct efivar_entry **prev)
1087 if (!prev || !*prev) {
1094 if (prev)
1095 *prev = entry;
1101 list_for_each_entry_safe_continue((*prev), n, head, list) {
1102 err = func(*prev, data);