Searched refs:ce (Results 1 – 2 of 2) sorted by relevance
569 if (ce->mobj) { in clear_shm_cache_entry()586 ce->size = 0; in clear_shm_cache_entry()597 return ce; in get_shm_cache_entry()599 ce = calloc(1, sizeof(*ce)); in get_shm_cache_entry()600 if (ce) { in get_shm_cache_entry()605 return ce; in get_shm_cache_entry()621 if (!ce) in thread_rpc_shm_cache_alloc()630 if (ce->type != shm_type || sz > ce->size) { in thread_rpc_shm_cache_alloc()634 if (!ce->mobj) in thread_rpc_shm_cache_alloc()667 if (!ce) in thread_rpc_shm_cache_clear()[all …]
2 srcs-$(CFG_ARM64_core) += ghash-ce-core_a64.S3 srcs-$(CFG_ARM32_core) += ghash-ce-core_a32.S4 srcs-y += aes-gcm-ce.c
Completed in 4 milliseconds