Home
last modified time | relevance | path

Searched refs:s_avail_pages (Results 1 – 1 of 1) sorted by relevance

/php-src/sapi/litespeed/
H A Dlsapilib.c171 static size_t *s_avail_pages = &s_total_pages; variable
2991 s_avail_pages = (size_t *)(s_global_counter + 1); in lsapi_init_children_status()
3136 return (*s_avail_pages > s_min_avail_pages in is_enough_free_mem()
3137 || (*s_avail_pages * 10) / s_total_pages > 0); in is_enough_free_mem()
3211 *s_avail_pages = sysconf(_SC_AVPHYS_PAGES); in lsapi_prefork_server_accept()
3484 *s_avail_pages = sysconf(_SC_AVPHYS_PAGES); in LSAPI_Accept_Before_Fork()

Completed in 13 milliseconds