Searched refs:TRANS_EXTWRITERS (Results 1 – 2 of 2) sorted by relevance
102 #define TRANS_EXTWRITERS (__TRANS_USERSPACE | __TRANS_START | \ macro
144 if (type & TRANS_EXTWRITERS) in extwriter_counter_inc()151 if (type & TRANS_EXTWRITERS) in extwriter_counter_dec()158 atomic_set(&trans->num_extwriters, ((type & TRANS_EXTWRITERS) ? 1 : 0)); in extwriter_counter_init()468 WARN_ON(type & TRANS_EXTWRITERS); in start_transaction()