Home
last modified time | relevance | path

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

/PHP-8.2/ext/opcache/
H A Dzend_accelerator_module.c501 …tf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blackl…
509 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
512 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interne…
569 for (i = 0; i<ZCSG(hash).max_num_entries; i++) {
647 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
653 …soc_long(&interned_strings_usage, "free_memory", (char*)ZCSG(interned_strings).end - (char*)ZCSG(i…
669 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
671 reqs = ZCSG(hits)+ZCSG(misses);
676 if (ZCSG(preload_script)) {
706 if (ZCSG(saved_scripts)) {
[all …]
H A DZendAccelerator.c439 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
442 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
475 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
2159 ZCSG(misses)++; in persistent_compile_file()
2603 ZCSG(hits) = 0; in zend_reset_cache_vars()
2604 ZCSG(misses) = 0; in zend_reset_cache_vars()
2725 ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart); in accel_activate()
2928 ZCSG(oom_restarts) = 0; in zend_accel_init_shm()
2929 ZCSG(hash_restarts) = 0; in zend_accel_init_shm()
3442 ZCSG(cache_status_before_restart) = ZCSG(accelerator_enabled);
[all …]
H A DZendAccelerator.h295 #define ZCSG(element) (accel_shared_globals->element) macro
328 …((char*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_string…
H A Dzend_file_cache.c1162 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket));
1864 !ZCSG(restart_in_progress) &&
1865 !ZCSG(restart_pending) &&
1874 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
1885 if (zend_accel_hash_is_full(&ZCSG(hash))) {
1901 zend_map_ptr_extend(ZCSG(map_ptr_last));
1932 ZCSG(map_ptr_last) = CG(map_ptr_last);
1936 zend_accel_hash_update(&ZCSG(hash), script->script.filename, 0, script);
H A Dzend_accelerator_util_funcs.c378 if (ZCSG(map_ptr_last) > CG(map_ptr_last)) { in zend_accel_load_script()
379 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_load_script()
H A Dzend_persist.c102 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist()
112 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist()
1345 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_script_persist()
1371 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_script_persist()
/PHP-8.2/ext/opcache/jit/
H A Dzend_jit.c5202 if (ZCSG(preload_script)) { in zend_jit_restart()
5203 zend_jit_restart_preloaded_script(ZCSG(preload_script)); in zend_jit_restart()
5204 if (ZCSG(saved_scripts)) { in zend_jit_restart()
5205 zend_persistent_script **p = ZCSG(saved_scripts); in zend_jit_restart()
H A Dzend_jit_trace.c64 ZCSG(jit_traces) = zend_jit_traces; in zend_jit_trace_startup()
65 ZCSG(jit_exit_groups) = zend_jit_exit_groups; in zend_jit_trace_startup()
67 zend_jit_traces = ZCSG(jit_traces); in zend_jit_trace_startup()
71 zend_jit_exit_groups = ZCSG(jit_exit_groups); in zend_jit_trace_startup()
7319 for (uint32_t i = 0; i < ZCSG(hash).max_num_entries; i++) { in zend_jit_stop_counter_handlers()
7321 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) { in zend_jit_stop_counter_handlers()

Completed in 129 milliseconds