is_system         957 arch/ia64/kernel/perfmon.c 	int i, is_system;
is_system         959 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system         982 arch/ia64/kernel/perfmon.c 	if (is_system && (PFM_CPUINFO_GET() & PFM_CPUINFO_DCR_PP)) {
is_system        1039 arch/ia64/kernel/perfmon.c 	if (is_system && (PFM_CPUINFO_GET() & PFM_CPUINFO_DCR_PP)) {
is_system        1775 arch/ia64/kernel/perfmon.c 	int state, is_system;
is_system        1804 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        1829 arch/ia64/kernel/perfmon.c 		if (is_system && ctx->ctx_cpu != smp_processor_id()) {
is_system        1916 arch/ia64/kernel/perfmon.c 	int state, is_system;
is_system        1934 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        2773 arch/ia64/kernel/perfmon.c 	int i, can_access_pmu = 0, is_loaded, is_system, expert_mode;
is_system        2781 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        2793 arch/ia64/kernel/perfmon.c 		if (is_system && ctx->ctx_cpu != smp_processor_id()) {
is_system        2797 arch/ia64/kernel/perfmon.c 		can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0;
is_system        2836 arch/ia64/kernel/perfmon.c 		if (is_monitor && value != PMC_DFL_VAL(cnum) && is_system ^ pmc_pm) {
is_system        2840 arch/ia64/kernel/perfmon.c 				is_system));
is_system        2956 arch/ia64/kernel/perfmon.c 			if (is_system == 0) ctx->th_pmcs[cnum] = value;
is_system        3013 arch/ia64/kernel/perfmon.c 	int is_counting, is_loaded, is_system, expert_mode;
is_system        3020 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        3036 arch/ia64/kernel/perfmon.c 		if (unlikely(is_system && ctx->ctx_cpu != smp_processor_id())) {
is_system        3040 arch/ia64/kernel/perfmon.c 		can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0;
is_system        3138 arch/ia64/kernel/perfmon.c 			if (is_system == 0) ctx->th_pmds[cnum] = hw_value;
is_system        3209 arch/ia64/kernel/perfmon.c 	int is_loaded, is_system, is_counting, expert_mode;
is_system        3220 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        3232 arch/ia64/kernel/perfmon.c 		if (unlikely(is_system && ctx->ctx_cpu != smp_processor_id())) {
is_system        3239 arch/ia64/kernel/perfmon.c 		can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0;
is_system        3460 arch/ia64/kernel/perfmon.c 	int state, is_system;
is_system        3465 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        3488 arch/ia64/kernel/perfmon.c 	if (is_system && ctx->ctx_cpu != smp_processor_id()) {
is_system        3499 arch/ia64/kernel/perfmon.c 	if (task == current || is_system) {
is_system        3638 arch/ia64/kernel/perfmon.c 	int is_system, is_loaded;
is_system        3644 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        3660 arch/ia64/kernel/perfmon.c 		if (unlikely(is_system && ctx->ctx_cpu != smp_processor_id())) {
is_system        3664 arch/ia64/kernel/perfmon.c 		can_access_pmu = GET_PMU_OWNER() == task || is_system ? 1 : 0;
is_system        3694 arch/ia64/kernel/perfmon.c 		if (first_time && is_system) {
is_system        3890 arch/ia64/kernel/perfmon.c 	int state, is_system;
is_system        3893 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        3905 arch/ia64/kernel/perfmon.c 	if (is_system && ctx->ctx_cpu != smp_processor_id()) {
is_system        3912 arch/ia64/kernel/perfmon.c 		is_system));
is_system        3918 arch/ia64/kernel/perfmon.c 	if (is_system) {
is_system        3978 arch/ia64/kernel/perfmon.c 	int state, is_system;
is_system        3981 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        3990 arch/ia64/kernel/perfmon.c 	if (is_system && ctx->ctx_cpu != smp_processor_id()) {
is_system        4000 arch/ia64/kernel/perfmon.c 	if (is_system) {
is_system        4118 arch/ia64/kernel/perfmon.c 	int state, is_system, set_dbregs = 0;
is_system        4121 arch/ia64/kernel/perfmon.c 	is_system = ctx->ctx_fl_system;
is_system        4150 arch/ia64/kernel/perfmon.c 	if (is_system && task != current) {
is_system        4171 arch/ia64/kernel/perfmon.c 		if (is_system) {
is_system        4209 arch/ia64/kernel/perfmon.c 	ret = pfm_reserve_session(current, is_system, the_cpu);
is_system        4240 arch/ia64/kernel/perfmon.c 	if (is_system) {
is_system        4266 arch/ia64/kernel/perfmon.c 		if (is_system == 0) {
is_system        4337 arch/ia64/kernel/perfmon.c 	if (is_system == 0 && task != current) {
is_system        4366 arch/ia64/kernel/perfmon.c 	int prev_state, is_system;
is_system        4372 arch/ia64/kernel/perfmon.c 	is_system  = ctx->ctx_fl_system;
is_system        4395 arch/ia64/kernel/perfmon.c 	if (is_system) {
is_system         735 fs/btrfs/delayed-ref.c 				  bool is_system)
is_system         773 fs/btrfs/delayed-ref.c 	head_ref->is_system = is_system;
is_system         922 fs/btrfs/delayed-ref.c 	bool is_system;
is_system         931 fs/btrfs/delayed-ref.c 	is_system = (generic_ref->real_root == BTRFS_CHUNK_TREE_OBJECTID);
is_system         970 fs/btrfs/delayed-ref.c 			      is_system);
is_system         119 fs/btrfs/delayed-ref.h 	unsigned int is_system:1;
is_system        1785 fs/btrfs/extent-tree.c 		else if (head->is_system)