Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\net\sch_generic.h Create Date:2022-07-28 06:07:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:qdisc_qlen_sum

Proto:static inline int qdisc_qlen_sum(const struct Qdisc *q)

Type:int

Parameter:

TypeParameterName
const struct Qdisc *q
477  qlen = qlen
480  If qdisc_is_percpu_stats(q) Then
481  for_each_possible_cpu(i)
482  qlen += ({
482  ({
482  Do
482  const void * __vpp_verify = NULL
482  When 0 cycle
482  cpu_qstats
482  })
482  })->qlen
483  Else
484  qlen += qlen
487  Return qlen