Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c454 struct necp_arena_info *stats_arena; /* arena where the stats objects came from */ member
743 …necp_fd_data *fd_data, mach_vm_offset_t *off, struct necp_arena_info **stats_arena, void **kstats_…
744 …a_stats_obj_free(struct necp_fd_data *fd_data, struct necp_arena_info *stats_arena, void **kstats_…
1220 …necp_arena_stats_obj_free(fd_data, flow_registration->stats_arena, &flow_registration->kstats_kadd… in necp_destroy_flow_stats()
1588 if (flow_registration->stats_arena != NULL) { in necp_destroy_client_flow_registration()
1589 necp_arena_info_release(flow_registration->stats_arena); in necp_destroy_client_flow_registration()
1590 flow_registration->stats_arena = NULL; in necp_destroy_client_flow_registration()
9360 struct necp_arena_info **stats_arena, in necp_arena_stats_obj_alloc() argument
9371 ASSERT(stats_arena != NULL && *stats_arena == NULL); in necp_arena_stats_obj_alloc()
9391 *stats_arena = fd_data->stats_arena_active; in necp_arena_stats_obj_alloc()
[all …]
/xnu-8792.41.9/tools/lldbmacros/
H A Dskywalk.py610 clients_string += "0x%016x " % f.stats_arena