Home
last modified time | relevance | path

Searched refs:nolock (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/watchdog/
Dit87_wdt.c737 int nolock; in it87_wdt_exit() local
739 nolock = !spin_trylock_irqsave(&spinlock, flags); in it87_wdt_exit()
755 if (!nolock) in it87_wdt_exit()
/linux-2.6.39/fs/gfs2/
DKconfig26 The "nolock" lock module is now built in to GFS2 by default. If
/linux-2.6.39/drivers/tty/serial/cpm_uart/
Dcpm_uart_core.c1230 int nolock = oops_in_progress; in cpm_uart_console_write() local
1232 if (unlikely(nolock)) { in cpm_uart_console_write()
1240 if (unlikely(nolock)) { in cpm_uart_console_write()
/linux-2.6.39/fs/btrfs/
Dinode.c1052 bool nolock = false; in run_delalloc_nocow() local
1057 nolock = true; in run_delalloc_nocow()
1235 if (nolock) { in run_delalloc_nocow()
1704 bool nolock = false; in btrfs_finish_ordered_io() local
1712 nolock = (root == root->fs_info->tree_root); in btrfs_finish_ordered_io()
1718 if (nolock) in btrfs_finish_ordered_io()
1735 if (nolock) in btrfs_finish_ordered_io()
1781 if (nolock) { in btrfs_finish_ordered_io()
4369 bool nolock = false; in btrfs_write_inode() local
4375 nolock = (root->fs_info->closing && root == root->fs_info->tree_root); in btrfs_write_inode()
[all …]