| /src/usr.sbin/mlxctl/ |
| extern.h | 48 SIMPLEQ_ENTRY(mlx_disk) chain; member in struct:mlx_disk
|
| /src/sys/external/bsd/drm2/dist/drm/i915/gem/ |
| i915_gem_fence.c | 18 struct i915_sw_fence chain; member in struct:stub_fence 24 struct stub_fence *stub = container_of(fence, typeof(*stub), chain); 53 i915_sw_fence_fini(&stub->chain); 77 i915_sw_fence_init(&stub->chain, stub_notify); 82 if (i915_sw_fence_await_reservation(&stub->chain, 102 i915_sw_fence_commit(&stub->chain);
|
| /src/sys/external/bsd/drm2/dist/drm/i915/ |
| i915_sw_fence_work.h | 30 struct i915_sw_fence chain; member in struct:dma_fence_work 43 i915_sw_fence_commit(&f->chain);
|
| /src/usr.sbin/acpitools/aml/ |
| aml_name.h | 47 struct aml_name *chain; member in struct:aml_name
|
| /src/bin/sh/ |
| output.h | 49 struct output *chain; member in struct:output
|
| /src/lib/libc/stdlib/ |
| hcreate.c | 201 struct internal_head *table, *chain; local 216 chain = &table[hashval & (head->size - 1)]; 217 ie = SLIST_FIRST(chain); 239 SLIST_INSERT_HEAD(chain, ie, link);
|
| /src/sys/arch/ofppc/stand/ofwboot/ |
| boot.c | 156 chain(boot_entry_t entry, char *args, void *ssym, void *esym) function 178 panic("chain"); 296 chain((boot_entry_t)(uintptr_t)entry, bootline, ssym, esym);
|
| /src/sys/arch/shark/stand/ofwboot/ |
| boot.c | 148 chain(void (*entry)(int (*)(void *), void *, u_int), char *args, void *ssym, function 176 panic("chain"); 302 chain((void *)entry, bootline, ssym, esym);
|
| /src/sys/dev/ic/ |
| adv.h | 48 TAILQ_ENTRY(adv_ccb) chain; member in struct:adv_ccb
|
| adw.h | 66 TAILQ_ENTRY(adw_ccb) chain; member in struct:adw_ccb
|
| oosiopvar.h | 71 TAILQ_ENTRY(oosiop_cb) chain; member in struct:oosiop_cb
|
| /src/sys/external/bsd/drm2/linux/ |
| linux_dma_fence_chain.c | 35 #include <linux/dma-fence-chain.h> 44 * dma_fence_chain_init(chain, prev, fence, seqno) 46 * Initialize a fence chain node. If prev was already a chain, 47 * extend it; otherwise; create a new chain context. 50 dma_fence_chain_init(struct dma_fence_chain *chain, struct dma_fence *prev, 56 spin_lock_init(&chain->dfc_lock); 57 chain->dfc_prev = prev; /* consume caller's reference */ 58 chain->dfc_fence = fence; /* consume caller's reference */ 59 init_irq_work(&chain->dfc_irq_work, &dma_fence_chain_irq_work) 93 struct dma_fence_chain *chain = container_of(work, local 104 struct dma_fence_chain *chain = container_of(cb, local 114 struct dma_fence_chain *chain = to_dma_fence_chain(fence); local 158 struct dma_fence_chain *chain = to_dma_fence_chain(fence); local 247 struct dma_fence_chain *chain, *prev_chain; local 291 struct dma_fence_chain *chain; local [all...] |
| /src/sys/arch/macppc/stand/ofwboot/ |
| boot.c | 199 chain(boot_entry_t entry, char *args, void *ssym, void *esym) function 220 panic("chain"); 356 chain((boot_entry_t)(uintptr_t)entry, bootline, ssym, esym);
|
| /src/sys/arch/pmax/tc/ |
| dtvar.h | 49 } chain; member in struct:dt_msg
|
| /src/sys/dev/raidframe/ |
| rf_psstatus.h | 54 * descriptor. Note that we use just one lock for the whole hash chain. 101 rf_declare_mutex2(mutex); /* mutex for this hash chain */ 103 int lock; /* 1 if this hash chain is locked, 105 RF_ReconParityStripeStatus_t *chain; /* the hash chain */ member in struct:RF_PSStatusHeader_s
|
| /src/sys/kern/ |
| kern_uidinfo.c | 142 uint64_t chain; local 153 chain = 0; 156 chain++; 158 if (chain > 0) { 160 hs->hash_items += chain; 161 if (chain > hs->hash_maxchain) 162 hs->hash_maxchain = chain;
|
| /src/sys/arch/ia64/include/ |
| pte.h | 80 uint64_t chain; /* pa of collision chain */ member in struct:ia64_lpte
|
| /src/sys/netinet/ |
| ip_encap.h | 86 struct pslist_entry chain; member in struct:encaptab
|
| /src/sys/netipsec/ |
| keydb.h | 84 /* SA chain */ 159 LIST_ENTRY(secreg) chain; member in struct:secreg 167 LIST_ENTRY(secacq) chain; member in struct:secacq
|
| ipsec.h | 103 /* If NULL, it means the end of chain. */ 146 LIST_ENTRY(secspacq) chain; member in struct:secspacq
|
| /src/sys/uvm/ |
| uvm_bio.c | 1118 uint64_t chain; local 1128 chain = 0; 1131 chain++; 1134 if (chain > 0) { 1136 hs->hash_items += chain; 1137 if (chain > hs->hash_maxchain) 1138 hs->hash_maxchain = chain;
|
| /src/lib/libcompat/regexp/ |
| regexp.c | 379 char *chain; local 386 chain = NULL; 393 if (chain == NULL) /* First piece. */ 396 regtail(chain, latest); 397 chain = latest; 399 if (chain == NULL) /* Loop ran zero times. */ 721 - regtail - set the next-pointer at the end of a node chain
|
| /src/sys/arch/acorn32/podulebus/ |
| sbicvar.h | 51 TAILQ_ENTRY(sbic_acb) chain; member in struct:sbic_acb
|
| /src/sys/arch/mvme68k/dev/ |
| sbicvar.h | 59 TAILQ_ENTRY(sbic_acb) chain; member in struct:sbic_acb
|
| /src/sys/arch/sun3/dev/ |
| xy.c | 1150 /* chain bit handled later */ 1394 iopb = xyc_chain(xycsc, iorq); /* build chain */ 1425 * xyc_chain: build a chain. return dvma address of first element in 1426 * the chain. iorq != NULL: means we only want that item on the chain. 1432 int togo, chain, hand; local 1458 * NORM case: do round robin and maybe chain (if allowed and possible) 1461 chain = 0; 1472 xycsc->xy_chain[chain] = &xycsc->reqs[hand]; 1473 iopb = xycsc->xy_chain[chain]->iopb [all...] |