Searched refs:is_system (Results 1 – 4 of 4) sorted by relevance
| /Linux-v4.19/arch/ia64/kernel/ |
| D | perfmon.c | 1002 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/ |
| D | delayed-ref.c | 533 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()
|
| D | delayed-ref.h | 130 unsigned int is_system:1; member
|
| D | extent-tree.c | 2471 else if (head->is_system) in cleanup_ref_head()
|