Home
last modified time | relevance | path

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

/Linux-v5.4/arch/ia64/kernel/
Dperfmon.c957 int i, is_system; in pfm_restore_monitoring() local
959 is_system = ctx->ctx_fl_system; in pfm_restore_monitoring()
982 if (is_system && (PFM_CPUINFO_GET() & PFM_CPUINFO_DCR_PP)) { in pfm_restore_monitoring()
1039 if (is_system && (PFM_CPUINFO_GET() & PFM_CPUINFO_DCR_PP)) { in pfm_restore_monitoring()
1775 int state, is_system; in pfm_flush() local
1804 is_system = ctx->ctx_fl_system; in pfm_flush()
1829 if (is_system && ctx->ctx_cpu != smp_processor_id()) { in pfm_flush()
1916 int state, is_system; in pfm_close() local
1934 is_system = ctx->ctx_fl_system; in pfm_close()
2773 int i, can_access_pmu = 0, is_loaded, is_system, expert_mode; in pfm_write_pmcs() local
[all …]
/Linux-v5.4/fs/btrfs/
Ddelayed-ref.c735 bool is_system) in init_delayed_ref_head() argument
773 head_ref->is_system = is_system; in init_delayed_ref_head()
922 bool is_system; in btrfs_add_delayed_tree_ref() local
931 is_system = (generic_ref->real_root == BTRFS_CHUNK_TREE_OBJECTID); in btrfs_add_delayed_tree_ref()
970 is_system); in btrfs_add_delayed_tree_ref()
Ddelayed-ref.h119 unsigned int is_system:1; member
Dextent-tree.c1785 else if (head->is_system) in btrfs_cleanup_ref_head_accounting()