Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\objagg.c Create Date:2022-07-28 07:23:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:objagg_tmp_graph_node_weight

Proto:static unsigned int objagg_tmp_graph_node_weight(struct objagg_tmp_graph *graph, unsigned int index)

Type:unsigned int

Parameter:

TypeParameterName
struct objagg_tmp_graph *graph
unsigned intindex
737  node = nodes[index]
738  weight = user_count
745  When j < nodes_count cycle
746  If Not objagg_tmp_graph_is_edge(graph, index, j) Then Continue
748  node = nodes[j]
749  If crossed_out Then Continue
751  weight += user_count
753  Return weight
Caller
NameDescribe
objagg_tmp_graph_node_max_weight