Home
last modified time | relevance | path

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

/freebsd/sys/vm/
H A Duma_dbg.c69 struct uma_zone *zone = arg; in trash_ctor()
145 struct uma_zone *zone = arg; in mtrash_ctor()
H A Duma_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
H A Duma.h48 struct uma_zone;
50 typedef struct uma_zone * uma_zone_t;
H A Duma_core.c167 static LIST_HEAD(,uma_zone) uma_cachezones =
3138 zsize = sizeof(struct uma_zone) + in uma_startup1()
/freebsd/tools/tools/umastat/
H A Dumastat.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/sys/cam/ctl/
H A Dctl_private.h64 struct uma_zone *zone;
417 struct uma_zone *io_zone;
/freebsd/lib/libmemstat/
H A Dmemstat_uma.c317 struct uma_zone *uzp, uz; in memstat_kvm_uma()
389 offsetof(struct uma_zone, uz_cpu[0])); in memstat_kvm_uma()
/freebsd/sys/nfsclient/
H A Dnfs.h119 extern struct uma_zone *nfsmount_zone;
/freebsd/sys/netinet/
H A Dsctp_os_bsd.h230 typedef struct uma_zone *sctp_zone_t;
H A Dtcp_sack.c119 VNET_DECLARE(struct uma_zone *, sack_hole_zone);
/freebsd/sys/sys/
H A Dproc.h1095 extern struct uma_zone *proc_zone;
1096 extern struct uma_zone *pgrp_zone;
H A Dvnode.h454 extern struct uma_zone *namei_zone;