Searched defs:SEQLOCK_UNLIKELY (Results 1 – 1 of 1) sorted by relevance
275 # define SEQLOCK_UNLIKELY( exp ) (__builtin_expect( !!(exp), false )) macro278 # define SEQLOCK_UNLIKELY( exp ) (__builtin_expect( !!(exp), 0 )) macro