cam_entry_cache
memset(dvobj->cam_cache, 0, sizeof(struct cam_entry_cache) * TOTAL_CAM_ENTRY);
memset(&(dvobj->cam_cache[id]), 0, sizeof(struct cam_entry_cache));
struct cam_entry_cache cam_cache[TOTAL_CAM_ENTRY];