Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/xen/
Dgrant-table.c70 #define GNTTAB_LIST_END 0xffffffff macro
94 static grant_ref_t gnttab_free_head = GNTTAB_LIST_END;
95 static grant_ref_t gnttab_last_free = GNTTAB_LIST_END;
203 gnttab_entry(head) = GNTTAB_LIST_END; in get_free_entries()
206 gnttab_last_free = GNTTAB_LIST_END; in get_free_entries()
217 if (gnttab_last_free == GNTTAB_LIST_END || !gnttab_free_tail_ptr || in get_seq_entry_count()
218 *gnttab_free_tail_ptr == GNTTAB_LIST_END) in get_seq_entry_count()
263 *last = GNTTAB_LIST_END; in get_free_seq()
363 gnttab_entry(i) = GNTTAB_LIST_END; in gnttab_set_free()
627 while (head != GNTTAB_LIST_END) { in gnttab_free_grant_references()
[all …]