Searched refs:locked (Results 1 - 25 of 109) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dplain_io.h33 int locked, mt_size_t *maxSize);
H A Dfloppyd_io.h29 int mode2, int locked);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/smbwrapper/
H A Dshared.c64 static int locked; variable
79 if (locked==0 &&
84 locked++;
92 locked--;
93 if (locked == 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/acpi/executer/
H A Dexfield.c74 u8 locked; local
114 locked =
128 acpi_ex_release_global_lock(locked);
178 locked =
184 acpi_ex_release_global_lock(locked);
220 u8 locked; local
281 locked =
294 acpi_ex_release_global_lock(locked);
369 locked =
375 acpi_ex_release_global_lock(locked);
[all...]
H A Dexutils.c253 u8 locked = FALSE; local
266 locked = TRUE;
273 return_UINT8(locked);
285 * DESCRIPTION: Release the global lock if it is locked.
295 /* Only attempt unlock if the caller locked it */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_fcntl.c49 int locked, ms, ret; local
74 for (locked = 0;;) {
92 locked = 1;
112 if (locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_queue.h43 unsigned int locked:1, /* timer is only accesibble by owner if set */ member in struct:snd_seq_queue
74 int snd_seq_queue_alloc(int client, int locked, unsigned int flags);
106 int snd_seq_queue_set_owner(int queueid, int client, int locked);
107 int snd_seq_queue_set_locked(int queueid, int client, int locked);
H A Dseq_queue.c32 * - The queue is locked when struct snd_seq_queue pointer is returned via
110 static struct snd_seq_queue *queue_new(int owner, int locked) argument
138 q->locked = locked;
188 int snd_seq_queue_alloc(int client, int locked, unsigned int info_flags) argument
192 q = queue_new(client, locked);
369 return (q->owner == client) || (!q->locked && !q->klocked);
419 int snd_seq_queue_set_owner(int queueid, int client, int locked) argument
431 q->locked = locked
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dmlock.c70 * Keep track of amount of locked VM.
137 unsigned long locked; local
148 locked = len >> PAGE_SHIFT;
149 locked += current->mm->locked_vm;
155 if ((locked <= lock_limit) || capable(CAP_IPC_LOCK))
242 unsigned long lock_limit, locked; local
245 locked = (size + PAGE_SIZE - 1) >> PAGE_SHIFT;
249 if (locked + user->locked_shm > lock_limit && !capable(CAP_IPC_LOCK))
252 user->locked_shm += locked;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dglock.h37 int locked = 0; local
43 locked = 1;
49 return locked;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dsquashfs_fs_sb.h38 unsigned int locked; member in struct:squashfs_fragment_cache
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/repmgr/
H A Drepmgr_method.c341 int locked, ret; local
372 locked = TRUE;
374 locked = FALSE;
378 if (locked)
403 int eid, locked, ret; local
421 locked = TRUE;
423 locked = FALSE;
440 unlock: if (locked)
H A Drepmgr_stat.c237 int locked, ret; local
244 locked = TRUE;
246 locked = FALSE;
291 err: if (locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libdaemon-0.14/libdaemon/
H A Ddpid.c97 int fd = -1, locked = -1; local
117 if ((locked = lock_file(fd, 1)) < 0)
156 if (locked >= 0)
213 int locked = -1; local
230 if ((locked = lock_file(fd, 1)) < 0) {
255 if (locked >= 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/xmon/
H A Dstart.c99 int locked; local
101 while ((locked = test_and_set_bit(0, &xmon_write_lock)) != 0)
126 if (!locked)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dasyncdns.c233 dns_current->locked = False;
252 p->locked = False;
298 p->locked = True;
300 p->locked = True;
H A Dnmbd_winsproxy.c156 copy_of_p->locked = True;
178 p->locked = False;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/core/
H A Dumem.c74 unsigned long locked; local
114 locked = npages + current->mm->locked_vm;
117 if ((locked > lock_limit) && !capable(CAP_IPC_LOCK)) {
180 current->mm->locked_vm = locked;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Datomic.S57 ld [%g1], %g7 ! Load locked atomic24_t
63 ld [%g1], %g7 ! Load locked atomic24_t
83 ld [%g1], %g7 ! Load locked atomic24_t
89 ld [%g1], %g7 ! Load locked atomic24_t
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/watchdog/
H A Drm9k_wdt.c67 static int locked; variable
189 if (locked) {
192 locked = 0;
214 locked = 1;
226 locked = 1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/
H A Dxfs_dfrag.c145 char locked = 0; local
169 locked = 1;
263 * we have the iolock (locked for truncation too) so we
277 locked = 0;
388 locked = 0;
391 if (locked) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/dmasound/
H A Ddmasound_core.c453 if (sq->locked) { /* are we already set? - and not changeable */
455 printk("dmasound_core: tried to sq_setup a locked queue\n") ;
459 sq->locked = 1 ; /* don't think we have a race prob. here _check_ */
581 if (write_sq.locked == 0) {
663 if (write_sq.locked == 0) {
725 if (read_sq.locked == 0) {
913 write_sq.locked = 0 ;
944 read_sq.locked = 0 ;
1051 /* if either queue is locked we must deny the right to change shared params
1058 if (read_sq.locked)
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dnamei.c611 int locked; local
618 locked = reiserfs_cache_default_acl(dir);
622 if (locked)
637 if (locked) {
639 locked = 0;
666 if (locked)
683 int locked; local
693 locked = reiserfs_cache_default_acl(dir);
697 if (locked)
713 if (locked) {
760 int locked; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/quota/
H A Dxfs_trans_dquot.c54 * Add the locked dquot to the transaction.
55 * The dquot must be locked, and it cannot be associated with any
220 * if it's locked or not (most of the time it won't be).
347 * dquot is still left locked at exit.
541 boolean_t locked; local
562 locked = B_FALSE;
565 locked = B_TRUE;
570 if (!locked) {
572 locked = B_TRUE;
579 if (!locked) {
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Deng_int.h130 int engine_free_util(ENGINE *e, int locked);

Completed in 219 milliseconds

12345