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

/illumos-gate/usr/src/uts/common/io/ib/clients/daplt/
H A Ddaplt.c1913 uint64_t timer_hkey = (uintptr_t)arg; local
1916 D2("timer_handler: timer_hkey 0x%llx\n", (longlong_t)timer_hkey);
1919 timer_hkey, (void **)&timerp);
2072 uint64_t timer_hkey = 0; local
2239 * We generate our own hkeys so that timer_hkey can fit
2242 timer_hkey = (uint64_t)daplka_timer_hkey_gen();
2244 &timer_hkey, (void *)timerp);
2250 ep_rp->ep_timer_hkey = timer_hkey;
2252 D2("ep_connect: timer_hkey
[all...]

Completed in 74 milliseconds