Searched refs:locked (Results 51 - 75 of 109) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/tdb/
H A Dtdb.c262 if (tdb->locked[list+1].count == 0) {
274 tdb->locked[list+1].ltype = ltype;
276 tdb->locked[list+1].count++;
296 if (tdb->locked[list+1].count==0) {
301 if (tdb->locked[list+1].count == 1) {
311 tdb->locked[list+1].count--;
1007 /* If they do lockkeys, check that this hash is one they locked */
1371 /* Is locked key the old key? If so, traverse will be reliable. */
1521 on failure return -1. Record must be locked before calling.
1683 int rev = 0, locked; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/tdb/
H A Dtdb.c262 if (tdb->locked[list+1].count == 0) {
274 tdb->locked[list+1].ltype = ltype;
276 tdb->locked[list+1].count++;
296 if (tdb->locked[list+1].count==0) {
301 if (tdb->locked[list+1].count == 1) {
311 tdb->locked[list+1].count--;
1007 /* If they do lockkeys, check that this hash is one they locked */
1371 /* Is locked key the old key? If so, traverse will be reliable. */
1521 on failure return -1. Record must be locked before calling.
1683 int rev = 0, locked; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/md/
H A Draid5.c1356 int locked=0, uptodate=0, to_read=0, to_write=0, failed=0, written=0; local
1406 if (test_bit(R5_LOCKED, &dev->flags)) locked++;
1431 PRINTK("locked=%d uptodate=%d to_read=%d"
1433 locked, uptodate, to_read, to_write, failed, failed_num);
1586 locked++;
1635 locked++;
1654 locked++;
1661 /* now if nothing is locked, and if we have enough data, we can start a write request */
1662 if (locked == 0 && (rcw == 0 ||rmw == 0) &&
1666 /* now every locked buffe
1893 int locked=0, uptodate=0, to_read=0, to_write=0, failed=0, written=0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Db_sock.c108 int locked = 0; local
129 locked = 1;
148 if (locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Duartlite.c335 int locked = 1; local
338 locked = spin_trylock_irqsave(&port->lock, flags);
354 if (locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/tdb/
H A Dtdb.h106 struct tdb_lock_type *locked; /* array of chain locks */ member in struct:tdb_context
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mp/
H A Dmp_method.c481 int locked, ret; local
497 locked = ret = 0;
516 * that the fop layer has the file locked for exclusive access, so we
520 * all affected buckets locked.
542 locked = 1;
640 /* If we have buckets locked, unlock them when done moving files. */
641 if (locked == 1) {
711 * locked at a higher level of the system.
756 * has the metapage locked while manipulating them.
H A Dmp_sync.c474 * If the buffer is locked by another thread, ignore it, we'll
502 * thread can acquire the buffer because we have it locked.
567 * buffer locked.
756 * locked. The mfp will get freed via the cleanup pass.
833 __memp_mf_sync(dbmp, mfp, locked)
836 int locked;
852 if (!locked) {
871 if (!locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dtdb.h106 struct tdb_lock_type *locked; /* array of chain locks */ member in struct:tdb_context
H A Dtty.c133 int locked; /* lock() has succeeded */ variable
546 locked = 1;
799 if (locked) {
801 locked = 0;
856 if (locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound.h226 int locked ; /* params cannot be modified when != 0 */ member in struct:sound_queue
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c48 * which are locked into the MMU).
583 unsigned char locked; member in struct:sun4c_mmu_entry
604 mmu_entry_pool[i].locked = 0;
609 mmu_entry_pool[invalid_segment].locked = 1;
638 mmu_entry_pool[pseg].locked = 1;
649 mmu_entry_pool[pseg].locked = 1;
662 if (!mmu_entry_pool[i].locked)
664 mmu_entry_pool[i].locked = 1;
785 if (!mmu_entry_pool[i].locked)
787 mmu_entry_pool[i].locked
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmmap.c928 unsigned long locked, lock_limit; local
929 locked = len >> PAGE_SHIFT;
930 locked += mm->locked_vm;
933 if (locked > lock_limit && !capable(CAP_IPC_LOCK))
1454 unsigned long locked; local
1456 locked = mm->locked_vm + grow;
1458 if (locked > limit && !capable(CAP_IPC_LOCK))
1870 unsigned long locked, lock_limit; local
1871 locked = len >> PAGE_SHIFT;
1872 locked
[all...]
H A Drmap.c64 struct anon_vma *allocated, *locked; local
69 locked = anon_vma;
70 spin_lock(&locked->lock);
76 locked = NULL;
88 if (locked)
89 spin_unlock(&locked->lock);
225 * On success returns with pte mapped and locked.
525 * always holds the page locked, except if called from page_dup_rmap,
529 * are initially only visible via the pagetables, and the pte is locked
545 * The caller needs to hold the pte lock and the page must be locked
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dbuffer_head.h22 BH_Lock, /* Is locked */
117 BUFFER_FNS(Lock, locked)
118 TAS_BUFFER_FNS(Lock, locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/squashfs/
H A Dinode.c487 fragment->locked --;
510 msblk->fragment[i].locked; n--, i = (i + 1) %
540 msblk->fragment[i].locked = 1;
548 msblk->fragment[i].locked = 0;
555 TRACE("New fragment %d, start block %lld, locked %d\n",
557 msblk->fragment[i].locked);
562 msblk->fragment[i].locked++;
564 TRACE("Got fragment %d, start block %lld, locked %d\n", i,
566 msblk->fragment[i].locked);
1253 msblk->fragment[i].locked
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_winsserver.c614 We have a locked pointer to the original packet stashed away in the
635 orig_reg_packet->locked = False;
643 We have a locked pointer to the original packet stashed away in the
683 orig_reg_packet->locked = False;
969 p->locked = True;
1018 We have a locked pointer to the original packet stashed away in the
1058 orig_reg_packet->locked = False;
1074 orig_reg_packet->locked = False;
1082 We have a locked pointer to the original packet stashed away in the
1100 orig_reg_packet->locked
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/rep/
H A Drep_method.c329 int announce, locked, ret, role_chg; local
340 locked = 0;
408 locked = 1;
570 locked = 0;
662 if (locked) {
664 locked = 0;
708 if (locked)
H A Drep_elect.c58 int done, eid, elected, full_elect, locked, in_progress, need_req; local
92 locked = 0;
215 locked = 1;
465 if (locked) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbreg/
H A Ddbreg.c267 * Assume the caller holds the mtx_filelist locked. Assume the
622 __dbreg_close_id_int(env, fnp, op, locked)
626 int locked;
638 fnp, locked, 1, DB_LOGFILEID_INVALID));
646 if (!locked)
653 err: if (!locked)
783 * is already locked.
861 * push and pop, assumes that the mtx_filelist is locked.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Db_sock.c111 int locked = 0; local
132 locked = 1;
151 if (locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dinit.c40 static unsigned int snd_cards_lock; /* locked for registering/using */
178 /* return non-zero if a card is already locked */
181 int locked; local
184 locked = snd_cards_lock & (1 << card);
186 return locked;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dosst.h255 unsigned locked :1; /* The volume is locked */ member in struct:__anon6883
259 unsigned locked :1; /* The volume is locked */ member in struct:__anon6883
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/mac80211/
H A Dsta_info.c233 void sta_info_free(struct sta_info *sta, int locked) argument
238 if (!locked) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/
H A Dwavelan_cs.p.h43 * errors or reconfigure, and I designed the locked/unlocked sections
572 unsigned char locked; /* Table lock */ member in struct:wavepoint_table

Completed in 285 milliseconds

12345