Searched refs:LIST_ENTRY (Results 101 - 125 of 291) sorted by relevance

1234567891011>>

/freebsd-current/sys/vm/
H A Duma_int.h359 LIST_ENTRY(uma_keg) uk_link; /* List of all kegs */
378 LIST_ENTRY(uma_slab) us_link; /* slabs in zone */
396 LIST_ENTRY(uma_hash_slab) uhs_hlink; /* Link for hash table */
484 LIST_ENTRY(uma_zone) uz_link; /* List of all zones in keg */
/freebsd-current/sbin/pfctl/
H A Dpfctl.h112 LIST_ENTRY(segment) _next;
/freebsd-current/sys/netinet/
H A Digmp_var.h207 LIST_ENTRY(igmp_ifsoftc) igi_link;
/freebsd-current/sys/nfsclient/
H A Dnfsnode.h67 LIST_ENTRY(nfsdmap) ndm_list;
/freebsd-current/sys/fs/nfsclient/
H A Dnfsnode.h63 LIST_ENTRY(nfsdmap) ndm_list;
/freebsd-current/sys/sys/
H A Dbufobj.h101 LIST_ENTRY(bufobj) bo_synclist; /* S dirty vnode list */
H A Dcpuset.h139 LIST_ENTRY(cpuset) cs_link; /* (c) All identified sets. */
140 LIST_ENTRY(cpuset) cs_siblings; /* (c) Sibling set link. */
H A Dproc.h106 LIST_ENTRY(pgrp) pg_hash; /* (e) Hash chain. */
244 LIST_ENTRY(thread) td_hash; /* (d) Hash chain. */
647 LIST_ENTRY(proc) p_list; /* (d) List of all processes. */
667 LIST_ENTRY(proc) p_hash; /* (d) Hash chain. */
668 LIST_ENTRY(proc) p_pglist; /* (g + e) List of processes in pgrp. */
670 LIST_ENTRY(proc) p_sibling; /* (e) List of sibling processes. */
675 LIST_ENTRY(proc) p_reapsibling; /* (e) List of siblings - descendants of
769 LIST_ENTRY(proc) p_orphan; /* (e) List of orphan processes. */
773 LIST_ENTRY(proc) p_jaillist; /* (d) Jail process linkage. */
H A Dresourcevar.h117 LIST_ENTRY(uidinfo) ui_hash; /* (c) hash chain of uidinfos */
/freebsd-current/sys/net/
H A Dif_private.h42 LIST_ENTRY(ifnet) if_clones; /* interfaces of a cloner */
H A Dbridgestp.h277 LIST_ENTRY(bstp_port) bp_next;
335 LIST_ENTRY(bstp_state) bs_list;
/freebsd-current/contrib/bsnmp/snmpd/
H A Dsnmpd.h95 LIST_ENTRY(timer) link;
112 LIST_ENTRY(fdesc) link;
/freebsd-current/sys/net/altq/
H A Daltq_cdnr.h248 LIST_ENTRY(cdnr_block) cb_next;
265 LIST_ENTRY(top_cdnr) tc_next;
H A Daltq_var.h42 LIST_ENTRY(acc_filter) f_chain;
/freebsd-current/sys/netgraph/bluetooth/hci/
H A Dng_hci_var.h194 LIST_ENTRY(ng_hci_unit_con) next; /* next */
216 LIST_ENTRY(ng_hci_neighbor) next;
/freebsd-current/sys/powerpc/include/
H A Dpmap.h111 LIST_ENTRY(pvo_entry) pvo_vlink; /* Link to common virt page */
113 LIST_ENTRY(pvo_entry) pvo_olink; /* Link to overflow entry */
/freebsd-current/contrib/lib9p/
H A Dlib9p.h203 LIST_ENTRY(l9p_connection) lc_link;
/freebsd-current/contrib/ntp/sntp/libevent/
H A Devbuffer-internal.h64 LIST_ENTRY(evbuffer_cb_entry) next;
/freebsd-current/sys/geom/part/
H A Dg_part.h127 LIST_ENTRY(g_part_entry) gpe_entry;
/freebsd-current/usr.sbin/acpi/acpidump/
H A Dacpi_user.c50 LIST_ENTRY(acpi_user_mapping) link;
/freebsd-current/usr.sbin/bluetooth/btpand/
H A Dbtpand.h113 LIST_ENTRY(channel) next;
/freebsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h138 LIST_ENTRY(boot_catalog_entry) ll_struct;
/freebsd-current/contrib/libevent/
H A Devbuffer-internal.h64 LIST_ENTRY(evbuffer_cb_entry) next;
/freebsd-current/sys/ufs/ufs/
H A Dquota.h146 LIST_ENTRY(dquot) dq_hash; /* (h) hash list */
/freebsd-current/lib/libthr/thread/
H A Dthr_pshared.c39 LIST_ENTRY(psh) link;

Completed in 399 milliseconds

1234567891011>>