Home
last modified time | relevance | path

Searched refs:count_before (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/namespaces/
H A Dlistns_permissions_test.c681 ssize_t count_before, count_after; in TEST() local
698 ssize_t count_before; in TEST() local
712 count_before = sys_listns(&req, ns_ids_before, ARRAY_SIZE(ns_ids_before), 0); in TEST()
730 correct = (count_after <= count_before); in TEST()
733 write(pipefd[1], &count_before, sizeof(count_before)); in TEST()
743 count_before = 0; in TEST()
746 read(pipefd[0], &count_before, sizeof(count_before)); in TEST()
756 count_before, count_after); in TEST()
/linux/tools/testing/selftests/breakpoints/
H A Dstep_after_suspend_test.c159 int count_before; in suspend() local
175 count_before = get_suspend_success_count_or_fail(); in suspend()
180 if (count_after <= count_before) in suspend()
/linux/fs/afs/
H A Dyfsclient.c358 size_t count_before; in yfs_deliver_fs_fetch_data64() local
395 count_before = call->iov_len; in yfs_deliver_fs_fetch_data64()
396 _debug("extract data %zu/%llu", count_before, call->remaining); in yfs_deliver_fs_fetch_data64()
399 subreq->transferred += count_before - call->iov_len; in yfs_deliver_fs_fetch_data64()