Searched refs:rpc2 (Results 1 – 2 of 2) sorted by relevance
65 rpc2=`vmstat -m | grep rpc | tail -1 | awk '{print $2}'`66 if [ $((rpc2 - rpc1)) -gt 2 ]; then67 echo "rpc memory leak. Was $rpc1, is $rpc2"
123 compare_rpcent(struct rpcent *rpc1, struct rpcent *rpc2, void *mdata) in compare_rpcent() argument127 if (rpc1 == rpc2) in compare_rpcent()130 if ((rpc1 == NULL) || (rpc2 == NULL)) in compare_rpcent()133 if ((strcmp(rpc1->r_name, rpc2->r_name) != 0) || in compare_rpcent()134 (rpc1->r_number != rpc2->r_number)) in compare_rpcent()138 c2 = rpc2->r_aliases; in compare_rpcent()140 if ((rpc1->r_aliases == NULL) || (rpc2->r_aliases == NULL)) in compare_rpcent()156 dump_rpcent(rpc2); in compare_rpcent()