Searched refs:vector_upl_t (Results 1 – 2 of 2) sorted by relevance
5353 upl->vector_upl = (vector_upl_t) 0xfeedbeef; in upl_destroy()10270 vector_upl_t vector_upl = kalloc_type(struct _vector_upl, Z_WAITOK); in vector_upl_create()10292 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_deallocate()10304 vector_upl = (vector_upl_t)0xfeedfeed; in vector_upl_deallocate()10317 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_is_valid()10318 …if (vector_upl == NULL || vector_upl == (vector_upl_t)0xfeedfeed || vector_upl == (vector_upl_t)0x… in vector_upl_is_valid()10331 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_set_subupl()10381 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_set_pagelist()10409 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_subupl_byindex()10426 vector_upl_t vector_upl = upl->vector_upl; in vector_upl_subupl_byoffset()[all …]
373 typedef struct _vector_upl* vector_upl_t; typedef