Home
last modified time | relevance | path

Searched refs:act_stats (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dgdth.c179 static u32 act_ints=0, act_ios=0, act_stats=0, act_rq=0; variable
3139 for (act_stats=0,i=0; i<GDTH_MAXCMDS; ++i) in gdth_timeout()
3141 ++act_stats; in gdth_timeout()
3148 act_ints, act_ios, act_stats, act_rq)); in gdth_timeout()
/OK3568_Linux_fs/kernel/net/core/
H A Ddevlink.c542 struct nlattr *reload_stats_attr, *act_info, *act_stats; in devlink_reload_stats_put() local
565 act_stats = nla_nest_start(msg, DEVLINK_ATTR_RELOAD_ACTION_STATS); in devlink_reload_stats_put()
566 if (!act_stats) in devlink_reload_stats_put()
588 nla_nest_end(msg, act_stats); in devlink_reload_stats_put()
595 nla_nest_cancel(msg, act_stats); in devlink_reload_stats_put()