Home
last modified time | relevance | path

Searched refs:vertex (Results 1 – 5 of 5) sorted by relevance

/linux/net/unix/
H A Dgarbage.c119 return unix_sk(edge->successor->listener)->vertex; in unix_edge_successor()
121 return edge->successor->vertex; in unix_edge_successor()
132 static void unix_update_graph(struct unix_vertex *vertex) in unix_update_graph() argument
137 if (!vertex) in unix_update_graph()
156 struct unix_vertex *vertex = edge->predecessor->vertex; in unix_add_edge() local
158 if (!vertex) { in unix_add_edge()
159 vertex = list_first_entry(&fpl->vertices, typeof(*vertex), entry); in unix_add_edge()
160 vertex->index = unix_vertex_unvisited_index; in unix_add_edge()
161 vertex->scc_index = ++unix_vertex_max_scc_index; in unix_add_edge()
162 vertex->out_degree = 0; in unix_add_edge()
[all …]
H A Daf_unix.c1116 u->vertex = NULL; in unix_create1()
/linux/Documentation/gpu/
H A Dpanfrost.rst29 drm-engine-vertex-tiler: 71932239 ns
30 drm-cycles-vertex-tiler: 52617357
31 drm-maxfreq-vertex-tiler: 799999987 Hz
32 drm-curfreq-vertex-tiler: 799999987 Hz
39 Possible `drm-engine-` key names are: `fragment`, and `vertex-tiler`.
/linux/Documentation/userspace-api/media/drivers/
H A Ddw100.rst11 pixel macroblocks indexed using X, Y vertex coordinates.
54 vertex of the grid. The x coordinate is stored in the 16 LSBs and the y
77 the vertex coordinates of the block. The dewarping grid map is comprised of
78 vertex coordinates for x and y. Each x, y coordinate register uses 16 bits
/linux/include/net/
H A Daf_unix.h44 struct unix_vertex *vertex; member