Home
last modified time | relevance | path

Searched refs:locked (Results 326 – 350 of 509) sorted by relevance

1...<<1112131415161718192021

/openbmc/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3083 otpinfo->locked = 0; in onenand_otp_walk()
3398 int syscfg, locked; in flexonenand_get_boundary() local
3413 locked = 0; in flexonenand_get_boundary()
3415 locked = 1; in flexonenand_get_boundary()
3422 this->boundary[die], locked ? "(Locked)" : "(Unlocked)"); in flexonenand_get_boundary()
/openbmc/linux/drivers/dma/
H A Damba-pl08x.c167 bool locked; member
830 if (!ch->locked && !ch->serving) { in pl08x_get_phy_channel()
2471 ch->locked ? " LOCKED" : ""); in pl08x_debugfs_show()
2902 ch->locked = true; in pl08x_probe()
/openbmc/linux/drivers/tty/serial/
H A Dsamsung_tty.c2369 bool locked = true; in s3c24xx_serial_console_write() local
2376 locked = false; in s3c24xx_serial_console_write()
2378 locked = spin_trylock_irqsave(&cons_uart->lock, flags); in s3c24xx_serial_console_write()
2384 if (locked) in s3c24xx_serial_console_write()
H A Damba-pl011.c2327 int locked = 1; in pl011_console_write() local
2333 locked = 0; in pl011_console_write()
2335 locked = spin_trylock(&uap->port.lock); in pl011_console_write()
2362 if (locked) in pl011_console_write()
H A Dimx.c2014 int locked = 1; in imx_uart_console_write() local
2017 locked = 0; in imx_uart_console_write()
2019 locked = spin_trylock_irqsave(&sport->port.lock, flags); in imx_uart_console_write()
2048 if (locked) in imx_uart_console_write()
/openbmc/linux/Documentation/mm/
H A Dhmm.rst334 device private struct pages will be locked with ``lock_page()``, isolated
372 table is locked and only one of the new pages will be inserted.
376 If the source page was locked, isolated, etc. the source ``struct page``
/openbmc/linux/fs/f2fs/
H A Dcheckpoint.c1218 int locked; in block_operations() local
1228 locked = down_read_trylock(&sbi->sb->s_umount); in block_operations()
1230 if (locked) in block_operations()
/openbmc/linux/Documentation/locking/
H A Dspinlocks.rst129 where an interrupt tries to lock an already locked variable. This is ok if
H A Dpi-futex.rst81 means locked. (This is the same method as used by list-based robust
/openbmc/linux/Documentation/trace/
H A Dintel_th.rst141 - tracking the "locked" state of windows and providing a way for the
/openbmc/linux/Documentation/devicetree/bindings/clock/
H A Dqoriq-clock.txt5 multiple phase locked loops (PLL) to create a variety of frequencies
/openbmc/linux/Documentation/admin-guide/mm/
H A Didle_page_tracking.rst118 locked pages may be skipped too.
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dlibv4l-introduction.rst160 not locked sets the cid to the scaled value.
/openbmc/qemu/block/
H A Dtrace-events5 bdrv_lock_medium(void *bs, bool locked) "bs %p locked %d"
/openbmc/linux/Documentation/filesystems/
H A Dfuse.rst266 file to be locked forever.
425 get_user_pages(). The 'req->locked' flag indicates when the copy is
H A Dhpfs.rst232 0.93 Fixed bug that locked up the machine when there were too many filenames
293 1.96 Added workaround for one bug in OS/2 (HPFS locked up, HPFS386 reported
/openbmc/linux/sound/pci/hda/
H A Dhda_controller.c1007 if (!dmab->area || !hstr->locked) in snd_hda_codec_load_dsp_cleanup()
1014 hstr->locked = false; in snd_hda_codec_load_dsp_cleanup()
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_guts.h135 int locked; /* Can't push out or flush while locked. */ member
/openbmc/linux/Documentation/w1/
H A Dw1-netlink.rst172 is found) is locked. If slave command is requested, then reset/select
/openbmc/linux/mm/
H A Dmemcontrol.c1927 bool locked, ret; in mem_cgroup_oom() local
1964 locked = mem_cgroup_oom_trylock(memcg); in mem_cgroup_oom()
1966 if (locked) in mem_cgroup_oom()
1972 if (locked) in mem_cgroup_oom()
1999 bool locked; in mem_cgroup_oom_synchronize() local
2017 locked = mem_cgroup_oom_trylock(memcg); in mem_cgroup_oom_synchronize()
2019 if (locked) in mem_cgroup_oom_synchronize()
2026 if (locked) in mem_cgroup_oom_synchronize()
/openbmc/linux/fs/ocfs2/dlm/
H A Ddlmdomain.c1277 int locked = 0, status = -EINVAL; in dlm_query_nodeinfo_handler() local
1293 locked = 1; in dlm_query_nodeinfo_handler()
1314 if (locked) in dlm_query_nodeinfo_handler()
/openbmc/linux/drivers/mmc/core/
H A Dblock.c230 int locked = 0; in power_ro_lock_show() local
233 locked = 2; in power_ro_lock_show()
235 locked = 1; in power_ro_lock_show()
237 ret = snprintf(buf, PAGE_SIZE, "%d\n", locked); in power_ro_lock_show()
/openbmc/docs/designs/
H A Dredfish-tls-user-authentication.md250 verify whether user exists and is not locked out of the system on any login
/openbmc/linux/Documentation/arch/x86/
H A Dshstk.rst90 -EPERM if any of the passed feature are locked.
/openbmc/webui-vue/src/views/SecurityAndAccess/UserManagement/
H A DModalUser.vue350 userData.locked = false;

1...<<1112131415161718192021