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

1 2

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_vm_helper.c 68 int in_use = 0; local in function:dc_get_vmid_use_vector
71 in_use |= dc->vm_helper->hubp_vmid_usage[i].vmid_usage[0]
73 return in_use;
  /src/lib/libform/
internals.h 65 int in_use; member in struct:_formi_page_struct
76 unsigned char in_use; member in struct:_formi_tab_stops
internals.c 381 while (form->page_starts[form->page].in_use == 0) {
1374 if ((row->tabs == NULL) || (row->tabs->in_use == FALSE)) {
1400 while ((ts != NULL) && (ts->in_use == TRUE)
1408 && (ts->in_use == TRUE));
1475 if (form->page_starts[cur_page].in_use == 0) {
1476 form->page_starts[cur_page].in_use = 1;
1732 if (form->page_starts[form->page].in_use == 0)
3124 if ((form->page_starts[i].in_use == 1) &&
3376 * walking the list and killing the in_use flag.
3379 ts->in_use = FALSE
    [all...]
  /src/usr.sbin/sysinst/arch/mac68k/
md.c 578 setpartition(part, in_use, slot)
580 char in_use[];
586 in_use[slot] = 1;
789 findStdType(num_parts, in_use, type, count, alt)
791 char in_use[];
806 setpartition(&map.blk[i], in_use, 0);
812 setpartition(&map.blk[i], in_use, 6);
817 setpartition(&map.blk[i], in_use, 1);
887 char in_use[MAXPARTITIONS]; local in function:sortmerge
922 * deal with the in_use count of blocks
    [all...]
  /src/sys/arch/hpcmips/stand/pbsdboot/
vmem.c 42 int in_use; member in struct:addr_s
129 if (!phys_addrs[i].in_use &&
132 phys_addrs[i].in_use = 1;
149 if (phys_addrs[i].in_use) {
157 phys_addrs[i].in_use = 1;
274 phys_addrs[i].in_use = 0;
  /src/sys/external/bsd/drm/dist/shared-core/
i915_mem.c 36 * setting the 'in_use' fields of the global LRU to indicate whether
46 static void mark_block(struct drm_device * dev, struct mem_block *p, int in_use)
70 list[i].in_use = in_use;
drm.h 152 unsigned char in_use; member in struct:drm_tex_region
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_atomic.c 313 if (scaler_state->scalers[j].in_use)
317 scaler_state->scalers[*scaler_id].in_use = 1;
357 scaler_state->scalers[*scaler_id].in_use = 0;
359 scaler_state->scalers[0].in_use = 1;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
i810_drm.h 154 unsigned char in_use; /* owned by a client, or free? */ member in struct:_drm_i810_tex_region
drm.h 140 unsigned char in_use; member in struct:drm_tex_region
  /src/sys/ufs/chfs/
ebh.h 258 * @in_use: RB-tree of PEBs are in use
269 struct peb_in_use_rbtree in_use; member in struct:chfs_ebh
ebh.c 803 result = RB_FIND(peb_in_use_rbtree, &ebh->in_use, &peb);
858 result = RB_INSERT(peb_in_use_rbtree, &ebh->in_use, peb);
1013 * This function get the peb identified by @pebnr from the in_use RB-tree of
1029 chfs_err("LEB is mapped, but is not in the 'in_use' "
1039 RB_REMOVE(peb_in_use_rbtree, &ebh->in_use, peb);
1517 RB_INIT(&ebh->in_use);
1690 EBH_TREE_DESTROY(peb_in_use_rbtree, &ebh->in_use, struct chfs_peb);
  /src/sys/external/bsd/drm2/dist/drm/i810/
i810_dma.c 72 used = cmpxchg(buf_priv->in_use, I810_BUF_FREE,
90 used = cmpxchg(buf_priv->in_use, I810_BUF_CLIENT, I810_BUF_FREE);
307 buf_priv->in_use = hw_status++;
311 *buf_priv->in_use = I810_BUF_FREE;
782 (void)cmpxchg(buf_priv->in_use, I810_BUF_CLIENT,
881 int used = cmpxchg(buf_priv->in_use, I810_BUF_HARDWARE,
914 int used = cmpxchg(buf_priv->in_use, I810_BUF_CLIENT,
1052 u = cmpxchg(buf_priv->in_use, I810_BUF_CLIENT, I810_BUF_HARDWARE);
i810_drv.h 65 u32 *in_use; member in struct:drm_i810_buf_priv
  /src/sys/dev/pci/cxgb/
cxgb_sge.c 196 q->in_use -= reclaimed;
212 return q->in_use - r < (q->size >> 1);
790 txq->size - txq->in_use >= TX_START_MAX_DESC) {
876 txq->in_use += ndesc;
1363 if (__predict_false(q->size - q->in_use < ndesc)) {
1396 q->in_use -= reclaim;
1444 q->in_use++;
1474 while (q->in_use < q->size &&
1483 q->in_use++;
1813 q->in_use += ndesc
    [all...]
cxgb_main.c 1401 in_use_init = txq->in_use;
1402 while ((txq->in_use - in_use_init < txmax) &&
1403 (txq->size > txq->in_use + TX_MAX_DESC)) {
1447 else if ((err == 0) && (txq->size <= txq->in_use + TX_MAX_DESC) &&
cxgb_adapter.h 251 uint32_t in_use; member in struct:sge_txq
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp_cm.c 737 bool in_use = false; local in function:dpp1_ingamma_ram_inuse
747 in_use = true;
751 in_use = true;
753 return in_use;
  /src/sys/external/bsd/ipf/netinet/
ip_ipsec_pxy.c 195 ipn->in_use = 1;
ip_tftp_pxy.c 190 ipn->in_use = 1;
ip_nat.c 660 n->in_use++;
700 n->in_use++;
724 n->in_use--;
747 n->in_use--;
805 np->in_use++;
1460 n->in_use++;
2010 in->in_use = 1;
3208 np->in_use++;
6158 n->in_use--;
6159 if (n->in_use > 0
    [all...]
ip_pptp_pxy.c 164 ipn->in_use = 1;
ip_proxy.c 1320 ipn->in_use = 1;
1407 ipn->in_use = 1;
ip_nat6.c 245 n->in_use++;
286 n->in_use++;
319 n->in_use--;
348 n->in_use--;
414 np->in_use++;
1091 np->in_use++;
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_primary64.h 236 uptr in_use = region->stats.n_allocated - region->stats.n_freed; local in function:SizeClassAllocator64::PrintStats
244 region->stats.n_freed, in_use, region->num_freed_chunks, avail_chunks,

Completed in 40 milliseconds

1 2