HomeSort by: relevance | last modified time | path
    Searched defs:af_expiretime (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 226 time_t af_expiretime; /* (c) notification time */ member in struct:nlm_async_lock
616 af->af_expiretime = time_uptime + NLM_EXPIRE_TIMEOUT;
696 && uptime >= af->af_expiretime) {
nlm_prot_impl.c 226 time_t af_expiretime; /* (c) notification time */ member in struct:nlm_async_lock
616 af->af_expiretime = time_uptime + NLM_EXPIRE_TIMEOUT;
696 && uptime >= af->af_expiretime) {

Completed in 69 milliseconds