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

  /src/sys/nfs/
nfs_socket.c 172 static struct evcnt nfs_timer_start_ev; variable in typeref:struct:evcnt
698 nfs_timer_start_ev.ev_count++;
711 evcnt_attach_dynamic(&nfs_timer_start_ev, EVCNT_TYPE_MISC, NULL,
725 evcnt_detach(&nfs_timer_start_ev);
nfs_socket.c 172 static struct evcnt nfs_timer_start_ev; variable in typeref:struct:evcnt
698 nfs_timer_start_ev.ev_count++;
711 evcnt_attach_dynamic(&nfs_timer_start_ev, EVCNT_TYPE_MISC, NULL,
725 evcnt_detach(&nfs_timer_start_ev);

Completed in 27 milliseconds