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 - 2
of
2
) 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
;
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 150 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025