Searched refs:LF_DIAG_DISABLED (Results 1 – 2 of 2) sorted by relevance
67 #define LF_DIAG_DISABLED 0x40000 /* diagnostics threshold are disabled at the moment */ macro2620 flag_set(&le->le_flags, LF_DIAG_DISABLED); in ledger_set_diag_mem_threshold_flag_disabled_internal()2622 flag_clear(&le->le_flags, LF_DIAG_DISABLED); in ledger_set_diag_mem_threshold_flag_disabled_internal()2629 return ((le->le_flags & LF_DIAG_DISABLED) == 0)? true : false; in ledger_is_diag_threshold_enabled_internal()
5240 LF_DIAG_DISABLED = 0x40000 # diagnostics threshold are disabled at the moment 5257 diagmem_threshold_disabled = task_phys_footprint_ledger_entry['flags'] & LF_DIAG_DISABLED