Home
last modified time | relevance | path

Searched refs:woken (Results 1 – 9 of 9) sorted by relevance

/linux-2.4.37.9/lib/
Drwsem.c44 signed long oldcount, woken, loop; in __rwsem_do_wake() local
76 woken = 0; in __rwsem_do_wake()
78 woken++; in __rwsem_do_wake()
87 loop = woken; in __rwsem_do_wake()
88 woken *= RWSEM_ACTIVE_BIAS-RWSEM_WAITING_BIAS; in __rwsem_do_wake()
89 woken -= RWSEM_ACTIVE_BIAS; in __rwsem_do_wake()
90 rwsem_atomic_add(woken,sem); in __rwsem_do_wake()
Drwsem-spinlock.c57 int woken; in __rwsem_do_wake() local
78 woken = 0; in __rwsem_do_wake()
86 woken++; in __rwsem_do_wake()
92 sem->activity += woken; in __rwsem_do_wake()
/linux-2.4.37.9/drivers/scsi/
DChangeLog.serverraid92 - Make sure passthru commands get woken up if we run out of
DChangeLog.ips126 - Make sure passthru commands get woken up if we run out of
/linux-2.4.37.9/Documentation/networking/
Dx25-iface.txt120 CONFIG_NET_HW_FLOWCONTROL. This allows the driver to be woken up
/linux-2.4.37.9/Documentation/vm/
Dbalance58 problems: first, kswapd is woken up as in 2.2 on low memory conditions
/linux-2.4.37.9/Documentation/sysctl/
Dvm.txt80 bdflush isn't woken up often enough. The
/linux-2.4.37.9/Documentation/filesystems/
Dcoda.txt329 subtleties to take account of. First P will determine if it was woken
344 In case P is woken up by a signal and not by Venus, it will first look
/linux-2.4.37.9/drivers/net/wan/8253x/
Dsab8253xds.txt3480 woken so that it can proceed after the network port has shut down.