Searched refs:iov_cnt_tmp (Results 1 – 1 of 1) sorted by relevance
268 unsigned int iov_cnt_tmp; in test_discard_front() local276 iov_cnt_tmp = iov_cnt; in test_discard_front()277 ret = iov_discard_front(&iov_tmp, &iov_cnt_tmp, 0); in test_discard_front()280 g_assert(iov_cnt_tmp == iov_cnt); in test_discard_front()286 iov_cnt_tmp = iov_cnt; in test_discard_front()288 ret = iov_discard_front(&iov_tmp, &iov_cnt_tmp, size + 1); in test_discard_front()290 g_assert(iov_cnt_tmp == 0); in test_discard_front()296 iov_cnt_tmp = iov_cnt; in test_discard_front()298 ret = iov_discard_front(&iov_tmp, &iov_cnt_tmp, size); in test_discard_front()300 g_assert(iov_cnt_tmp == 0); in test_discard_front()[all …]