Searched refs:locked (Results 26 - 50 of 129) sorted by relevance

123456

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_umem.c93 unsigned long locked; local
163 locked = npages + current->mm->pinned_vm;
223 current->mm->pinned_vm = locked;
/freebsd-11-stable/sys/dev/usb/net/
H A Dif_ure.c339 int locked; local
342 locked = mtx_owned(&sc->sc_mtx);
343 if (!locked)
348 if (!locked)
357 int locked; local
363 locked = mtx_owned(&sc->sc_mtx);
364 if (!locked)
369 if (!locked)
380 int locked; local
384 locked
[all...]
H A Dif_axge.c285 int locked; local
288 locked = mtx_owned(&sc->sc_mtx);
289 if (!locked)
294 if (!locked)
304 int locked; local
309 locked = mtx_owned(&sc->sc_mtx);
310 if (!locked)
315 if (!locked)
329 int locked; local
333 locked
[all...]
H A Dif_axe.c323 int locked; local
325 locked = mtx_owned(&sc->sc_mtx);
326 if (!locked)
344 if (!locked)
353 int locked; local
356 locked = mtx_owned(&sc->sc_mtx);
357 if (!locked)
364 if (!locked)
376 int err, locked; local
378 locked
[all...]
H A Dif_udav.c805 int locked; local
811 locked = mtx_owned(&sc->sc_mtx);
812 if (!locked)
835 if (!locked)
845 int locked; local
851 locked = mtx_owned(&sc->sc_mtx);
852 if (!locked)
872 if (!locked)
/freebsd-11-stable/sys/netinet6/
H A Din6_pcb.c869 bool locked; local
1029 locked = INP_TRY_WLOCK(inp);
1031 locked = INP_TRY_RLOCK(inp);
1034 if (!locked)
1037 if (!locked) {
1170 * hash list lock, and will return the inpcb locked (i.e., requires
1179 bool locked; local
1186 locked = INP_TRY_WLOCK(inp);
1188 locked = INP_TRY_RLOCK(inp);
1191 if (!locked)
[all...]
/freebsd-11-stable/sys/fs/pseudofs/
H A Dpseudofs_vnops.c363 int len, i, error, locked; local
404 locked = VOP_ISLOCKED(vp);
409 vn_lock(vp, locked | LK_RETRY);
416 vn_lock(vp, locked | LK_RETRY);
616 int error, locked; local
644 locked = VOP_ISLOCKED(vn);
686 vn_lock(vn, locked | LK_RETRY);
882 int error, locked; local
905 locked = VOP_ISLOCKED(vn);
915 vn_lock(vn, locked | LK_RETR
[all...]
/freebsd-11-stable/sys/dev/e1000/
H A De1000_phy.c724 * @locked: semaphore has already been acquired or not
731 bool locked)
737 if (!locked) {
754 if (!locked)
794 * @locked: semaphore has already been acquired or not
800 bool locked)
806 if (!locked) {
823 if (!locked)
862 * @locked: semaphore has already been acquired or not
869 bool locked)
730 __e1000_read_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 *data, bool locked) argument
799 __e1000_write_phy_reg_igp(struct e1000_hw *hw, u32 offset, u16 data, bool locked) argument
868 __e1000_read_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 *data, bool locked) argument
943 __e1000_write_kmrn_reg(struct e1000_hw *hw, u32 offset, u16 data, bool locked) argument
3532 __e1000_read_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 *data, bool locked, bool page_set) argument
3641 __e1000_write_phy_reg_hv(struct e1000_hw *hw, u32 offset, u16 data, bool locked, bool page_set) argument
4111 bool locked = FALSE; local
4173 bool locked = FALSE; local
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_schedule.c202 linux_wake_up(wait_queue_head_t *wqh, unsigned int state, int nr, bool locked) argument
206 if (!locked)
217 if (!locked)
/freebsd-11-stable/sys/crypto/via/
H A Dpadlock.c69 struct padlock_session *ses, int locked);
267 int locked)
272 if (!locked)
282 if (!locked)
266 padlock_freesession_one(struct padlock_softc *sc, struct padlock_session *ses, int locked) argument
/freebsd-11-stable/include/rpc/
H A Drpcsec_gss.h109 bool_t locked; member in struct:__anon6555
/freebsd-11-stable/sys/dev/sound/macio/
H A Dsnapper.c443 int locked; local
449 locked = mtx_owned(mixer_lock);
473 if (locked)
478 if (locked)
H A Dtumbler.c389 int locked; local
395 locked = mtx_owned(mixer_lock);
419 if (locked)
424 if (locked)
/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_int.h153 int engine_free_util(ENGINE *e, int locked);
H A Deng_lib.c107 int engine_free_util(ENGINE *e, int locked) argument
115 if (locked)
/freebsd-11-stable/sys/dev/sfxge/common/
H A Def10_filter.c585 boolean_t locked = B_FALSE; local
610 locked = B_TRUE;
655 locked = B_FALSE;
686 locked = B_FALSE;
710 locked = B_TRUE;
725 locked = B_FALSE;
751 if (locked)
861 boolean_t locked = B_FALSE; local
869 locked = B_TRUE;
887 locked
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dauth.c126 /* grab passwd field for locked account check */
137 /* check for locked account */
139 int locked = 0; local
143 locked = 1;
148 locked = 1;
152 locked = 1;
157 if (locked) {
158 logit("User %.100s not allowed because account is locked",
/freebsd-11-stable/sys/fs/nullfs/
H A Dnull_vnops.c777 * vnode, are exclusively locked, and we shall destroy the null vnode.
872 int error, locked; local
874 locked = VOP_ISLOCKED(vp);
885 vn_lock(vp, locked | LK_RETRY);
897 vn_lock(vp, locked | LK_RETRY);
908 vn_lock(vp, locked | LK_RETRY);
/freebsd-11-stable/sys/dev/cxgbe/
H A Dt4_filter.c61 uint32_t locked:1; /* filter is administratively locked or busy */ member in struct:filter_entry
549 int i, rc, busy, locked; local
567 rc = busy = locked = 0;
571 locked += f[i].locked;
573 if (locked > 0)
1009 if (f->locked) {
1237 if (f->locked == 0)
1274 if (f->locked
[all...]
/freebsd-11-stable/sys/x86/iommu/
H A Dbusdma_dmar.c381 map->locked = true;
760 if (!map->locked) {
762 ("map not locked and not sleepable context %p", map));
769 map->locked = true;
858 map->locked = false;
863 if (map->locked) {
867 map->locked = true;
878 map->locked = false;
/freebsd-11-stable/contrib/sendmail/src/
H A Dmci.c755 ** locked it. This has the (according to some)
872 sm_dprintf("mci_unlock_host: stat file already locked\n");
908 bool locked = true; local
951 locked = lockfile(sm_io_getinfo(fp, SM_IO_WHAT_FD, NULL), fname, "",
953 if (locked)
964 return locked;
1364 bool locked; local
1402 locked = !lockfile(sm_io_getinfo(fp, SM_IO_WHAT_FD, NULL), pathname,
1408 locked ? '*' : ' ', hostname,
/freebsd-11-stable/contrib/blacklist/lib/
H A Dbl.c104 bl_reset(bl_t b, bool locked) argument
107 if (!locked)
113 if (!locked)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa_config.c391 boolean_t locked = B_FALSE; local
397 locked = B_TRUE;
528 if (locked)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp194 std::lock_guard<sys::Mutex> locked(lock);
207 std::lock_guard<sys::Mutex> locked(lock);
212 std::lock_guard<sys::Mutex> locked(lock);
231 std::lock_guard<sys::Mutex> locked(lock);
238 std::lock_guard<sys::Mutex> locked(lock);
246 std::lock_guard<sys::Mutex> locked(lock);
251 std::lock_guard<sys::Mutex> locked(lock);
278 std::lock_guard<sys::Mutex> locked(lock);
289 std::lock_guard<sys::Mutex> locked(lock);
296 std::lock_guard<sys::Mutex> locked(loc
[all...]
/freebsd-11-stable/contrib/nvi/common/
H A Drecover.c59 * file exists, and is exclusively locked.
61 * In the EXF structure we maintain a file descriptor that is the locked
550 /* If it's locked, it's live. */
625 int found, locked = 0, requested, sv_fd; local
665 locked = 0;
668 locked = 1;
671 /* If it's locked, it's live. */
780 if (!locked)

Completed in 371 milliseconds

123456