Home
last modified time | relevance | path

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

/php-src/ext/opcache/
H A Dzend_accelerator_module.c515 …tf(buf, sizeof(buf), ZEND_ULONG_FMT, ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(blackl…
523 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
526 …snprintf(buf, sizeof(buf), "%zu", (size_t)((char*)ZCSG(interned_strings).end - (char*)ZCSG(interne…
546 if (ZCSG(last_restart_time)) {
554 if (ZCSG(force_restart_time)) {
603 for (i = 0; i<ZCSG(hash).max_num_entries; i++) {
683 if (ZCSG(interned_strings).start && ZCSG(interned_strings).end) {
705 …add_assoc_long(&statistics, "misses", ZSMMG(memory_exhausted)?ZCSG(misses):ZCSG(misses)-ZCSG(black…
707 reqs = ZCSG(hits)+ZCSG(misses);
712 if (ZCSG(preload_script)) {
[all …]
H A DZendAccelerator.c426 0, (char*)ZCSG(interned_strings).top - (char*)ZCSG(interned_strings).saved_top); in accel_interned_strings_restore_state()
429 ZCSG(interned_strings).top = ZCSG(interned_strings).saved_top; in accel_interned_strings_restore_state()
462 ZCSG(interned_strings).saved_top = ZCSG(interned_strings).top; in accel_interned_strings_save_state()
2133 ZCSG(misses)++; in persistent_compile_file()
2577 ZCSG(hits) = 0; in zend_reset_cache_vars()
2578 ZCSG(misses) = 0; in zend_reset_cache_vars()
2699 ZCSG(accelerator_enabled) = ZCSG(cache_status_before_restart); in accel_activate()
2907 ZCSG(oom_restarts) = 0; in zend_accel_init_shm()
2908 ZCSG(hash_restarts) = 0; in zend_accel_init_shm()
3421 ZCSG(cache_status_before_restart) = ZCSG(accelerator_enabled);
[all …]
H A DZendAccelerator.h296 #define ZCSG(element) (accel_shared_globals->element) macro
329 …((char*)(str) >= (char*)ZCSG(interned_strings).start && (char*)(str) < (char*)ZCSG(interned_string…
H A Dzend_file_cache.c1165 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket));
1874 !ZCSG(restart_in_progress) &&
1875 !ZCSG(restart_pending) &&
1884 bucket = zend_accel_hash_find_entry(&ZCSG(hash), full_path);
1895 if (zend_accel_hash_is_full(&ZCSG(hash))) {
1911 zend_map_ptr_extend(ZCSG(map_ptr_last));
1942 ZCSG(map_ptr_last) = CG(map_ptr_last);
1945 zend_accel_hash_update(&ZCSG(hash), script->script.filename, 0, script);
H A Dzend_accelerator_util_funcs.c382 if (ZCSG(map_ptr_last) > CG(map_ptr_last)) { in zend_accel_load_script()
383 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_load_script()
H A Dzend_persist.c103 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist()
113 HT_SET_DATA_ADDR(ht, &ZCSG(uninitialized_bucket)); in zend_hash_persist()
1355 zend_map_ptr_extend(ZCSG(map_ptr_last)); in zend_accel_script_persist()
1381 ZCSG(map_ptr_last) = CG(map_ptr_last); in zend_accel_script_persist()
/php-src/ext/opcache/jit/
H A Dzend_jit.c3671 if (ZCSG(preload_script)) { in zend_jit_restart()
3672 zend_jit_restart_preloaded_script(ZCSG(preload_script)); in zend_jit_restart()
3673 if (ZCSG(saved_scripts)) { in zend_jit_restart()
3674 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()
66 ZCSG(jit_counters_stopped) = false; in zend_jit_trace_startup()
68 zend_jit_traces = ZCSG(jit_traces); in zend_jit_trace_startup()
72 zend_jit_exit_groups = ZCSG(jit_exit_groups); in zend_jit_trace_startup()
7483 if (ZCSG(jit_counters_stopped)) { in zend_jit_stop_counter_handlers()
7490 if (!ZCSG(jit_counters_stopped)) { in zend_jit_stop_counter_handlers()
7491 ZCSG(jit_counters_stopped) = true; in zend_jit_stop_counter_handlers()
7492 for (uint32_t i = 0; i < ZCSG(hash).max_num_entries; i++) { in zend_jit_stop_counter_handlers()
7494 for (cache_entry = ZCSG(hash).hash_table[i]; cache_entry; cache_entry = cache_entry->next) { in zend_jit_stop_counter_handlers()
[all …]

Completed in 158 milliseconds