lbr_users         425 arch/x86/events/intel/lbr.c 	if (!cpuc->lbr_users)
lbr_users         494 arch/x86/events/intel/lbr.c 	if (!cpuc->lbr_users++ && !event->total_time_running)
lbr_users         514 arch/x86/events/intel/lbr.c 	cpuc->lbr_users--;
lbr_users         515 arch/x86/events/intel/lbr.c 	WARN_ON_ONCE(cpuc->lbr_users < 0);
lbr_users         524 arch/x86/events/intel/lbr.c 	if (cpuc->lbr_users)
lbr_users         532 arch/x86/events/intel/lbr.c 	if (cpuc->lbr_users)
lbr_users         672 arch/x86/events/intel/lbr.c 	if (!cpuc->lbr_users || cpuc->lbr_users == cpuc->lbr_pebs_users)
lbr_users         232 arch/x86/events/perf_event.h 	int				lbr_users;