Searched refs:nai (Results 1 – 1 of 1) sorted by relevance
724 static void necp_fd_insert_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);725 static void necp_fd_remove_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);728 static void necp_arena_info_retain(struct necp_arena_info *nai);729 static void necp_arena_info_release(struct necp_arena_info *nai);731 static void necp_arena_info_free(struct necp_arena_info *nai);4862 struct necp_arena_info *nai = necp_fd_mredirect_stats_arena(client_fd, proc); in necp_defunct_client_fd_locked() local4869 if (nai != NULL) { in necp_defunct_client_fd_locked()4870 ASSERT((nai->nai_flags & (NAIF_REDIRECT | NAIF_DEFUNCT)) == NAIF_REDIRECT); in necp_defunct_client_fd_locked()4871 ASSERT(nai->nai_arena != NULL); in necp_defunct_client_fd_locked()4872 ASSERT(nai->nai_mmap.ami_mapref != NULL); in necp_defunct_client_fd_locked()[all …]