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

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/ttm/
H A Dttm_lock.c67 bool locked = false; local
77 locked = true;
80 return locked;
96 static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked) argument
100 *locked = false;
111 *locked = true;
123 bool locked; local
127 (lock->queue, __ttm_read_trylock(lock, &locked));
129 wait_event(lock->queue, __ttm_read_trylock(lock, &locked));
132 BUG_ON(locked);
150 bool locked = false; local
224 bool locked = false; local
292 bool locked = false; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/ttm/
H A Dttm_lock.c67 bool locked = false; local
77 locked = true;
80 return locked;
96 static bool __ttm_read_trylock(struct ttm_lock *lock, bool *locked) argument
100 *locked = false;
111 *locked = true;
123 bool locked; local
127 (lock->queue, __ttm_read_trylock(lock, &locked));
129 wait_event(lock->queue, __ttm_read_trylock(lock, &locked));
132 BUG_ON(locked);
150 bool locked = false; local
224 bool locked = false; local
292 bool locked = false; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba/source/smbwrapper/
H A Dshared.c67 static int locked; variable
82 if (locked==0 &&
87 locked++;
95 locked--;
96 if (locked == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba/source/smbwrapper/
H A Dshared.c67 static int locked; variable
82 if (locked==0 &&
87 locked++;
95 locked--;
96 if (locked == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba/source/smbwrapper/
H A Dshared.c67 static int locked; variable
82 if (locked==0 &&
87 locked++;
95 locked--;
96 if (locked == 0) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/staging/vme/
H A Dvme_bridge.h17 int locked; member in struct:vme_master_resource
30 int locked; member in struct:vme_slave_resource
63 int locked; member in struct:vme_dma_resource
74 int locked; member in struct:vme_lm_resource
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/tile/include/asm/
H A Dspinlock_32.h135 int locked; local
139 locked = (val << _RD_COUNT_WIDTH) == 0;
140 rwlock->lock = val + (locked << _RD_COUNT_SHIFT);
141 return locked;
161 /* Set the "next" field to mark it locked. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/staging/vme/
H A Dvme_bridge.h17 int locked; member in struct:vme_master_resource
30 int locked; member in struct:vme_slave_resource
63 int locked; member in struct:vme_dma_resource
74 int locked; member in struct:vme_lm_resource
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/tile/include/asm/
H A Dspinlock_32.h135 int locked; local
139 locked = (val << _RD_COUNT_WIDTH) == 0;
140 rwlock->lock = val + (locked << _RD_COUNT_SHIFT);
141 return locked;
161 /* Set the "next" field to mark it locked. */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/mutex/
H A Dmut_fcntl.c49 int locked, ms, ret; local
81 for (locked = 0;;) {
109 locked = 1;
129 if (locked)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/media/dvb/frontends/
H A Dlgs8gxx.c311 static int lgs8gxx_is_locked(struct lgs8gxx_state *priv, u8 *locked) argument
324 *locked = ((t & 0x80) == 0x80) ? 1 : 0;
326 *locked = ((t & 0xC0) == 0xC0) ? 1 : 0;
331 static int lgs8gxx_wait_ca_lock(struct lgs8gxx_state *priv, u8 *locked) argument
347 *locked = (ret == 0) ? 1 : 0;
375 u8 *locked)
400 err = lgs8gxx_wait_ca_lock(priv, locked);
401 if (err || !(*locked))
409 *locked = 0;
419 u8 locked local
374 lgs8gxx_autolock_gi(struct lgs8gxx_state *priv, u8 gi, u8 cpn, u8 *locked) argument
740 u8 t, locked = 0; local
[all...]
H A Datbm8830.c162 static int is_locked(struct atbm_state *priv, u8 *locked) argument
168 if (locked != NULL)
169 *locked = (status == 1);
277 u8 locked = 0; local
293 is_locked(priv, &locked);
294 if (locked != 0) {
295 dprintk("ATBM8830 locked!\n");
344 u8 locked = 0; local
350 is_locked(priv, &locked);
351 if (locked) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Dlgs8gxx.c311 static int lgs8gxx_is_locked(struct lgs8gxx_state *priv, u8 *locked) argument
324 *locked = ((t & 0x80) == 0x80) ? 1 : 0;
326 *locked = ((t & 0xC0) == 0xC0) ? 1 : 0;
331 static int lgs8gxx_wait_ca_lock(struct lgs8gxx_state *priv, u8 *locked) argument
347 *locked = (ret == 0) ? 1 : 0;
375 u8 *locked)
400 err = lgs8gxx_wait_ca_lock(priv, locked);
401 if (err || !(*locked))
409 *locked = 0;
419 u8 locked local
374 lgs8gxx_autolock_gi(struct lgs8gxx_state *priv, u8 gi, u8 cpn, u8 *locked) argument
740 u8 t, locked = 0; local
[all...]
H A Datbm8830.c162 static int is_locked(struct atbm_state *priv, u8 *locked) argument
168 if (locked != NULL)
169 *locked = (status == 1);
277 u8 locked = 0; local
293 is_locked(priv, &locked);
294 if (locked != 0) {
295 dprintk("ATBM8830 locked!\n");
344 u8 locked = 0; local
350 is_locked(priv, &locked);
351 if (locked) {
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/mutex/
H A Dmut_fcntl.c49 int locked, ms, ret; local
81 for (locked = 0;;) {
109 locked = 1;
129 if (locked)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/mutex/
H A Dmut_fcntl.c49 int locked, ms, ret; local
81 for (locked = 0;;) {
109 locked = 1;
129 if (locked)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libdaemon/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libdaemon/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libdaemon/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)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/repmgr/
H A Drepmgr_method.c33 int i, is_listener, locked, need_masterseek, ret; local
97 locked = FALSE;
185 locked = TRUE;
189 locked = FALSE;
196 if (locked)
531 int locked, ret; local
574 locked = FALSE;
584 locked = TRUE;
622 if (locked) {
663 int eid, locked, re local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/repmgr/
H A Drepmgr_method.c33 int i, is_listener, locked, need_masterseek, ret; local
97 locked = FALSE;
185 locked = TRUE;
189 locked = FALSE;
196 if (locked)
531 int locked, ret; local
574 locked = FALSE;
584 locked = TRUE;
622 if (locked) {
663 int eid, locked, re local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/repmgr/
H A Drepmgr_method.c33 int i, is_listener, locked, need_masterseek, ret; local
97 locked = FALSE;
185 locked = TRUE;
189 locked = FALSE;
196 if (locked)
531 int locked, ret; local
574 locked = FALSE;
584 locked = TRUE;
622 if (locked) {
663 int eid, locked, re local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/mfd/
H A Dab3100-otp.c33 * @locked whether the OTP is locked, after locking, no more bits
51 bool locked; member in struct:ab3100_otp
83 otp->locked = (otpp & 0x80);
103 seq_printf(s, "OTP is %s\n", otp->locked ? "LOCKED" : "UNLOCKED");
164 SHOW_AB3100_ATTR(locked)
174 __ATTR(locked, S_IRUGO, ab3100_otp_locked_show, NULL),

Completed in 238 milliseconds

1234567891011>>