Function report |
Source Code:include\net\sch_generic.h |
Create Date:2022-07-28 06:07:37 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:qdisc_qstats_qlen_backlog
Proto:static inline void qdisc_qstats_qlen_backlog(struct Qdisc *sch, __u32 *qlen, __u32 *backlog)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct Qdisc * | sch | |
__u32 * | qlen | |
__u32 * | backlog |
936 | struct gnet_stats_queue qstats = {0} |
937 | len = qdisc_qlen_sum(sch) |
939 | __gnet_stats_copy_queue( & qstats, cpu_qstats, & qstats, len) |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |