/external/blktrace/btt/ |
D | devs.c | 64 struct d_info *dip; in __dip_find() local 76 void __dip_exit(struct d_info *dip) in __dip_exit() 103 struct d_info *dip = list_entry(p, struct d_info, all_head); in dip_exit() local 108 static inline FILE *open_pit(struct d_info *dip) in open_pit() 122 struct d_info *dip = __dip_find(device); in dip_alloc() local 204 struct io *dip_find_sec(struct d_info *dip, enum iop_type type, __u64 sec) in dip_find_sec() 217 struct d_info *dip; in dip_foreach_out() local 232 struct d_info *dip = __dip_find(dev); in dip_plug() local 240 static inline void unplug(struct d_info *dip, double cur_time) in unplug() 248 struct d_info *dip = __dip_find(dev); in dip_unplug() local [all …]
|
D | iostat.c | 25 #define INC_STAT(dip, fld) \ argument 31 #define DEC_STAT(dip, fld) \ argument 37 #define ADD_STAT(dip, fld, val) \ argument 44 #define SUB_STAT(dip, fld, val) \ argument 63 static void update_tot_qusz(struct d_info *dip, double now) in update_tot_qusz() 73 static void update_idle_time(struct d_info *dip, double now, int force) in update_idle_time() 83 void __dump_stats(__u64 stamp, int all, struct d_info *dip, struct stats_t *asp) in __dump_stats() 194 struct d_info *dip; in iostat_dump_stats() local 256 struct d_info *dip = iop->dip; in iostat_issue() local 269 struct d_info *dip = q_iop->dip; in iostat_complete() local
|
D | latency.c | 29 FILE *latency_open(struct d_info *dip, char *name, char *post) in latency_open() 48 void latency_alloc(struct d_info *dip) in latency_alloc() 55 void latency_q2d(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_q2d() 61 void latency_d2c(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_d2c() 67 void latency_q2c(struct d_info *dip, __u64 tstamp, __u64 latency) in latency_q2c()
|
D | output.c | 27 ai_dip_t dip_q2q_dm_avg(struct d_info *dip) { return &dip->avgs.q2q_dm; } in dip_q2q_dm_avg() 28 ai_dip_t dip_q2a_dm_avg(struct d_info *dip) { return &dip->avgs.q2a_dm; } in dip_q2a_dm_avg() 29 ai_dip_t dip_q2c_dm_avg(struct d_info *dip) { return &dip->avgs.q2c_dm; } in dip_q2c_dm_avg() 31 ai_dip_t dip_q2q_avg(struct d_info *dip) { return &dip->avgs.q2q; } in dip_q2q_avg() 32 ai_dip_t dip_q2c_avg(struct d_info *dip) { return &dip->avgs.q2c; } in dip_q2c_avg() 33 ai_dip_t dip_q2a_avg(struct d_info *dip) { return &dip->avgs.q2a; } in dip_q2a_avg() 34 ai_dip_t dip_q2g_avg(struct d_info *dip) { return &dip->avgs.q2g; } in dip_q2g_avg() 35 ai_dip_t dip_s2g_avg(struct d_info *dip) { return &dip->avgs.s2g; } in dip_s2g_avg() 36 ai_dip_t dip_g2i_avg(struct d_info *dip) { return &dip->avgs.g2i; } in dip_g2i_avg() 37 ai_dip_t dip_q2m_avg(struct d_info *dip) { return &dip->avgs.q2m; } in dip_q2m_avg() [all …]
|
D | unplug_hist.c | 29 struct d_info *dip; member 33 void *unplug_hist_alloc(struct d_info *dip) in unplug_hist_alloc() 48 struct d_info *dip; in unplug_hist_add() local
|
D | bno_dump.c | 27 static FILE *bno_dump_open(struct d_info *dip, char rwc) in bno_dump_open() 48 void *bno_dump_alloc(struct d_info *dip) in bno_dump_alloc()
|
D | p_live.c | 43 static FILE *do_open(struct d_info *dip) in do_open() 119 void p_live_add(struct d_info *dip, __u64 dt, __u64 ct) in p_live_add() 156 struct p_live_info *p_live_get(struct d_info *dip, int base_y) in p_live_get()
|
D | inlines.h | 124 static inline void dip_update_q(struct d_info *dip, struct io *iop) in dip_update_q() 285 static inline struct rb_root *__get_root(struct d_info *dip, enum iop_type type) in __get_root() 291 static inline int dip_rb_ins(struct d_info *dip, struct io *iop) in dip_rb_ins() 301 static inline void dip_rb_fe(struct d_info *dip, enum iop_type type, in dip_rb_fe() 309 static inline struct io *dip_rb_find_sec(struct d_info *dip, in dip_rb_find_sec()
|
D | rstats.c | 54 static int init_rsip(struct rstat *rsip, struct d_info *dip) in init_rsip() 98 void *rstat_alloc(struct d_info *dip) in rstat_alloc()
|
D | misc.c | 135 char *make_dev_hdr(char *pad, size_t len, struct d_info *dip, int add_parens) in make_dev_hdr() 149 char *mkhandle(struct d_info *dip, char *str, size_t len) in mkhandle()
|
D | aqd.c | 32 void *aqd_alloc(struct d_info *dip) in aqd_alloc()
|
D | plat.c | 30 void *plat_alloc(struct d_info *dip, char *post) in plat_alloc()
|
D | seek.c | 205 void *seeki_alloc(struct d_info *dip, char *post) in seeki_alloc()
|
/external/linux-kselftest/tools/testing/selftests/net/forwarding/ |
D | sch_ets_core.sh | 74 dip() function
|
/external/bcc/examples/networking/neighbor_sharing/ |
D | tc_neighbor_sharing.c | 32 u32 dip = ip->dst; in classify_wan() local
|
/external/bcc/tests/python/ |
D | test_stat1.c | 7 u32 dip; member
|
D | test_xlate1.c | 5 u32 dip; member
|
D | test_clang_complex.c | 8 u32 dip:32; member
|
D | test_brb.c | 114 u32 dip; in br_common() local
|
/external/sg3_utils/src/ |
D | sg_ses_microcode.c | 297 struct dout_buff_t * wp, uint8_t * dip, in send_then_receive() 495 uint8_t * dip = NULL; in main() local
|
/external/blktrace/btreplay/ |
D | btreplay.c | 583 struct dev_info *dip; in add_input_dev() local 599 static void rem_input_dev(struct dev_info *dip) in rem_input_dev() 977 static void __find_input_files(struct dev_info *dip) in __find_input_files()
|
/external/ethtool/ |
D | rxclass.c | 23 static void rxclass_print_ipv4_rule(__be32 sip, __be32 sipm, __be32 dip, in rxclass_print_ipv4_rule() 42 static void rxclass_print_ipv6_rule(__be32 *sip, __be32 *sipm, __be32 *dip, in rxclass_print_ipv6_rule()
|
/external/sg3_utils/lib/ |
D | sg_pt_common.c | 399 const uint8_t * cdbp, uint8_t * dip, int mx_di_len, in sntl_resp_mode_sense10()
|
/external/sg3_utils/testing/ |
D | sg_tst_nvme.c | 378 uint32_t cmd_len, const char *cmd_str, uint8_t *dip, in nvme_din_admin_cmd()
|
/external/igt-gpu-tools/tools/ |
D | intel_infoframes.c | 1074 #define CHECK_DIP(dip) \ argument 1086 DipType dip = DIP_INVALID; in main() local
|