Searched refs:nai (Results 1 – 1 of 1) sorted by relevance
716 static void necp_fd_insert_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);717 static void necp_fd_remove_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);720 static void necp_arena_info_retain(struct necp_arena_info *nai);721 static void necp_arena_info_release(struct necp_arena_info *nai);723 static void necp_arena_info_free(struct necp_arena_info *nai);4841 struct necp_arena_info *nai = necp_fd_mredirect_stats_arena(client_fd, proc); in necp_defunct_client_fd_locked() local4848 if (nai != NULL) { in necp_defunct_client_fd_locked()4849 ASSERT((nai->nai_flags & (NAIF_REDIRECT | NAIF_DEFUNCT)) == NAIF_REDIRECT); in necp_defunct_client_fd_locked()4850 ASSERT(nai->nai_arena != NULL); in necp_defunct_client_fd_locked()4851 ASSERT(nai->nai_mmap.ami_mapref != NULL); in necp_defunct_client_fd_locked()[all …]