Home
last modified time | relevance | path

Searched defs:atomic_clear_mask (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/drm2/
H A Ddrm_atomic.h80 #define atomic_clear_mask(b, p) atomic_clear_int((p), (b)) macro
/freebsd/sys/compat/linuxkpi/common/include/asm/
H A Datomic.h134 atomic_clear_mask(unsigned int mask, atomic_t *v) in atomic_clear_mask() function