Searched refs:vector_upl_t (Results 1 – 2 of 2) sorted by relevance
5559 upl->vector_upl = (vector_upl_t) 0xfeedbeef; in upl_destroy()10483 vector_upl_t vector_upl = kalloc_type(struct _vector_upl, Z_WAITOK); in vector_upl_create()10505 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_deallocate()10517 vector_upl = (vector_upl_t)0xfeedfeed; in vector_upl_deallocate()10530 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_is_valid()10531 …if (vector_upl == NULL || vector_upl == (vector_upl_t)0xfeedfeed || vector_upl == (vector_upl_t)0x… in vector_upl_is_valid()10544 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_set_subupl()10594 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_set_pagelist()10622 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_subupl_byindex()10639 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_subupl_byoffset()[all …]
374 typedef struct _vector_upl* vector_upl_t; typedef