Searched refs:nai (Results 1 – 1 of 1) sorted by relevance
771 static void necp_fd_insert_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);772 static void necp_fd_remove_stats_arena(struct necp_fd_data *fd_data, struct necp_arena_info *nai);775 static void necp_arena_info_retain(struct necp_arena_info *nai);776 static void necp_arena_info_release(struct necp_arena_info *nai);778 static void necp_arena_info_free(struct necp_arena_info *nai);5380 struct necp_arena_info *nai = necp_fd_mredirect_stats_arena(client_fd, proc); in necp_defunct_client_fd_locked() local5387 if (nai != NULL) { in necp_defunct_client_fd_locked()5388 ASSERT((nai->nai_flags & (NAIF_REDIRECT | NAIF_DEFUNCT)) == NAIF_REDIRECT); in necp_defunct_client_fd_locked()5389 ASSERT(nai->nai_arena != NULL); in necp_defunct_client_fd_locked()5390 ASSERT(nai->nai_mmap.ami_mapref != NULL); in necp_defunct_client_fd_locked()[all …]