OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wait_timeout
(Results
1 - 3
of
3
) 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
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
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
855
wait_timeout
= (
wait_timeout
>> 20) + (
wait_timeout
>> 24) -
856
(
wait_timeout
>> 26);
860
arg->kernel_cookie = jiffies +
wait_timeout
;
Completed in 40 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026