Searched defs:sweep_clients (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c176 static void sweep_clients();
243 sweep_clients();
1380 sweep_clients() function
1418 sweep_clients();
/illumos-gate/usr/src/uts/common/rpc/sec_gss/
H A Dsvc_rpcsec_gss.c119 * sweep_clients. When the last_ref_time of a context is older than
123 * value will be used when sweep_clients is called from
208 static void sweep_clients(bool_t);
282 sweep_clients(TRUE);
335 * we check if its been longer than sweep_interval since the last sweep_clients
336 * was run, and if so run sweep_clients to free all stale contexts with zero
368 sweep_clients(FALSE);
1719 sweep_clients(bool_t from_reclaim) function

Completed in 104 milliseconds