Searched refs:lock (Results 126 - 150 of 1904) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/cvs/contrib/
H A Drcslock.in48 # script allows you to use the rcs lock mechanism (rcs -l) to make
68 # should use "rcs -l" in the repository tree to lock the version they
69 # are working on. CVS will automagically release the lock when the
82 # the checkin, the commit is allowed, but if the lock is held on that
116 # CVS/Entries file if a lock is found.
158 # The name of the rcs file concatenated with the version number of the lock.
164 $lock = 0;
179 $lock = 1 ;
183 if ( $lock )
187 { # we are done getting lock inf
[all...]
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dsingle.c41 gomp_mutex_unlock (&gomp_thread ()->ts.work_share->lock);
60 gomp_mutex_unlock (&thr->ts.work_share->lock);
H A Dsections.c69 gomp_mutex_unlock (&thr->ts.work_share->lock);
89 gomp_mutex_lock (&thr->ts.work_share->lock);
94 gomp_mutex_unlock (&thr->ts.work_share->lock);
/freebsd-9.3-release/release/picobsd/build/
H A Dmfs.mtree66 lock
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-shmem.h81 cvmx_spinlock_t lock; member in struct:cvmx_shmem_dscptr
95 cvmx_spinlock_t lock; member in struct:cvmx_shmem_smdr
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_gem_names.h37 #include <sys/lock.h>
48 struct mtx lock; member in struct:drm_gem_names
/freebsd-9.3-release/sys/i386/include/
H A Dacpica_machdep.h62 /* Section 5.2.9.1: global lock acquire/release functions */
63 extern int acpi_acquire_global_lock(uint32_t *lock);
64 extern int acpi_release_global_lock(uint32_t *lock);
/freebsd-9.3-release/sys/kern/
H A Dsubr_bufring.c40 buf_ring_alloc(int count, struct malloc_type *type, int flags, struct mtx *lock) argument
51 br->br_lock = lock;
/freebsd-9.3-release/contrib/amd/scripts/
H A Dctl-hlfsd.in93 test -x /var/lock/subsys && touch /var/lock/subsys/hlfsd
100 test -f /var/lock/subsys/hlfsd && rm -f /var/lock/subsys/hlfsd
H A Dredhat-ctl-amd.in35 [ $RETVAL = 0 ] && touch /var/lock/subsys/amd
66 rm -f /var/lock/subsys/amd
93 if [ -f /var/lock/subsys/amd ]; then
/freebsd-9.3-release/sys/dev/gpio/
H A Dgpiobusvar.h34 #include <sys/lock.h>
/freebsd-9.3-release/sys/dev/ie/
H A Dif_ievar.h71 struct mtx lock; member in struct:ie_softc
76 #define IE_LOCK(sc) mtx_lock(&(sc)->lock)
77 #define IE_UNLOCK(sc) mtx_unlock(&(sc)->lock)
78 #define IE_ASSERT_LOCKED(sc) mtx_assert(&(sc)->lock, MA_OWNED)
/freebsd-9.3-release/sys/dev/sbni/
H A Dif_sbnivar.h116 struct mtx lock; member in struct:sbni_softc
125 #define SBNI_LOCK(sc) mtx_lock(&(sc)->lock)
126 #define SBNI_UNLOCK(sc) mtx_unlock(&(sc)->lock)
127 #define SBNI_ASSERT_LOCKED(sc) mtx_assert(&(sc)->lock, MA_OWNED)
/freebsd-9.3-release/sys/netipsec/
H A Dipsec.h81 struct mtx lock; member in struct:secpolicy
109 mtx_init(&(_sp)->lock, "ipsec policy", NULL, MTX_DEF)
110 #define SECPOLICY_LOCK(_sp) mtx_lock(&(_sp)->lock)
111 #define SECPOLICY_UNLOCK(_sp) mtx_unlock(&(_sp)->lock)
112 #define SECPOLICY_LOCK_DESTROY(_sp) mtx_destroy(&(_sp)->lock)
113 #define SECPOLICY_LOCK_ASSERT(_sp) mtx_assert(&(_sp)->lock, MA_OWNED)
126 struct rwlock lock; /* to interlock updates */ member in struct:ipsecrequest
135 rw_init_flags(&(_isr)->lock, "ipsec request", RW_RECURSE)
136 #define IPSECREQUEST_LOCK(_isr) rw_rlock(&(_isr)->lock)
137 #define IPSECREQUEST_UNLOCK(_isr) rw_runlock(&(_isr)->lock)
[all...]
/freebsd-9.3-release/crypto/openssh/contrib/redhat/
H A Dsshd.init52 [ $RETVAL -eq 0 ] && touch /var/lock/subsys/sshd
61 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/sshd
88 if [ -f /var/lock/subsys/sshd ] ; then
/freebsd-9.3-release/sys/dev/cxgb/ulp/tom/
H A Dcxgb_l2t.h34 #include <sys/lock.h>
68 struct mtx lock; member in struct:l2t_entry
77 struct rwlock lock; member in struct:l2t_data
/freebsd-9.3-release/sys/dev/smbus/
H A Dsmbus.c33 #include <sys/lock.h>
91 mtx_init(&sc->lock, device_get_nameunit(dev), "smbus", MTX_DEF);
107 mtx_destroy(&sc->lock);
/freebsd-9.3-release/sys/ofed/drivers/infiniband/core/
H A Dnotice.c63 spinlock_t lock; member in struct:inform_port
92 spinlock_t lock; member in struct:inform_group
177 spin_lock_irqsave(&port->lock, flags);
180 spin_unlock_irqrestore(&port->lock, flags);
184 spin_unlock_irqrestore(&port->lock, flags);
198 spin_lock_irqsave(&group->lock, flags);
205 spin_unlock_irqrestore(&group->lock, flags);
271 spin_lock_irq(&group->lock);
273 spin_unlock_irq(&group->lock);
282 spin_lock_irq(&group->lock);
[all...]
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_object.c46 * @lock: Lock that protects the ref_list list and the
66 struct rwlock lock; member in struct:ttm_object_file
75 * @object_lock: lock that protects the object_hash hash table.
215 * Need to take the lock here to avoid racing with
271 rw_rlock(&tfile->lock);
277 rw_runlock(&tfile->lock);
281 rw_runlock(&tfile->lock);
298 rw_wlock(&tfile->lock);
304 rw_wunlock(&tfile->lock);
310 rw_wunlock(&tfile->lock);
[all...]
/freebsd-9.3-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb.h111 struct mtx lock; member in struct:iwch_dev
159 mtx_lock(&rhp->lock);
163 mtx_unlock(&rhp->lock);
171 mtx_lock(&rhp->lock);
173 mtx_unlock(&rhp->lock);
H A Diw_cxgb_ev.c88 mtx_lock(&rnicp->lock);
94 mtx_unlock(&rnicp->lock);
103 mtx_unlock(&rnicp->lock);
113 mtx_unlock(&rnicp->lock);
144 mtx_lock(&rnicp->lock);
154 mtx_unlock(&rnicp->lock);
158 mtx_lock(&chp->lock);
160 mtx_unlock(&chp->lock);
161 mtx_unlock(&rnicp->lock);
256 mtx_lock(&chp->lock);
[all...]
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dlinux_idr.c34 #include <sys/lock.h>
70 mtx_init(&idr->lock, "idr", NULL, MTX_DEF);
79 mtx_lock(&idr->lock);
84 mtx_unlock(&idr->lock);
107 mtx_lock(&idr->lock);
111 mtx_unlock(&idr->lock);
122 mtx_lock(&idr->lock);
126 mtx_unlock(&idr->lock);
150 mtx_unlock(&idr->lock);
164 mtx_lock(&idr->lock);
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_vl15intf.c133 cl_spinlock_acquire(&p_vl->lock);
142 cl_spinlock_release(&p_vl->lock);
191 cl_spinlock_construct(&p_vl->lock);
224 cl_spinlock_acquire(&p_vl->lock);
235 cl_spinlock_release(&p_vl->lock);
239 cl_spinlock_destroy(&p_vl->lock);
267 status = cl_spinlock_init(&p_vl->lock);
325 cl_spinlock_acquire(&p_vl->lock);
331 cl_spinlock_release(&p_vl->lock);
354 /* grap a lock o
[all...]
/freebsd-9.3-release/sys/xen/evtchn/
H A Devtchn_dev.c18 #include <sys/lock.h>
64 static struct mtx lock, upcall_lock; variable in typeref:struct:mtx
208 mtx_lock_spin(&lock);
212 mtx_unlock_spin(&lock);
227 mtx_lock_spin(&lock);
251 mtx_unlock_spin(&lock);
291 mtx_lock_spin(&lock);
294 mtx_unlock_spin(&lock);
309 mtx_lock_spin(&lock);
313 mtx_unlock_spin(&lock);
[all...]
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Devent_iocp.c79 EnterCriticalSection(&port->lock);
84 LeaveCriticalSection(&port->lock);
87 LeaveCriticalSection(&port->lock);
95 EnterCriticalSection(&port->lock);
98 LeaveCriticalSection(&port->lock);
212 InitializeCriticalSectionAndSpinCount(&port->lock, 1000);
229 DeleteCriticalSection(&port->lock);
255 EnterCriticalSection(&port->lock);
257 LeaveCriticalSection(&port->lock);
264 EnterCriticalSection(&port->lock);
[all...]

Completed in 228 milliseconds

1234567891011>>