n_txn             890 arch/x86/events/core.c 		n0 -= cpuc->n_txn;
n_txn            1312 arch/x86/events/core.c 	cpuc->n_txn += n - n0;
n_txn            1906 arch/x86/events/core.c 	__this_cpu_write(cpu_hw_events.n_txn, 0);
n_txn            1930 arch/x86/events/core.c 	__this_cpu_sub(cpu_hw_events.n_added, __this_cpu_read(cpu_hw_events.n_txn));
n_txn            1931 arch/x86/events/core.c 	__this_cpu_sub(cpu_hw_events.n_events, __this_cpu_read(cpu_hw_events.n_txn));
n_txn             199 arch/x86/events/perf_event.h 	int			n_txn;    /* the # last events in the below arrays;