OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:time_us
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_cs.c
304
s64
time_us
, increment_us;
local in function:amdgpu_cs_get_threshold_for_moves
329
time_us
= ktime_to_us(ktime_get());
330
increment_us =
time_us
- adev->mm_stats.last_update_us;
331
adev->mm_stats.last_update_us =
time_us
;
/src/sys/dev/marvell/
if_mvxpe.c
2972
int
time_us
;
local in function:sysctl_set_queue_rxthtime
2994
time_us
= ((uint64_t)time_mvtclk * 1000ULL * 1000ULL) / mvTclk;
2995
node.sysctl_data = &
time_us
;
3006
if (
time_us
< 0 ||
time_us
> (1000 * 1000)) {
3012
(uint64_t)mvTclk * (uint64_t)
time_us
/ (1000ULL * 1000ULL);
Completed in 15 milliseconds
Indexes created Fri Sep 26 20:09:58 GMT 2025