OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:__sync_child
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/i915/
i915_syncmap.c
110
static inline struct i915_syncmap **
__sync_child
(struct i915_syncmap *p)
function
186
p =
__sync_child
(p)[__sync_branch_idx(p, id)];
232
__sync_child
(p)[idx] = child;
304
__sync_child
(p->parent)[idx] = next;
324
next =
__sync_child
(p)[idx];
381
__sync_free(
__sync_child
(p)[i - 1]);
i915_syncmap.c
110
static inline struct i915_syncmap **
__sync_child
(struct i915_syncmap *p)
function
186
p =
__sync_child
(p)[__sync_branch_idx(p, id)];
232
__sync_child
(p)[idx] = child;
304
__sync_child
(p->parent)[idx] = next;
324
next =
__sync_child
(p)[idx];
381
__sync_free(
__sync_child
(p)[i - 1]);
Completed in 25 milliseconds
Indexes created Sat Feb 21 01:20:28 UTC 2026