OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mod_stats
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/inc/
mod_stats.h
1
/* $NetBSD:
mod_stats
.h,v 1.2 2021/12/18 23:45:07 riastradh Exp $ */
33
struct
mod_stats
{
struct
41
struct
mod_stats
*mod_stats_create(struct dc *dc);
43
void mod_stats_destroy(struct
mod_stats
*
mod_stats
);
45
bool mod_stats_init(struct
mod_stats
*
mod_stats
);
47
void mod_stats_dump(struct
mod_stats
*
mod_stats
);
49
void mod_stats_reset_data(struct
mod_stats
*mod_stats)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/display/modules/stats/
stats.c
31
#include "
mod_stats
.h"
82
struct
mod_stats
public;
98
#define MOD_STATS_TO_CORE(
mod_stats
)\
99
container_of(
mod_stats
, struct core_stats, public)
101
bool mod_stats_init(struct
mod_stats
*
mod_stats
)
107
if (
mod_stats
== NULL)
110
core_stats = MOD_STATS_TO_CORE(
mod_stats
);
116
struct
mod_stats
*mod_stats_create(struct dc *dc)
189
void mod_stats_destroy(struct
mod_stats
*mod_stats
[
all
...]
Completed in 13 milliseconds
Indexes created Mon Oct 13 14:09:54 GMT 2025