Home
last modified time | relevance | path

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

/freebsd-14-stable/tools/tools/umastat/
HDumastat.c283 struct uma_zone *uzp, *uzp_userspace; in main()
351 uzp_userspace_len = sizeof(struct uma_zone) + mp_maxid * in main()
394 sizeof(struct uma_zone), 0); in main()
/freebsd-14-stable/sys/vm/
HDuma_int.h336 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
HDuma.h48 struct uma_zone;
50 typedef struct uma_zone * uma_zone_t;
HDuma_core.c167 static LIST_HEAD(,uma_zone) uma_cachezones =
3100 zsize = sizeof(struct uma_zone) + in uma_startup1()
/freebsd-14-stable/sys/cam/ctl/
HDctl_private.h64 struct uma_zone *zone;
473 struct uma_zone *io_zone;
/freebsd-14-stable/lib/libmemstat/
HDmemstat_uma.c317 struct uma_zone *uzp, uz; in memstat_kvm_uma()
389 offsetof(struct uma_zone, uz_cpu[0])); in memstat_kvm_uma()
/freebsd-14-stable/sys/nfsclient/
HDnfs.h121 extern struct uma_zone *nfsmount_zone;
/freebsd-14-stable/sys/netinet/
HDsctp_os_bsd.h237 typedef struct uma_zone *sctp_zone_t;
HDtcp_sack.c122 VNET_DECLARE(struct uma_zone *, sack_hole_zone);
/freebsd-14-stable/sys/sys/
HDproc.h1111 extern struct uma_zone *proc_zone;
1112 extern struct uma_zone *pgrp_zone;
HDvnode.h456 extern struct uma_zone *namei_zone;