Home
last modified time | relevance | path

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

/PHP-8.0/ext/opcache/
H A Dzend_accelerator_module.c468 …tf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blackl…
476 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
477 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).top - (char*)ZCSG(interne…
479 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interne…
536 for (i = 0; i<ZCSG(hash).max_num_entries; i++) {
614 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
620 …soc_long(&interned_strings_usage, "free_memory", (char*)ZCSG(interned_strings).end - (char*)ZCSG(i…
636 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
638 reqs = ZCSG(hits)+ZCSG(misses);
643 if (ZCSG(preload_script)) {
[all …]
H A DZendAccelerator.c398 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
401 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
425 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
2156 ZCSG(misses)++; in persistent_compile_file()
2382 ZCSG(hits) = 0; in zend_reset_cache_vars()
2383 ZCSG(misses) = 0; in zend_reset_cache_vars()
2504 ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart); in accel_activate()
2695 ZCSG(oom_restarts) = 0; in zend_accel_init_shm()
2696 ZCSG(hash_restarts) = 0; in zend_accel_init_shm()
3209 ZCSG(cache_status_before_restart) = ZCSG(accelerator_enabled);
[all …]
H A DZendAccelerator.h306 #define ZCSG(element) (accel_shared_globals->element) macro
337 …((char*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_string…
H A Dzend_file_cache.c1089 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket));
1749 !ZCSG(restart_in_progress) &&
1758 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
1769 if (zend_accel_hash_is_full(&ZCSG(hash))) {
1791 zend_map_ptr_extend(ZCSG(map_ptr_last));
1822 ZCSG(map_ptr_last) = CG(map_ptr_last);
1826 …zend_accel_hash_update(&ZCSG(hash), ZSTR_VAL(script->script.filename), ZSTR_LEN(script->script.fil…
H A Dzend_persist.c99 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist()
109 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist()
1209 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_script_persist()
1222 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_script_persist()
H A Dzend_accelerator_util_funcs.c801 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_load_script()
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit.c4554 if (ZCSG(preload_script)) { in zend_jit_restart()
4555 zend_jit_restart_preloaded_script(ZCSG(preload_script)); in zend_jit_restart()
4556 if (ZCSG(saved_scripts)) { in zend_jit_restart()
4557 zend_persistent_script **p = ZCSG(saved_scripts); in zend_jit_restart()
H A Dzend_jit_trace.c66 ZCSG(jit_traces) = zend_jit_traces; in zend_jit_trace_startup()
67 ZCSG(jit_exit_groups) = zend_jit_exit_groups; in zend_jit_trace_startup()
69 zend_jit_traces = ZCSG(jit_traces); in zend_jit_trace_startup()
73 zend_jit_exit_groups = ZCSG(jit_exit_groups); in zend_jit_trace_startup()

Completed in 125 milliseconds