Home
last modified time | relevance | path

Searched refs:locked (Results 251 – 275 of 509) sorted by relevance

1...<<1112131415161718192021

/openbmc/linux/drivers/clk/st/
H A Dclkgen-pll.c231 u32 locked = CLKGEN_READ(pll, locked_status); in clkgen_pll_is_locked() local
233 return !!locked; in clkgen_pll_is_locked()
/openbmc/linux/io_uring/
H A Dtimeout.c76 filled = io_fill_cqe_req_aux(req, ts->locked, -ETIME, in io_timeout_complete()
304 unsigned issue_flags = ts->locked ? 0 : IO_URING_F_UNLOCKED; in io_req_task_link_timeout()
/openbmc/linux/Documentation/gpu/
H A Dvgaarbiter.rst50 "locks" indicates what is locked by this card. If the card is
127 resources as locked. If the resources requested are "normal" (and not legacy)
/openbmc/linux/include/sound/
H A Dhdaudio.h549 bool locked:1; member
650 #define snd_hdac_stream_is_locked(dev) ((dev)->locked)
/openbmc/linux/drivers/media/dvb-frontends/
H A Dstv0367.c50 int locked; /* channel found */ member
1452 int locked = FALSE;
1454 locked = (stv0367_readbits(state, F367TER_LK));
1455 if (!locked)
1467 locked = (stv0367_readbits(state, F367TER_TPS_LOCK)) &&
1473 return locked;
2507 cab_state->locked = 1; in stv0367cab_algo()
/openbmc/phosphor-webui/app/common/services/
H A Dapi-utils.js627 updateUser: function(user, newUser, passwd, role, enabled, locked) { argument
641 if ((locked !== undefined) && (locked !== null)) {
642 data['Locked'] = locked
/openbmc/linux/fs/xfs/
H A Dxfs_buf.c1099 int locked; in xfs_buf_trylock() local
1101 locked = down_trylock(&bp->b_sema) == 0; in xfs_buf_trylock()
1102 if (locked) in xfs_buf_trylock()
1106 return locked; in xfs_buf_trylock()
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-rf-tuner.rst88 Is synthesizer PLL locked? RF tuner is receiving given frequency
/openbmc/linux/include/uapi/sound/
H A Dasequencer.h504 unsigned locked:1; /* timing queue locked for other queues */ member
/openbmc/linux/include/linux/
H A Dio_uring_types.h385 bool locked; member
/openbmc/qemu/tests/qemu-iotests/
H A D051.out86 Removable device: not locked, tray closed
179 Removable device: not locked, tray closed
199 Removable device: not locked, tray closed
219 Removable device: not locked, tray closed
468 Removable device: not locked, tray closed
/openbmc/linux/fs/fuse/
H A Dinode.c547 bool locked = false; in fuse_lock_inode() local
551 locked = true; in fuse_lock_inode()
554 return locked; in fuse_lock_inode()
557 void fuse_unlock_inode(struct inode *inode, bool locked) in fuse_unlock_inode() argument
559 if (locked) in fuse_unlock_inode()
/openbmc/linux/kernel/trace/
H A Dtrace_events_user.c255 static void user_event_put(struct user_event *user, bool locked) in user_event_put() argument
273 if (!locked) { in user_event_put()
326 if (!locked) in user_event_put()
382 bool locked) in user_event_enabler_destroy() argument
387 user_event_put(enabler->event, locked); in user_event_enabler_destroy()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dqemurunner.py712 locked = lock.acquire(False)
714 yield locked
716 if locked:
/openbmc/linux/drivers/scsi/cxlflash/
H A Dvlun.c1101 bool locked = false; in clone_lxt() local
1129 locked = true; in clone_lxt()
1158 if (locked) in clone_lxt()
/openbmc/linux/fs/overlayfs/
H A Dutil.c908 bool locked = false; in ovl_inuse_trylock() local
913 locked = true; in ovl_inuse_trylock()
917 return locked; in ovl_inuse_trylock()
/openbmc/linux/drivers/staging/vme_user/
H A Dvme_fake.c1111 master_image->locked = 0; in fake_init()
1137 slave_image->locked = 0; in fake_init()
1159 lm->locked = 0; in fake_init()
/openbmc/linux/drivers/tty/serial/
H A Dsunsab.c857 int locked = 1; in sunsab_console_write() local
860 locked = spin_trylock_irqsave(&up->port.lock, flags); in sunsab_console_write()
867 if (locked) in sunsab_console_write()
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_actlog.c441 bool locked = false; in drbd_al_begin_io_commit() local
448 (locked = lc_try_lock_for_transaction(device->act_log))); in drbd_al_begin_io_commit()
450 if (locked) { in drbd_al_begin_io_commit()
/openbmc/linux/kernel/bpf/
H A Dhashtab.c1697 bool locked = false; in __htab_map_lookup_and_delete_batch() local
1757 if (locked) { in __htab_map_lookup_and_delete_batch()
1770 if (bucket_cnt && !locked) { in __htab_map_lookup_and_delete_batch()
1771 locked = true; in __htab_map_lookup_and_delete_batch()
1801 if (!locked) in __htab_map_lookup_and_delete_batch()
1855 locked = false; in __htab_map_lookup_and_delete_batch()
/openbmc/linux/Documentation/hwmon/
H A Djc42.rst134 is likely that it has locked the registers, i.e., that the temperature limits
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst.h172 int locked; member
/openbmc/linux/drivers/md/
H A Draid5.h285 int locked, uptodate, to_read, to_write, failed, written; member
/openbmc/linux/fs/squashfs/
H A Dsquashfs_fs.h224 unsigned short locked; member
/openbmc/linux/tools/perf/util/
H A Dannotate.h54 } locked; member

1...<<1112131415161718192021