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 */ macro2803 flag_set(&le->le_flags, LF_DIAG_DISABLED); in ledger_set_diag_mem_threshold_flag_disabled_internal()2805 flag_clear(&le->le_flags, LF_DIAG_DISABLED); in ledger_set_diag_mem_threshold_flag_disabled_internal()2812 return ((le->le_flags & LF_DIAG_DISABLED) == 0)? true : false; in ledger_is_diag_threshold_enabled_internal()
5363 LF_DIAG_DISABLED = 0x40000 # diagnostics threshold are disabled at the moment 5380 diagmem_threshold_disabled = task_phys_footprint_ledger_entry['flags'] & LF_DIAG_DISABLED