Home
last modified time | relevance | path

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

/linux-6.15/net/unix/
H A Dgarbage.c132 if (!vertex) in unix_update_graph()
151 struct unix_vertex *vertex = edge->predecessor->vertex; in unix_add_edge() local
153 if (!vertex) { in unix_add_edge()
161 edge->predecessor->vertex = vertex; in unix_add_edge()
172 struct unix_vertex *vertex = edge->predecessor->vertex; in unix_del_edge() local
192 kfree(vertex); in unix_free_vertices()
288 vertex = kmalloc(sizeof(*vertex), GFP_KERNEL); in unix_prepare_fpl()
289 if (!vertex) in unix_prepare_fpl()
391 vertex = list_first_entry(scc, typeof(*vertex), scc_entry); in unix_scc_cyclic()
449 vertex = edge->predecessor->vertex; in __unix_walk_scc()
[all …]
H A Daf_unix.c1030 u->vertex = NULL; in unix_create1()
/linux-6.15/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-6.15/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-6.15/include/net/
H A Daf_unix.h44 struct unix_vertex *vertex; member