Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.h447 clock_t grace_threshold; /* (z) */ member
H A Dnlm_service.c78 #define NLM_IN_GRACE(g) (ddi_get_lbolt() < (g)->grace_threshold)
H A Dnlm_impl.c2401 g->grace_threshold = ddi_get_lbolt() + in nlm_svc_starting()