Searched defs:lock (Results 101 - 125 of 419) sorted by relevance

1234567891011>>

/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_lock.c50 void ttm_lock_init(struct ttm_lock *lock) argument
70 void ttm_read_unlock(struct ttm_lock *lock) argument
78 __ttm_read_lock(struct ttm_lock *lock) argument
94 ttm_read_lock(struct ttm_lock *lock, bool interruptible) argument
118 __ttm_read_trylock(struct ttm_lock *lock, bool *locked) argument
139 ttm_read_trylock(struct ttm_lock *lock, bool interruptible) argument
167 ttm_write_unlock(struct ttm_lock *lock) argument
175 __ttm_write_lock(struct ttm_lock *lock) argument
194 ttm_write_lock(struct ttm_lock *lock, bool interruptible) argument
224 ttm_write_lock_downgrade(struct ttm_lock *lock) argument
232 __ttm_vt_unlock(struct ttm_lock *lock) argument
249 struct ttm_lock *lock = container_of(base, struct ttm_lock, base); local
257 __ttm_vt_lock(struct ttm_lock *lock) argument
271 ttm_vt_lock(struct ttm_lock *lock, bool interruptible, struct ttm_object_file *tfile) argument
314 ttm_vt_unlock(struct ttm_lock *lock) argument
320 ttm_suspend_unlock(struct ttm_lock *lock) argument
328 __ttm_suspend_lock(struct ttm_lock *lock) argument
342 ttm_suspend_lock(struct ttm_lock *lock) argument
[all...]
/freebsd-9.3-release/sys/dev/nxge/include/
H A Dxge-queue.h134 spinlock_t lock; member in struct:xge_queue_t
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dspicds.c52 struct mtx *lock; member in struct:spicds_info
[all...]
/freebsd-9.3-release/sys/dev/vxge/include/
H A Dvxge-queue.h133 spinlock_t lock; member in struct:vxge_queue_t
/freebsd-9.3-release/sys/kern/
H A Dkern_rangelock.c72 rangelock_init(struct rangelock *lock) argument
80 rangelock_destroy(struct rangelock *lock) argument
110 rangelock_calc_block(struct rangelock *lock) argument
139 rangelock_unlock_locked(struct rangelock *lock, struct rl_q_entry *entry, struct mtx *ilk) argument
157 rangelock_unlock(struct rangelock *lock, void *cookie, struct mtx *ilk) argument
170 rangelock_unlock_range(struct rangelock *lock, void *cookie, off_t start, off_t end, struct mtx *ilk) argument
198 rangelock_enqueue(struct rangelock *lock, off_t start, off_t end, int mode, struct mtx *ilk) argument
235 rangelock_rlock(struct rangelock *lock, off_t start, off_t end, struct mtx *ilk) argument
242 rangelock_wlock(struct rangelock *lock, off_t start, off_t end, struct mtx *ilk) argument
[all...]
/freebsd-9.3-release/sys/sparc64/include/
H A Dpmap.h72 struct rwlock lock; member in struct:tte_list_lock
/freebsd-9.3-release/usr.bin/csup/
H A Dmain.c109 struct stream *lock; local
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dratelimiter.c40 isc_mutex_t lock; member in struct:isc_ratelimiter
[all...]
H A Dstats.c61 isc_mutex_t lock; member in struct:isc_stats
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/win32/
H A Dapp.c44 static isc_mutex_t lock; variable
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dbyaddr.c117 isc_mutex_t lock; member in struct:dns_byaddr
H A Dlookup.c44 isc_mutex_t lock; member in struct:dns_lookup
[all...]
H A Dssu.c63 isc_mutex_t lock; member in struct:dns_ssutable
/freebsd-9.3-release/contrib/bind9/lib/dns/include/dns/
H A Dadb.h124 isc_mutex_t lock; /* locks all below */ member in struct:dns_adbfind
H A Dvalidator.h128 isc_mutex_t lock; member in struct:dns_validator
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dhash.c93 isc_mutex_t lock; member in struct:isc_hash
H A Dmem_api.c292 isc_mempool_associatelock(isc_mempool_t *mpctx, isc_mutex_t *lock) { argument
H A Dratelimiter.c40 isc_mutex_t lock; member in struct:isc_ratelimiter
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Ddiagnostic.h114 int lock; member in struct:diagnostic_context
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dlibgomp.h85 gomp_mutex_t lock; member in struct:gomp_work_share
/freebsd-9.3-release/contrib/ipfilter/tools/
H A Dipfs.c231 int c, lock = -1, devfd = -1, err = 0, rw = -1, ns = -1, set = 0; local
[all...]
/freebsd-9.3-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_log.h115 cl_spinlock_t lock; member in struct:osm_log
H A Dosm_opensm.h184 cl_plock_t lock; member in struct:osm_opensm
H A Dosm_perfmgr.h119 cl_plock_t *lock; member in struct:osm_perfmgr
H A Dosm_perfmgr_db.h155 cl_plock_t lock; member in struct:_db

Completed in 317 milliseconds

1234567891011>>