Searched refs:p_memstat_memlimit (Results 1 – 5 of 5) sorted by relevance
199 if (use_active && p->p_memstat_memlimit != p->p_memstat_memlimit_active) { in memstat_update_memlimit_locked()200 p->p_memstat_memlimit = p->p_memstat_memlimit_active; in memstat_update_memlimit_locked()203 p->p_memstat_memlimit != p->p_memstat_memlimit_inactive) { in memstat_update_memlimit_locked()204 p->p_memstat_memlimit = p->p_memstat_memlimit_inactive; in memstat_update_memlimit_locked()241 assert3u(p->p_memstat_memlimit, ==, p->p_memstat_memlimit_active); in _memstat_write_memlimit_to_ledger_locked()244 assert3u(p->p_memstat_memlimit, ==, p->p_memstat_memlimit_inactive); in _memstat_write_memlimit_to_ledger_locked()259 proc_getpid(p), (p->p_memstat_memlimit > 0 ? p->p_memstat_memlimit : -1), in _memstat_write_memlimit_to_ledger_locked()263 (p->p_memstat_memlimit > 0) ? p->p_memstat_memlimit : -1, in _memstat_write_memlimit_to_ledger_locked()1226 p->p_memstat_memlimit, in memorystatus_debug_dump_bucket_locked()1319 p->p_memstat_memlimit = -1;[all …]
1207 child_proc->p_memstat_memlimit = 0; in forkproc()
716 *is_active = (p->p_memstat_memlimit == p->p_memstat_memlimit_active); in memorystatus_proc_flags_unsafe()
1664 *current_memlimit = pp->p_memstat_memlimit; in proc_memstat_data_kdp()
477 …int32_t p_memstat_memlimit; /* cached memory limit, toggles between active and… member