Searched refs:nai (Results 1 – 1 of 1) sorted by relevance
730 static void necp_fd_insert_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);731 static void necp_fd_remove_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);734 static void necp_arena_info_retain(struct necp_arena_info *nai);735 static void necp_arena_info_release(struct necp_arena_info *nai);737 static void necp_arena_info_free(struct necp_arena_info *nai);4967 struct necp_arena_info *nai = necp_fd_mredirect_stats_arena(client_fd, proc); in necp_defunct_client_fd_locked() local4974 if (nai != NULL) { in necp_defunct_client_fd_locked()4975 ASSERT((nai->nai_flags & (NAIF_REDIRECT | NAIF_DEFUNCT)) == NAIF_REDIRECT); in necp_defunct_client_fd_locked()4976 ASSERT(nai->nai_arena != NULL); in necp_defunct_client_fd_locked()4977 ASSERT(nai->nai_mmap.ami_mapref != NULL); in necp_defunct_client_fd_locked()[all …]