OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_info
(Results
1 - 11
of
11
) sorted by null
/external/blktrace/btt/
latency.c
50
void latency_alloc(struct
d_info
*dip)
57
void latency_q2d(struct
d_info
*dip, __u64 tstamp, __u64 latency)
63
void latency_d2c(struct
d_info
*dip, __u64 tstamp, __u64 latency)
69
void latency_q2c(struct
d_info
*dip, __u64 tstamp, __u64 latency)
devs.c
62
struct
d_info
*__dip_find(__u32 device)
64
struct
d_info
*dip;
68
dip = list_entry(p, struct
d_info
, hash_head);
76
void __dip_exit(struct
d_info
*dip)
101
struct
d_info
*dip = list_entry(p, struct
d_info
, all_head);
125
struct
d_info
*dip_alloc(__u32 device, struct io *iop)
127
struct
d_info
*dip = __dip_find(device);
132
dip = malloc(sizeof(struct
d_info
));
207
struct io *dip_find_sec(struct
d_info
*dip, enum iop_type type, __u64 sec
[
all
...]
globals.h
130
struct
d_info
{
struct
154
struct
d_info
*dip;
208
struct
d_info
*dip_alloc(__u32 device, struct io *iop);
210
struct
d_info
*__dip_find(__u32 device);
214
struct io *dip_find_sec(struct
d_info
*dip, enum iop_type type, __u64 sec);
215
void dip_foreach_out(void (*func)(struct
d_info
*, void *), void *arg);
239
void latency_alloc(struct
d_info
*dip);
241
void latency_q2d(struct
d_info
*dip, __u64 tstamp, __u64 latency);
242
void latency_d2c(struct
d_info
*dip, __u64 tstamp, __u64 latency);
243
void latency_q2c(struct
d_info
*dip, __u64 tstamp, __u64 latency)
[
all
...]
output.c
25
ai_dip_t dip_q2q_dm_avg(struct
d_info
*dip) { return &dip->avgs.q2q_dm; }
26
ai_dip_t dip_q2a_dm_avg(struct
d_info
*dip) { return &dip->avgs.q2a_dm; }
27
ai_dip_t dip_q2c_dm_avg(struct
d_info
*dip) { return &dip->avgs.q2c_dm; }
29
ai_dip_t dip_q2q_avg(struct
d_info
*dip) { return &dip->avgs.q2q; }
30
ai_dip_t dip_q2c_avg(struct
d_info
*dip) { return &dip->avgs.q2c; }
31
ai_dip_t dip_q2a_avg(struct
d_info
*dip) { return &dip->avgs.q2a; }
32
ai_dip_t dip_q2g_avg(struct
d_info
*dip) { return &dip->avgs.q2g; }
33
ai_dip_t dip_s2g_avg(struct
d_info
*dip) { return &dip->avgs.s2g; }
34
ai_dip_t dip_g2i_avg(struct
d_info
*dip) { return &dip->avgs.g2i; }
35
ai_dip_t dip_q2m_avg(struct
d_info
*dip) { return &dip->avgs.q2m;
[
all
...]
trace_remap.c
37
struct
d_info
*q_dip;
iostat.c
63
static void update_tot_qusz(struct
d_info
*dip, double now)
73
static void update_idle_time(struct
d_info
*dip, double now, int force)
83
void __dump_stats(__u64 stamp, int all, struct
d_info
*dip, struct stats_t *asp)
194
struct
d_info
*dip;
205
dip = list_entry(p, struct
d_info
, all_head);
256
struct
d_info
*dip = iop->dip;
269
struct
d_info
*dip = q_iop->dip;
unplug_hist.c
48
struct
d_info
*dip;
inlines.h
124
static inline void dip_update_q(struct
d_info
*dip, struct io *iop)
285
static inline struct rb_root *__get_root(struct
d_info
*dip, enum iop_type type)
291
static inline int dip_rb_ins(struct
d_info
*dip, struct io *iop)
301
static inline void dip_rb_fe(struct
d_info
*dip, enum iop_type type,
309
static inline struct io *dip_rb_find_sec(struct
d_info
*dip,
misc.c
141
char *make_dev_hdr(char *pad, size_t len, struct
d_info
*dip, int add_parens)
/external/valgrind/main/coregrind/m_demangle/
cp-demangle.h
92
struct
d_info
struct
158
cplus_demangle_mangled_name (struct
d_info
*, int);
162
cplus_demangle_type (struct
d_info
*);
165
cplus_demangle_init_info (const char *, int, size_t, struct
d_info
*);
cp-demangle.c
174
static struct demangle_component *d_mangled_name (struct
d_info
*, int);
177
static struct demangle_component *d_type (struct
d_info
*);
187
static void d_init_info (const char *, int, size_t, struct
d_info
*);
241
/* What to set the last_name field of
d_info
to; NULL if we should
327
d_make_empty (struct
d_info
*);
330
d_make_comp (struct
d_info
*, enum demangle_component_type,
335
d_make_name (struct
d_info
*, const char *, int);
338
d_make_builtin_type (struct
d_info
*,
342
d_make_operator (struct
d_info
*,
346
d_make_extended_operator (struct
d_info
*, int
[
all
...]
Completed in 422 milliseconds