Searched refs:switched (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/staging/olpc_dcon/
H A Dolpc_dcon.h82 bool switched; member in struct:dcon_priv
H A Dolpc_dcon.c283 dcon->switched = false;
294 wait_event_timeout(dcon->waitq, dcon->switched, HZ);
296 if (!dcon->switched)
333 wait_event_timeout(dcon->waitq, dcon->switched, HZ / 2);
335 if (!dcon->switched) {
350 if (dcon->switched && ktime_to_ns(delta_t)
738 dcon->switched = true;
751 if (dcon->curr_src != dcon->pending_src && !dcon->switched) {
752 dcon->switched = true;
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h52 ; 1. SP auto-switched to kernel mode stack
81 ; 1. SP auto-switched to kernel mode stack
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S206 ; won't be switched to correct U mode value (from AUX_SP)
/linux-master/fs/
H A Dfs-writeback.c376 * Multiple inodes can be switched at once. The switching procedure
404 bool switched = false; local
477 switched = true;
488 return switched;
665 * switched and the function has to be restarted.
1964 * have been switched to another wb in the meantime.
/linux-master/fs/nfs/
H A Ddir.c2054 bool switched = false; local
2101 switched = true;
2152 if (unlikely(switched)) {
2178 if (switched) {

Completed in 190 milliseconds