OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfi_0002_stats
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/nor/
cfi_0002.c
412
#ifdef
CFI_0002_STATS
417
if (usec > cfi->
cfi_0002_stats
.busy_usec_max)
418
cfi->
cfi_0002_stats
.busy_usec_max = usec;
419
if (usec < cfi->
cfi_0002_stats
.busy_usec_min)
420
cfi->
cfi_0002_stats
.busy_usec_min = usec;
425
#ifdef
CFI_0002_STATS
427
cfi->
cfi_0002_stats
.busy_yield++;
430
&cfi->
cfi_0002_stats
.busy_yield_tv,
431
&cfi->
cfi_0002_stats
.busy_yield_tv);
435
#ifdef
CFI_0002_STATS
[
all
...]
cfi.h
133
*
CFI_0002_STATS
are just meant temporarily for debugging
137
#ifdef
CFI_0002_STATS
138
struct
cfi_0002_stats
{
struct
162
#define CFI_0002_STATS_INC(cfi, field) (cfi)->
cfi_0002_stats
.field++
169
#endif /*
CFI_0002_STATS
*/
186
#ifdef
CFI_0002_STATS
187
struct
cfi_0002_stats
cfi_0002_stats
;
member in struct:cfi
Completed in 12 milliseconds
Indexes created Thu Oct 23 22:10:10 GMT 2025