Searched refs:nai (Results 1 – 1 of 1) sorted by relevance
750 static void necp_fd_insert_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);751 static void necp_fd_remove_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);754 static void necp_arena_info_retain(struct necp_arena_info *nai);755 static void necp_arena_info_release(struct necp_arena_info *nai);757 static void necp_arena_info_free(struct necp_arena_info *nai);5017 struct necp_arena_info *nai = necp_fd_mredirect_stats_arena(client_fd, proc); in necp_defunct_client_fd_locked() local5024 if (nai != NULL) { in necp_defunct_client_fd_locked()5025 ASSERT((nai->nai_flags & (NAIF_REDIRECT | NAIF_DEFUNCT)) == NAIF_REDIRECT); in necp_defunct_client_fd_locked()5026 ASSERT(nai->nai_arena != NULL); in necp_defunct_client_fd_locked()5027 ASSERT(nai->nai_mmap.ami_mapref != NULL); in necp_defunct_client_fd_locked()[all …]