Home
last modified time | relevance | path

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

/dports/databases/redis5/redis-5.0.14/src/
H A Dreplication.c2670 int is_presync = in replicationCron() local
2675 if (is_presync) { in replicationCron()
/dports/databases/redis6/redis-6.0.16/src/
H A Dreplication.c3198 int is_presync = in replicationCron() local
3203 if (is_presync) { in replicationCron()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp852 void cache_wbsync(bool is_presync);
H A DstubGenerator_ppc.cpp3070 const Register is_presync = R3_ARG1; in generate_data_cache_writeback_sync() local
3077 __ andi_(temp, is_presync, 1); in generate_data_cache_writeback_sync()
H A DmacroAssembler_ppc.cpp4533 void MacroAssembler::cache_wbsync(bool is_presync) { in cache_wbsync() argument
4537 if (!is_presync) { in cache_wbsync()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp881 void cache_wbsync(bool is_presync);
H A DstubGenerator_ppc.cpp3076 const Register is_presync = R3_ARG1; in generate_data_cache_writeback_sync() local
3083 __ andi_(temp, is_presync, 1); in generate_data_cache_writeback_sync()
H A DmacroAssembler_ppc.cpp4594 void MacroAssembler::cache_wbsync(bool is_presync) { in cache_wbsync() argument
4598 if (!is_presync) { in cache_wbsync()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/cpu/ppc/
H A DmacroAssembler_ppc.hpp853 void cache_wbsync(bool is_presync);
H A DstubGenerator_ppc.cpp3058 const Register is_presync = R3_ARG1; in generate_data_cache_writeback_sync() local
3065 __ andi_(temp, is_presync, 1); in generate_data_cache_writeback_sync()
H A DmacroAssembler_ppc.cpp4530 void MacroAssembler::cache_wbsync(bool is_presync) { in cache_wbsync() argument
4534 if (!is_presync) { in cache_wbsync()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dreplication.c3603 int is_presync = in replicationCron() local
3608 if (is_presync) { in replicationCron()