Home
last modified time | relevance | path

Searched refs:write_seqcount_begin (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/drm/
HDlinux_reservation.c112 write_seqcount_begin(&obj->seq); in reservation_object_add_shared_inplace()
186 write_seqcount_begin(&obj->seq); in reservation_object_add_shared_replace()
247 write_seqcount_begin(&obj->seq); in reservation_object_add_excl_fence()
309 write_seqcount_begin(&dst->seq); in reservation_object_copy_fences()
/dragonfly/sys/dev/drm/include/linux/
HDseqlock.h152 static inline void write_seqcount_begin(seqcount_t *s) in write_seqcount_begin() function