Searched refs:evp_timeout (Results 1 – 3 of 3) sorted by relevance
412 uint64_t evp_timeout; /* Timeout value */ member424 uint64_t evp_timeout; /* Timeout value */ member
2851 outarg->evp_timeout = args32.evp_timeout; in daplka_event_poll_copyin()2883 args32.evp_timeout = inarg->evp_timeout; in daplka_event_poll_copyout()3069 threshold, (longlong_t)args.evp_timeout, max_events); in daplka_event_poll()3113 if (args.evp_timeout > 0) { in daplka_event_poll()3114 if (args.evp_timeout >= LONG_MAX) { in daplka_event_poll()3120 drv_usectohz((clock_t)args.evp_timeout); in daplka_event_poll()
1703 evp_msg.evp_timeout = timeout; in dapls_ib_event_poll()