Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/poky/meta/recipes-core/initscripts/initscripts-1.0/
H A Dmountnfs.sh47 *nolock*)
/OK3568_Linux_fs/kernel/fs/gfs2/
H A DKconfig24 The "nolock" lock module is now built in to GFS2 by default. If
/OK3568_Linux_fs/external/xserver/os/
H A Dutils.c251 static Bool nolock = FALSE; variable
268 if (nolock || NoListenAll) in LockServer()
389 if (nolock || NoListenAll) in UnlockServer()
757 nolock = TRUE; in ProcessCommandLine()
850 nolock = TRUE; in ProcessCommandLine()
/OK3568_Linux_fs/kernel/net/sched/
H A Dsch_generic.c1209 bool nolock; in dev_reset_queue() local
1215 nolock = qdisc->flags & TCQ_F_NOLOCK; in dev_reset_queue()
1217 if (nolock) in dev_reset_queue()
1224 if (nolock) { in dev_reset_queue()
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c1266 int nolock = oops_in_progress; in cpm_uart_console_write() local
1268 if (unlikely(nolock)) { in cpm_uart_console_write()
1276 if (unlikely(nolock)) { in cpm_uart_console_write()
/OK3568_Linux_fs/kernel/mm/
H A Dvmstat.c1395 bool assert_populated, bool nolock, in walk_zones_in_node() argument
1406 if (!nolock) in walk_zones_in_node()
1409 if (!nolock) in walk_zones_in_node()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog115950 Repair '-nolock'
115955 now never gets built, making the '-nolock' option non-functional...