Searched refs:plock (Results 1 - 15 of 15) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dlock.h52 int plock(int);
H A Dproc.h145 struct plock *p_lockp; /* ptr to proc struct's mutex lock */
430 struct plock { struct
437 extern struct plock p0lock; /* p0's plock */
/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dproc.h104 struct plock { struct
110 extern struct plock p0lock; /* p0's plock */
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dplock.c30 * plock - lock "segments" in physical memory.
32 * Supports SVID-compatible plock, taking into account dynamically linked
55 * plock
58 plock(int op) /* desired operation */ function
76 * Dispatch on operation. Note: plock and its relatives depend
/illumos-gate/usr/src/uts/common/io/lvm/softpart/
H A Dsp_ioctl.c747 IOLOCK *plock = NULL; local
782 plock = kmem_alloc(npar * sizeof (*plock), KM_SLEEP);
786 kmem_free(plock, npar * sizeof (*plock));
798 (void) md_ioctl_writerlock(&plock[i],
889 md_ioctl_writerexit(&plock[i]);
891 if (plock != NULL)
892 kmem_free(plock, npar * sizeof (*plock));
[all...]
/illumos-gate/usr/src/uts/common/io/lvm/stripe/
H A Dstripe_ioctl.c404 IOLOCK *plock = NULL; local
447 plock = kmem_alloc(npar * sizeof (*plock), KM_SLEEP);
451 kmem_free(plock, npar * sizeof (*plock));
463 (void) md_ioctl_writerlock(&plock[i],
671 md_ioctl_writerexit(&plock[i]);
673 if (plock != NULL)
674 kmem_free(plock, npar * sizeof (*plock));
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dplock.c30 * plock - lock "segments" in physical memory.
32 * Supports SVID-compatible plock, taking into account dynamically linked
150 * plock
156 plock(int op) function
180 * Dispatch on operation. Note: plock and its relatives depend
/illumos-gate/usr/src/uts/common/os/
H A Dpid.c80 struct plock *proc_lock; /* persistent array of p_lock's */
130 * out one's data structures (in this case, struct plock). However,
535 proc_lock = kmem_zalloc(sizeof (struct plock) * v.v_proc, KM_SLEEP);
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c86 struct plock p0lock; /* p0's p_lock */
/illumos-gate/usr/src/lib/libbc/sparc/
H A DMakefile76 opendir.o optind.o perror.o plock.o \
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com524 plock.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com514 plock.o \
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile488 plock.o \
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com556 plock.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile266 plock.3c \

Completed in 87 milliseconds