Searched refs:TRANS_EXTWRITERS (Results 1 – 2 of 2) sorted by relevance
97 #define TRANS_EXTWRITERS (__TRANS_USERSPACE | __TRANS_START | \ macro
126 if (type & TRANS_EXTWRITERS) in extwriter_counter_inc()133 if (type & TRANS_EXTWRITERS) in extwriter_counter_dec()140 atomic_set(&trans->num_extwriters, ((type & TRANS_EXTWRITERS) ? 1 : 0)); in extwriter_counter_init()431 WARN_ON(type & TRANS_EXTWRITERS); in start_transaction()