LIST_HEAD
#define LIST_HEAD(name, type) \
static LIST_HEAD(_myaddr_list_, myaddr) configured, opened;
LIST_HEAD(gen_sc, segment) rtsc, lssc;
LIST_HEAD(, afm_head) afhead_chain;
static LIST_HEAD(, top_cdnr) tcb_list;
static LIST_HEAD(, nbfs_open_file) nbfs_open_files;
LIST_HEAD(vbllist, vbl_node) vbl_list;
LIST_HEAD(, undefined_handler) undefined_handlers[NUM_UNKNOWN_HANDLERS];
static LIST_HEAD(, ahc_isa_slot) ahc_isa_all_slots;
static LIST_HEAD(intrhand_list, intrhand) intrhands[IHLIST_COUNT];
static LIST_HEAD(, dkwedge_discovery_method) dkwedge_discovery_methods;
static LIST_HEAD(, elink_done_reset) elink_all_resets;
static LIST_HEAD(, ef_isabus) ef_isa_buses;
static LIST_HEAD(, scsi_ioctl) si_head;
static LIST_HEAD(, fileassoc) fileassoc_list;
static LIST_HEAD(, threadpool_unbound) unbound_threadpools;
static LIST_HEAD(, threadpool_percpu) percpu_threadpools;
static LIST_HEAD(fstrans_lwp_head, fstrans_lwp_info) fstrans_fli_head;
static LIST_HEAD(, pktqueue) pktqueue_list __read_mostly;
static LIST_HEAD(, ipfr_queue) ip_frags[IPREASS_HASH_SIZE];
#define LIST_HEAD(name, type) \
static LIST_HEAD(dqhashhead, dquot) *dqhashtbl;
static LIST_HEAD(dqhashhead, dquot) *dqhashtbl;
static LIST_HEAD(, vm_amap) amap_list;
static LIST_HEAD(aobjlist, uvm_aobj) uao_list __cacheline_aligned;
static LIST_HEAD(mount_list, ml_entry) mount_list;
static LIST_HEAD(acpi_user_mapping_list, acpi_user_mapping) maplist;
static LIST_HEAD(, exclude) excludes;
static LIST_HEAD(ds_list, dev_stat) ds_list;