Searched refs:old_max (Results 1 – 5 of 5) sorted by relevance
919 int old_max; in chat_send() local930 old_max = n_aborts; in chat_send()943 pack_array(abort_string,old_max); in chat_send()969 int old_max; in chat_send() local979 old_max = n_reports; in chat_send()992 pack_array(report_string,old_max); in chat_send()
38 ssize_t old_max = prof_recent_alloc_max_get(tsd); in prof_recent_alloc_max_update() local40 return old_max; in prof_recent_alloc_max_update()465 const ssize_t old_max = prof_recent_alloc_max_update(tsd, max); in prof_recent_alloc_max_ctl_write() local470 return old_max; in prof_recent_alloc_max_ctl_write()
4206 ssize_t old_max; in experimental_prof_recent_alloc_max_ctl() local4217 old_max = prof_recent_alloc_max_ctl_write(tsd, max); in experimental_prof_recent_alloc_max_ctl()4219 old_max = prof_recent_alloc_max_ctl_read(); in experimental_prof_recent_alloc_max_ctl()4221 READ(old_max, ssize_t); in experimental_prof_recent_alloc_max_ctl()
293 int old_max = current_max_xpairs; in expand_nxt_chk() local302 memset(chk + old_max, 0, MAX_XPAIRS_INCREMENT * sizeof(int)); in expand_nxt_chk()
184 size_t old_max = max_threads; in init() local195 if (i >= old_max) in init()