Home
last modified time | relevance | path

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

/linux/drivers/xen/
H A Dgrant-table.c71 #define GNTTAB_LIST_END 0xffffffff macro
95 static grant_ref_t gnttab_free_head = GNTTAB_LIST_END;
96 static grant_ref_t gnttab_last_free = GNTTAB_LIST_END;
204 gnttab_entry(head) = GNTTAB_LIST_END; in get_free_entries()
207 gnttab_last_free = GNTTAB_LIST_END; in get_free_entries()
218 if (gnttab_last_free == GNTTAB_LIST_END || !gnttab_free_tail_ptr || in get_seq_entry_count()
219 *gnttab_free_tail_ptr == GNTTAB_LIST_END) in get_seq_entry_count()
264 *last = GNTTAB_LIST_END; in get_free_seq()
364 gnttab_entry(i) = GNTTAB_LIST_END; in gnttab_set_free()
626 while (head != GNTTAB_LIST_END) { in gnttab_free_grant_references()
[all …]