Home
last modified time | relevance | path

Searched refs:stats_arena (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dnecp_client.c481 struct necp_arena_info *stats_arena; /* arena where the stats objects came from */ member
783 …necp_fd_data *fd_data, mach_vm_offset_t *off, struct necp_arena_info **stats_arena, void **kstats_…
784 …a_stats_obj_free(struct necp_fd_data *fd_data, struct necp_arena_info *stats_arena, void **kstats_…
1476 …necp_arena_stats_obj_free(fd_data, flow_registration->stats_arena, &flow_registration->kstats_kadd… in necp_destroy_flow_stats()
1844 if (flow_registration->stats_arena != NULL) { in necp_destroy_client_flow_registration()
1845 necp_arena_info_release(flow_registration->stats_arena); in necp_destroy_client_flow_registration()
1846 flow_registration->stats_arena = NULL; in necp_destroy_client_flow_registration()
10640 struct necp_arena_info **stats_arena, in necp_arena_stats_obj_alloc() argument
10654 ASSERT(stats_arena != NULL && *stats_arena == NULL); in necp_arena_stats_obj_alloc()
10676 *stats_arena = fd_data->stats_arena_active; in necp_arena_stats_obj_alloc()
[all …]
/xnu-12377.41.6/tools/lldbmacros/
H A Dskywalk.py604 clients_string += "0x%016x " % f.stats_arena