HomeSort by: relevance | last modified time | path
    Searched defs:slots (Results 1 - 25 of 29) sorted by relevancy

1 2

  /src/sys/external/bsd/drm/dist/shared-core/
r128_cce.c 140 int slots = R128_READ(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK; local
141 if (slots >= entries)
mach64_dma.c 62 int slots = 0, i; local
65 slots = (MACH64_READ(MACH64_FIFO_STAT) & MACH64_FIFO_SLOT_MASK);
66 if (slots <= (0x8000 >> entries))
71 DRM_INFO("failed! slots=%d entries=%d\n", slots, entries);
radeon_cp.c 282 int slots = (RADEON_READ(RADEON_RBBM_STATUS) local
284 if (slots >= entries)
r600_cp.c 82 int slots; local
84 slots = (RADEON_READ(R600_GRBM_STATUS)
87 slots = (RADEON_READ(R600_GRBM_STATUS)
89 if (slots >= entries)
  /src/sys/external/bsd/drm2/dist/drm/r128/
r128_cce.c 115 int slots = R128_READ(R128_GUI_STAT) & R128_GUI_FIFOCNT_MASK; local
116 if (slots >= entries)
  /src/common/lib/libc/gen/
ptree.c 1071 const pt_bitlen_t slots = 1 << PTN_BRANCH_BITLEN(parent); local
1074 for (slot = 0; slot < slots; slot++) {
1079 for (slot = 0; slot < slots; slot++) {
1143 const pt_bitlen_t slots = 1 << bitlen; local
1170 for (slot = 0; slot < slots; slot++) {
  /src/sys/arch/powerpc/powerpc/
openfirm.c 868 uint32_t slots[16]; member in struct:__anon1811
888 args.slots[i] = (uintptr_t)OF_buf;
894 args.slots[i] = (uintptr_t)va_arg(ap, uint32_t *);
901 rv = args.slots[i];
905 *va_arg(ap, uint32_t *) = args.slots[i];
  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_events.c 108 /* Oldest user mode expects 256 event slots */
113 * Compatibility with old user mode: Only use signal slots
496 uint64_t *slots = page_slots(p->signal_page); local
511 if (slots[id] != UNSIGNALED_EVENT_SLOT)
516 * iterate over the signal slots and lookup
520 if (slots[id] != UNSIGNALED_EVENT_SLOT) {
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_dp_mst.c 60 int bpp, slots = -EINVAL; local
72 slots = drm_dp_atomic_find_vcpi_slots(state, &intel_dp->mst_mgr,
74 if (slots == -EDEADLK)
75 return slots;
76 if (slots >= 0)
80 if (slots < 0) {
81 DRM_DEBUG_KMS("failed finding vcpi slots:%d\n", slots);
82 return slots;
91 crtc_state->dp_m_n.tu = slots;
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_dp_mst.c 73 int slots)
86 val = NI_DP_MSE_SAT_SLOT_COUNT0(slots) | NI_DP_MSE_SAT_SRC0(fe);
147 new_attribs[idx].slots = drm_dp_mst_get_vcpi_slots(&mst_conn->mst_mgr, mst_enc->port);
153 new_attribs[i].slots != mst_conn->cur_stream_attribs[i].slots) {
154 radeon_dp_mst_set_stream_attrib(primary, i, new_attribs[i].fe, new_attribs[i].slots);
156 mst_conn->cur_stream_attribs[i].slots = new_attribs[i].slots;
163 mst_conn->cur_stream_attribs[i].slots = 0;
398 int ret __unused, slots; local
    [all...]
  /src/sys/uvm/
uvm_aobj.c 84 ((elt)->slots[UAO_SWHASH_ELT_PAGESLOT_IDX(idx)])
116 int count; /* our number of active slots */
117 int slots[UAO_SWHASH_CLUSTER_SIZE]; /* the slots */ member in struct:uao_swhash_elt
237 memset(elt->slots, 0, sizeof(elt->slots));
1179 int slot = elt->slots[i];
1358 int slot = elt->slots[j];
1367 elt->slots[j] = 0;
1396 * the swap slots we've freed
    [all...]
uvm_amap.c 67 amap_roundup_slots(int slots)
70 return kmem_roundup_size(slots * sizeof(int)) / sizeof(int);
150 amap_alloc1(int slots, int padslots, int flags)
177 totalslots = amap_roundup_slots(slots + padslots);
184 amap->am_nslot = slots;
237 int slots, padslots; local
240 AMAP_B2SLOT(slots, sz);
243 amap = amap_alloc1(slots, padslots, waitf);
322 int slots; local
329 slots = amap->am_maxslot
707 u_int slots, lcv, slot, stop; local
827 u_int slots, lcv; local
    [all...]
uvm_swap.c 152 volatile uint32_t *swd_encmap; /* bitmap of encrypted slots */
787 int count, slots; local
803 * Allocate space (slots) for pointers to all swapdevs
810 slots = uvmexp.nswapdev;
812 if (slots > misc) /* we never need more than requested */
813 slots = misc;
828 sdpsize = (size_t)slots * sizeof sdp;
891 if (++count <= slots)
909 if (misc > slots) /* the number of storage slots */
    [all...]
  /src/sbin/nvmectl/
logpage.c 305 u_int i, slots; local
316 slots = 1;
318 slots = MIN(__SHIFTOUT(cdata->frmw, NVME_ID_CTRLR_FRMW_NSLOT),
321 for (i = 0; i < slots; i++) {
  /src/sys/arch/powerpc/booke/
e500_tlb.c 841 u_int slots = 0, nextslot = 0; local
847 slots += memsize / size;
848 if (slots > 4)
851 if (slots > tlb1->tlb1_numfree - 1)
855 for (; nextslot < slots; nextslot++) {
  /src/sys/compat/linux/common/
linux_cdrom.h 179 struct linux_cdrom_slot slots[LINUX_CDROM_MAX_SLOTS]; member in struct:linux_cdrom_changer_info
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_link_encoder.c 1218 uint32_t *slots)
1224 *slots = stream_allocation->slot_count;
1227 *slots = 0;
1240 uint32_t slots = 0; local
1257 &slots);
1260 slots = 0;
1265 DP_MSE_SAT_SLOT_COUNT0, slots);
1271 &slots);
1274 slots = 0;
1279 DP_MSE_SAT_SLOT_COUNT1, slots);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_link_encoder.c 1184 uint32_t *slots)
1190 *slots = stream_allocation->slot_count;
1193 *slots = 0;
1206 uint32_t slots = 0; local
1224 &slots);
1227 slots = 0;
1232 DP_MSE_SAT_SLOT_COUNT0, slots);
1238 &slots);
1241 slots = 0;
1246 DP_MSE_SAT_SLOT_COUNT1, slots);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/include/
grph_object_defs.h 186 struct slot_layout_info slots[MAX_BOARD_SLOTS]; member in struct:board_layout_info
  /src/sys/kern/
subr_thmap.c 206 atomic_thmap_ptr_t slots[LEVEL_SIZE]; member in struct:__anon6882
463 ASSERT(atomic_load_relaxed(&node->slots[slot]) == THMAP_NULL);
472 atomic_store_relaxed(&node->slots[slot], child);
482 ASSERT(atomic_load_relaxed(&node->slots[slot]) != THMAP_NULL);
488 atomic_store_relaxed(&node->slots[slot], THMAP_NULL);
545 node = atomic_load_consume(&parent->slots[slot]);
632 node = atomic_load_consume(&parent->slots[off]);
687 target = atomic_load_relaxed(&node->slots[*slot]);
778 target = atomic_load_relaxed(&parent->slots[slot]); // tagged offset
832 atomic_store_release(&parent->slots[slot], THMAP_GETOFF(thmap, child))
    [all...]
  /src/sys/arch/sgimips/dev/
crmfb.c 888 int i = 0, slots; local
900 slots = 60 - CRIME_PIPE_LEVEL(status);
901 } while (slots <= num);
  /src/sys/dev/pci/
if_bwfm_pci.c 1027 int s, slots; local
1031 for (slots = if_rxr_get(rxring, 8); slots > 0; slots--) {
1057 if_rxr_put(rxring, slots);
1068 int s, slots; local
1072 for (slots = if_rxr_get(&sc->sc_rxbuf_ring, sc->sc_max_rxbufpost);
1073 slots > 0; slots--) {
1099 if_rxr_put(&sc->sc_rxbuf_ring, slots);
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_disp.c 832 NV_ATOMIC(drm, "%s: %d: vcpi %d start 0x%02x slots 0x%02x\n",
913 int slots; local
943 slots = drm_dp_atomic_find_vcpi_slots(state, &mstm->mgr, mstc->port,
945 if (slots < 0)
946 return slots;
948 asyh->dp.tu = slots;
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.h 88 /* Ensure that the slot size and maximum number of slots are powers of 2 */
354 /* The first and last (inclusive) slots allocated to the owner. */
401 VCHIQ_SLOT_INFO_T slots[VCHIQ_MAX_SLOTS]; member in struct:vchiq_slot_zero_struct
428 /* Processes recycled slots */
477 /* The number of slots occupied by data messages. */
480 /* The maximum number of slots to be occupied by data messages. */
  /src/sys/external/bsd/drm2/dist/drm/
drm_dp_mst_topology.c 2707 /* both msg slots are full */
2813 /* txmsg is sent it should be in the slots now */
3222 * allocate space in the link for them. For 0->slots transitions,
3223 * this step just writes the VCPI to the MST device. For slots->0
3333 * allocate space in the link for them. For 0->slots transitions,
3334 * this step writes the remote VC payload commands. For slots->0
3788 /* remove from slots */
4110 * drm_dp_find_vcpi_slots() - Find VCPI slots for this PBN value
4112 * @pbn: payload bandwidth to convert into slots.
4114 * Calculate the number of VCPI slots that will be required for the given PB
4361 int slots = 0; local
    [all...]

Completed in 58 milliseconds

1 2