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

/freebsd-11-stable/sys/dev/xen/grant_table/
H A Dgrant_table.c88 gnttab_entry(head) = GNTTAB_LIST_END;
223 head = GNTTAB_LIST_END;
330 if (head == GNTTAB_LIST_END)
334 while (gnttab_entry(ref) != GNTTAB_LIST_END) {
363 return (*private_head == GNTTAB_LIST_END);
371 if (__predict_false(g == GNTTAB_LIST_END))
671 gnttab_entry(nr_init_grefs - 1) = GNTTAB_LIST_END;
/freebsd-11-stable/sys/xen/
H A Dgnttab.h46 #define GNTTAB_LIST_END GRANT_REF_INVALID macro
/freebsd-11-stable/sys/dev/xen/netfront/
H A Dnetfront.c1085 KASSERT(ref != GNTTAB_LIST_END,

Completed in 185 milliseconds