Home
last modified time | relevance | path

Searched refs:is_system (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c1002 int i, is_system; in pfm_restore_monitoring() local
1004 is_system = ctx->ctx_fl_system; in pfm_restore_monitoring()
1027 if (is_system && (PFM_CPUINFO_GET() & PFM_CPUINFO_DCR_PP)) { in pfm_restore_monitoring()
1084 if (is_system && (PFM_CPUINFO_GET() & PFM_CPUINFO_DCR_PP)) { in pfm_restore_monitoring()
1820 int state, is_system; in pfm_flush() local
1849 is_system = ctx->ctx_fl_system; in pfm_flush()
1874 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_flush()
1961 int state, is_system; in pfm_close() local
1979 is_system = ctx->ctx_fl_system; in pfm_close()
2820 int i, can_access_pmu = 0, is_loaded, is_system, expert_mode; in pfm_write_pmcs() local
[all …]
/Linux-v4.19/fs/btrfs/
Ddelayed-ref.c533 bool is_system) in init_delayed_ref_head() argument
571 head_ref->is_system = is_system; in init_delayed_ref_head()
724 bool is_system = (ref_root == BTRFS_CHUNK_TREE_OBJECTID); in btrfs_add_delayed_tree_ref() local
761 ref_root, 0, action, false, is_system); in btrfs_add_delayed_tree_ref()
Ddelayed-ref.h130 unsigned int is_system:1; member
Dextent-tree.c2471 else if (head->is_system) in cleanup_ref_head()