HomeSort by: relevance | last modified time | path
    Searched refs:sema (Results 1 - 20 of 20) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nv10_fence.h 12 struct nvif_object sema; member in struct:nv10_fence_chan
nouveau_nv17_fence.c 59 OUT_RING (prev, fctx->sema.handle);
68 OUT_RING (chan, fctx->sema.handle);
105 &fctx->sema);
nouveau_nv10_fence.c 66 nvif_object_fini(&fctx->sema);
nouveau_nv50_fence.c 66 &fctx->sema);
  /src/sys/kern/
sysv_sem.c 65 struct semid_ds * sema __read_mostly;
127 sema = (void *)v;
128 sem = (void *)((uintptr_t)sema +
136 sema[i]._sem_base = 0;
137 sema[i].sem_perm.mode = 0;
163 vaddr_t v = (vaddr_t)sema;
240 old_sema = sema;
245 if (sema[i].sem_perm.mode & SEM_ALLOC)
289 if ((sema[i].sem_perm.mode & SEM_ALLOC) == 0)
291 memcpy(&new_sema[i], &sema[i], sizeof(struct semid_ds))
    [all...]
sysv_ipc.c 485 SYSCTL_FILL_SEM(sema[i], semsi->semids[i]);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv50/
nouveau_dispnv50_base507c.c 176 evo_data(push, asyw->sema.offset);
177 evo_data(push, asyw->sema.acquire);
178 evo_data(push, asyw->sema.release);
179 evo_data(push, asyw->sema.handle);
298 wndw->sema = NV50_DISP_BASE_SEM0(wndw->id);
nouveau_dispnv50_wndwc37e.c 199 evo_data(push, asyw->sema.offset);
200 evo_data(push, asyw->sema.acquire);
201 evo_data(push, asyw->sema.release);
202 evo_data(push, asyw->sema.handle);
313 wndw->sema = NV50_DISP_WNDW_SEM0(wndw->id);
atom.h 178 } sema; member in struct:nv50_wndw_atom
242 bool sema:1; member in struct:nv50_wndw_atom::nv50_wndw_atom_mask::__anonf635598f1908
nouveau_dispnv50_wndw.c 125 if (clr.sema ) wndw->func-> sema_clr(wndw);
143 if (asyw->set.sema ) wndw->func->sema_set (wndw, asyw);
194 asyw->sema.handle = 0;
464 asyw->clr.sema = armw->sema.handle != 0;
556 asyw->sema = armw->sema;
wndw.h 37 u16 sema; member in struct:nv50_wndw
nouveau_dispnv50_ovly507e.c 210 wndw->sema = NV50_DISP_OVLY_SEM0(wndw->id);
  /src/sys/dev/sbus/
isp_sbus.c 276 uint16_t sema, mbox; local in function:isp_sbus_intr
279 if (ISP_READ_ISR(isp, &isr, &sema, &mbox) == 0) {
285 isp_intr(isp, isr, sema, mbox);
304 uint16_t sema; local in function:isp_sbus_rd_isr
307 sema = BXR2(sbc, IspVirt2Off(isp, BIU_SEMA));
308 isp_prt(isp, ISP_LOGDEBUG3, "ISR 0x%x SEMA 0x%x", isr, sema);
310 sema &= BIU_SEMA_LOCK;
311 if (isr == 0 && sema == 0) {
315 if ((*semap = sema) != 0)
    [all...]
  /src/sys/miscfs/procfs/
procfs_linux.c 840 if ((sema[id].sem_perm.mode & SEM_ALLOC) != 0) {
843 (int) sema[id].sem_perm._key,
844 IXSEQ_TO_IPCID(id, sema[id].sem_perm),
845 sema[id].sem_perm.mode,
846 sema[id].sem_nsems,
847 sema[id].sem_perm.uid,
848 sema[id].sem_perm.gid,
849 sema[id].sem_perm.cuid,
850 sema[id].sem_perm.cgid,
851 (long long)sema[id].sem_otime
    [all...]
  /src/sys/dev/ic/
universereg.h 83 u_int32_t mbox[4], sema[2]; member in struct:universereg
isp_netbsd.c 755 uint16_t sema, mbox; local in function:isp_polled_cmd_wait
756 if (ISP_READ_ISR(isp, &isr, &sema, &mbox)) {
757 isp_intr(isp, isr, sema, mbox);
839 uint16_t mbox, sema; local in function:isp_dog
855 if (ISP_READ_ISR(isp, &isr, &sema, &mbox)) {
856 isp_intr(isp, isr, sema, mbox);
1628 uint16_t sema, mbox; local in function:isp_mbox_wait_complete
1632 if (ISP_READ_ISR(isp, &isr, &sema, &mbox)) {
1633 isp_intr(isp, isr, sema, mbox);
isp.c 4861 isp_intr(ispsoftc_t *isp, uint32_t isr, uint16_t sema, uint16_t mbox)
4873 if (sema) {
4916 isp_prt(isp, ISP_LOGINFO, "interrupt (ISR=%x SEMA=%x) when not ready", isr, sema);
5003 if (optr == iptr && sema == 0) {
5025 sema = ISP_READ(isp, BIU_SEMA);
5027 if ((sema & 0x3) && (mbox & 0x8000)) {
  /src/sys/sys/
sem.h 194 extern struct semid_ds *sema; /* semaphore id pool */
  /src/sys/dev/pci/
isp_pci.c 834 uint16_t isr, sema; local in function:isp_pci_rd_isr
840 if (isp_pci_rd_debounced(isp, BIU_SEMA, &sema)) {
845 sema = BXR2(pcs, IspVirt2Off(isp, BIU_SEMA));
847 isp_prt(isp, ISP_LOGDEBUG3, "ISR 0x%x SEMA 0x%x", isr, sema);
849 sema &= BIU_SEMA_LOCK;
850 if (isr == 0 && sema == 0) {
854 if ((*semap = sema) != 0) {
1395 uint16_t sema, mbox; local in function:isp_pci_intr
1399 if (ISP_READ_ISR(isp, &isr, &sema, &mbox) == 0)
    [all...]
  /src/sys/compat/common/
sysv_ipc_50.c 194 SYSCTL_FILL_SEM(sema[i], semsi->semids[i]);

Completed in 43 milliseconds