Home
last modified time | relevance | path

Searched refs:uma_zone (Results 1 – 12 of 12) sorted by relevance

/f-stack/tools/compat/include/vm/
H A Duma.h50 struct uma_zone;
52 typedef struct uma_zone * uma_zone_t;
H A Duma_int.h343 LIST_HEAD(,uma_zone) uk_zones; /* Keg's zones */
459 struct uma_zone { struct
484 LIST_ENTRY(uma_zone) uz_link; /* List of all zones in keg */ argument
/f-stack/freebsd/vm/
H A Duma.h50 struct uma_zone;
52 typedef struct uma_zone * uma_zone_t;
H A Duma_int.h340 LIST_HEAD(,uma_zone) uk_zones; /* Keg's zones */
460 struct uma_zone { struct
485 LIST_ENTRY(uma_zone) uz_link; /* List of all zones in keg */ argument
H A Duma_core.c167 static LIST_HEAD(,uma_zone) uma_cachezones =
2904 zsize = sizeof(struct uma_zone) + in uma_startup1()
/f-stack/tools/libmemstat/
H A Dmemstat_uma.c326 struct uma_zone *uzp, uz; in memstat_kvm_uma()
398 offsetof(struct uma_zone, uz_cpu[0])); in memstat_kvm_uma()
/f-stack/freebsd/netinet/
H A Dsctp_os_bsd.h241 typedef struct uma_zone *sctp_zone_t;
H A Din_pcb.h471 struct uma_zone *ipi_zone; /* (c) */
H A Dtcp_sack.c128 VNET_DECLARE(struct uma_zone *, sack_hole_zone);
/f-stack/freebsd/sys/
H A Dproc.h1025 extern struct uma_zone *proc_zone;
1026 extern struct uma_zone *pgrp_zone;
H A Dvnode.h452 extern struct uma_zone *namei_zone;
/f-stack/tools/compat/include/netinet/
H A Din_pcb.h471 struct uma_zone *ipi_zone; /* (c) */