OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wait_timeout
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fence.c
848
uint64_t
wait_timeout
= ((uint64_t)arg->timeout_us * HZ);
local in function:vmw_fence_obj_wait_ioctl
855
wait_timeout
= (
wait_timeout
>> 20) + (
wait_timeout
>> 24) -
856
(
wait_timeout
>> 26);
860
arg->kernel_cookie = jiffies +
wait_timeout
;
Completed in 12 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025