HomeSort by: relevance | last modified time | path
    Searched refs:LIST_HEAD (Results 1 - 25 of 356) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/rump/include/sys/
sleeptab.h 34 LIST_HEAD(, lwp); /* anonymous struct */
  /src/sys/external/bsd/drm2/include/linux/
nbsd-namespace.h 39 #undef LIST_HEAD
42 #define LIST_HEAD LINUX_LIST_HEAD
  /src/sys/modules/lua/
luavar.h 47 LIST_HEAD(, lua_module) lua_modules;
  /src/sys/uvm/
uvm_pglist.h 43 LIST_HEAD(pgflist, vm_page);
  /src/sbin/fsck_lfs/
vnode.h 36 LIST_HEAD(ubuflists, ubuf);
37 LIST_HEAD(uvnodelst, uvnode);
38 LIST_HEAD(vgrlst, vget_reg);
bufcache.h 107 LIST_HEAD(bufhash_struct, ubuf);
  /src/sys/fs/nfs/common/
nfsrvstate.h 43 LIST_HEAD(nfsclienthashhead, nfsclient);
44 LIST_HEAD(nfsstatehead, nfsstate);
45 LIST_HEAD(nfslockhead, nfslock);
46 LIST_HEAD(nfslockhashhead, nfslockfile);
47 LIST_HEAD(nfssessionhead, nfsdsession);
48 LIST_HEAD(nfssessionhashhead, nfsdsession);
252 LIST_HEAD(, nfsstate) lf_open; /* Open list */
253 LIST_HEAD(, nfsstate) lf_deleg; /* Delegation list */
254 LIST_HEAD(, nfslock) lf_lock; /* Lock list */
255 LIST_HEAD(, nfslock) lf_locallock; /* Local lock list *
    [all...]
nfsclstate.h 37 LIST_HEAD(nfsclopenhead, nfsclopen);
38 LIST_HEAD(nfscllockownerhead, nfscllockowner);
40 LIST_HEAD(nfscllockhead, nfscllock);
41 LIST_HEAD(nfsclhead, nfsclclient);
42 LIST_HEAD(nfsclownerhead, nfsclowner);
44 LIST_HEAD(nfscldeleghash, nfscldeleg);
46 LIST_HEAD(nfscllayouthash, nfscllayout);
47 LIST_HEAD(nfsclflayouthead, nfsclflayout);
48 LIST_HEAD(nfscldevinfohead, nfscldevinfo);
49 LIST_HEAD(nfsclrecalllayouthead, nfsclrecalllayout)
    [all...]
  /src/sys/arch/sgimips/include/
intr.h 61 LIST_HEAD(,sgimips_intrhand) intr_q;
  /src/usr.bin/pmap/
main.h 46 LIST_HEAD(cache_head, cache_entry);
  /src/sys/arch/mipsco/include/
intr.h 52 LIST_HEAD(,mipsco_intrhand) intr_q;
  /src/sys/dev/marvell/
mvxpbmvar.h 107 LIST_HEAD(__mvxpbm_freehead, mvxpbm_chunk) sc_free;
108 LIST_HEAD(__mvxpbm_inusehead, mvxpbm_chunk) sc_inuse;
mvpexvar.h 48 LIST_HEAD(, mvpex_intrhand) intr_list;
  /src/sys/net/
if_ieee1394.h 99 LIST_HEAD(, ieee1394_reass_pkt) rq_pkt;
107 LIST_HEAD(, ieee1394_reassq) ic_reassq;
raw_cb.h 62 LIST_HEAD(rawcbhead, rawcb);
  /src/sys/sys/
dirhash.h 56 LIST_HEAD(, dirhash_entry) entries[DIRHASH_HASHSIZE];
57 LIST_HEAD(, dirhash_entry) free_entries;
vmem_impl.h 67 LIST_HEAD(vmem_freelist, vmem_btag);
68 LIST_HEAD(vmem_hashlist, vmem_btag);
94 LIST_HEAD(, vmem_btag) vm_freetags;
  /src/sys/arch/arm/cortex/
gicv3_its.h 65 LIST_HEAD(, gicv3_its_page_table) tab_pt;
85 LIST_HEAD(, gicv3_its_device) its_devices;
gicv3.h 89 LIST_HEAD(, gicv3_lpi_callback) sc_lpi_callbacks;
  /src/usr.sbin/acpitools/aml/
aml_memman.h 53 LIST_HEAD(memman_block_list, memman_block);
62 LIST_HEAD(memman_node_list, memman_node);
93 LIST_HEAD(memman_flexmem_info_list, memman_flexmem_info);
  /src/lib/libc/citrus/
citrus_hash.h 35 LIST_HEAD(, type) chh_table[hashsize]; \
  /src/sys/arch/evbmips/loongson/
loongson_intr.h 39 LIST_HEAD(bonito_intrhand_head, evbmips_intrhand);
  /src/sys/arch/newsmips/include/
intr.h 55 LIST_HEAD(,newsmips_intrhand) intr_q;
  /src/sys/external/bsd/drm/dist/bsd-core/
drm_hashtab.h 47 LIST_HEAD(drm_hash_item_list, drm_hash_item) *table;
  /src/sys/netbt/
sco.h 56 LIST_HEAD(sco_pcb_list, sco_pcb);

Completed in 51 milliseconds

1 2 3 4 5 6 7 8 91011>>