Searched refs:vector_upl_get_iostate_byindex (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/vm/
H A Dvm_pageout.h329 extern void vector_upl_get_iostate_byindex(upl_t, uint32_t, upl_offset_t*, upl_size_t*);
H A Dvm_pageout.c7799 vector_upl_get_iostate_byindex(upl_t upl, uint32_t index, upl_offset_t *offset, upl_size_t *size) function
7812 panic("vector_upl_get_iostate_byindex was passed a non-vectored UPL\n");
7815 panic("vector_upl_get_iostate_byindex was passed a NULL UPL\n");

Completed in 30 milliseconds