Searched refs:un_resv_wantin (Results 1 – 2 of 2) sorted by relevance
291 resv = size + ul->un_resv_wantin + ul->un_resv; in top_begin_sync()300 ul->un_resv_wantin += size; in top_begin_sync()387 if (((size + ul->un_resv + ul->un_resv_wantin) > ul->un_maxresv) && in top_begin_async()555 ul->un_resv += ul->un_resv_wantin; in top_end_sync()559 ul->un_resv_wantin = 0; in top_end_sync()
210 uint32_t un_resv_wantin; /* reserved byte count for next trans */ member