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

1 2 3 4

  /src/sys/uvm/
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 in function:amap_alloc
240 AMAP_B2SLOT(slots, sz);
243 amap = amap_alloc1(slots, padslots, waitf);
322 int slots; local in function:amap_free
329 slots = amap->am_maxslot
707 u_int slots, lcv, slot, stop; local in function:amap_share_protect
827 u_int slots, lcv; local in function:amap_copy
    [all...]
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...]
  /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 in function:dce110_link_encoder_update_mst_stream_allocation_table
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 in function:dcn10_link_encoder_update_mst_stream_allocation_table
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/nouveau/
nouveau_dma.c 150 nv50_dma_wait(struct nouveau_channel *chan, int slots, int count)
155 ret = nv50_dma_push_wait(chan, slots + 1);
193 nouveau_dma_wait(struct nouveau_channel *chan, int slots, int size)
199 return nv50_dma_wait(chan, slots, size);
nouveau_dma.h 35 int nouveau_dma_wait(struct nouveau_channel *, int slots, int size);
  /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 in function:radeon_mst_encoder_dpms
    [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 196 atomic_thmap_ptr_t slots[LEVEL_SIZE]; member in struct:__anon316903000108
453 ASSERT(atomic_load_relaxed(&node->slots[slot]) == THMAP_NULL);
462 atomic_store_relaxed(&node->slots[slot], child);
472 ASSERT(atomic_load_relaxed(&node->slots[slot]) != THMAP_NULL);
478 atomic_store_relaxed(&node->slots[slot], THMAP_NULL);
535 node = atomic_load_consume(&parent->slots[slot]);
622 node = atomic_load_consume(&parent->slots[off]);
677 target = atomic_load_relaxed(&node->slots[*slot]);
768 target = atomic_load_relaxed(&parent->slots[slot]); // tagged offset
822 atomic_store_release(&parent->slots[slot], THMAP_GETOFF(thmap, child))
    [all...]
  /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/i915/display/
intel_dp_mst.c 60 int bpp, slots = -EINVAL; local in function:intel_dp_mst_compute_link_config
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/gpl2/dts/dist/arch/arm/boot/dts/
intel-ixp42x-netgear-wg302v2.dts 62 * We have slots (IDSEL) 1 and 2 with one assigned IRQ
armada-370-db.dts 174 * both standard PCIe slots and mini-PCIe
175 * slots on the board.
armada-xp-db.dts 188 * All 6 slots are physically present as
189 * standard PCIe slots on the board.
armada-xp-gp.dts 185 * The 3 slots are physically present as
186 * standard PCIe slots on the board.
armada-375-db.dts 43 * standard PCIe slots on the board.
armada-388-db.dts 119 * standard PCIe slots on the board.
intel-ixp42x-adi-coyote.dts 63 * We have slots (IDSEL) 1 and 2 with one assigned IRQ
intel-ixp42x-iomega-nas100d.dts 116 * We have slots (IDSEL) 1, 2 and 3 and pins 1, 2 and 3.
am335x-boneblack-hdmi.dtsi 103 tdm-slots = <2>;
am335x-wega.dtsi 53 tdm-slots = <2>;
armada-385-db-ap.dts 153 * standard mini-PCIe slots on the board.
  /src/sys/arch/powerpc/powerpc/
openfirm.c 868 uint32_t slots[16]; member in struct:OF_interpret::__anon413aa5371808
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/common/lib/libc/gen/
ptree.c 1071 const pt_bitlen_t slots = 1 << PTN_BRANCH_BITLEN(parent); local in function:ptree_check_find_node2
1074 for (slot = 0; slot < slots; slot++) {
1079 for (slot = 0; slot < slots; slot++) {
1143 const pt_bitlen_t slots = 1 << bitlen; local in function:ptree_check_branch
1170 for (slot = 0; slot < slots; slot++) {
  /src/sys/fs/nfs/common/
nfs_commonsubs.c 4070 struct nfsslot *slots, struct mbuf **reply, uint16_t maxslot)
4079 if (seqid == slots[slotid].nfssl_seq) {
4081 if (slots[slotid].nfssl_inprog != 0)
4083 else if (slots[slotid].nfssl_reply != NULL) {
4085 *reply = slots[slotid].nfssl_reply;
4086 slots[slotid].nfssl_reply = NULL;
4088 slots[slotid].nfssl_inprog = 1;
4092 slots[slotid].nfssl_inprog = 1;
4093 } else if ((slots[slotid].nfssl_seq + 1) == seqid) {
4094 m_freem(slots[slotid].nfssl_reply)
    [all...]

Completed in 25 milliseconds

1 2 3 4