Searched refs:is_rationing (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/dcerpc-61/dcerpc/ncklib/
H A Ddgpkt.h214 unsigned is_rationing: 1; /* T => is rationing */ member in struct:rpc_dg_pkt_pool_t
H A Ddgpkt.c150 * Avoid doing the computation if is_rationing is already set;
154 rpc_g_dg_pkt_pool.is_rationing = RPC_DG_PKT_RATIONING(0); \
155 rpc_g_dg_pkt_pool.low_on_pkts = rpc_g_dg_pkt_pool.is_rationing || \
1643 boolean32 is_rationing; local
1654 is_rationing = rpc_g_dg_pkt_pool.is_rationing;
1660 * is_rationing is already set;
1667 return(is_rationing);
H A Ddgcall.c164 unsigned32 is_rationing; local
305 is_rationing = rpc__dg_pkt_is_rationing(&low_on_pkts);
311 else if (is_rationing)

Completed in 107 milliseconds