Searched refs:nai (Results 1 – 1 of 1) sorted by relevance
770 static void necp_fd_insert_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);771 static void necp_fd_remove_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);774 static void necp_arena_info_retain(struct necp_arena_info *nai);775 static void necp_arena_info_release(struct necp_arena_info *nai);777 static void necp_arena_info_free(struct necp_arena_info *nai);5349 struct necp_arena_info *nai = necp_fd_mredirect_stats_arena(client_fd, proc); in necp_defunct_client_fd_locked() local5356 if (nai != NULL) { in necp_defunct_client_fd_locked()5357 ASSERT((nai->nai_flags & (NAIF_REDIRECT | NAIF_DEFUNCT)) == NAIF_REDIRECT); in necp_defunct_client_fd_locked()5358 ASSERT(nai->nai_arena != NULL); in necp_defunct_client_fd_locked()5359 ASSERT(nai->nai_mmap.ami_mapref != NULL); in necp_defunct_client_fd_locked()[all …]