Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dmallctl.c79 uint64_t old_epoch, new_epoch; in TEST_BEGIN() local
93 assert_d_eq(mallctl("epoch", NULL, NULL, (void *)&new_epoch, in TEST_BEGIN()
94 sizeof(new_epoch)), 0, "Unexpected mallctl() failure"); in TEST_BEGIN()
99 (void *)&new_epoch, sizeof(new_epoch)), 0, in TEST_BEGIN()
/f-stack/dpdk/drivers/common/sfc_efx/base/
H A Defx_mcdi.c256 boolean_t new_epoch; in efx_mcdi_request_start() local
281 new_epoch = emip->emi_new_epoch; in efx_mcdi_request_start()
305 MCDI_HEADER_NOT_EPOCH, new_epoch ? 0 : 1, in efx_mcdi_request_start()
321 MCDI_HEADER_NOT_EPOCH, new_epoch ? 0 : 1, in efx_mcdi_request_start()