Searched refs:p_memstat_memlimit (Results 1 – 5 of 5) sorted by relevance
196 if (use_active && p->p_memstat_memlimit != p->p_memstat_memlimit_active) { in memstat_update_memlimit_locked()197 p->p_memstat_memlimit = p->p_memstat_memlimit_active; in memstat_update_memlimit_locked()200 p->p_memstat_memlimit != p->p_memstat_memlimit_inactive) { in memstat_update_memlimit_locked()201 p->p_memstat_memlimit = p->p_memstat_memlimit_inactive; in memstat_update_memlimit_locked()238 assert3u(p->p_memstat_memlimit, ==, p->p_memstat_memlimit_active); in _memstat_write_memlimit_to_ledger_locked()241 assert3u(p->p_memstat_memlimit, ==, p->p_memstat_memlimit_inactive); in _memstat_write_memlimit_to_ledger_locked()256 proc_getpid(p), (p->p_memstat_memlimit > 0 ? p->p_memstat_memlimit : -1), in _memstat_write_memlimit_to_ledger_locked()260 (p->p_memstat_memlimit > 0) ? p->p_memstat_memlimit : -1, in _memstat_write_memlimit_to_ledger_locked()1231 p->p_memstat_memlimit, in memorystatus_debug_dump_bucket_locked()1324 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