Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/
Dapplying-patches.txt329 # first an example of moving from 2.6.12 to 2.6.13-rc3
331 $ patch -p1 < ../patch-2.6.13-rc3 # apply the 2.6.13-rc3 patch
333 $ mv linux-2.6.12 linux-2.6.13-rc3 # rename the source dir
335 # now let's move from 2.6.13-rc3 to 2.6.13-rc5
336 $ cd ~/linux-2.6.13-rc3 # change into the 2.6.13-rc3 dir
337 $ patch -p1 -R < ../patch-2.6.13-rc3 # revert the 2.6.13-rc3 patch
340 $ mv linux-2.6.13-rc3 linux-2.6.13-rc5 # rename the source dir
363 named 2.6.13-rc3-git2 applies to the source of the 2.6.13-rc3 kernel.
436 # moving from 2.6.12-mm1 to 2.6.13-rc3-mm3
440 $ patch -p1 < ../patch-2.6.13-rc3 # apply the 2.6.13-rc3 patch
[all …]
/linux-4.1.27/sound/core/
DKconfig176 Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
/linux-4.1.27/drivers/s390/net/
Dqeth_l2_main.c1110 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l2_set_offline() local
1128 rc3 = ccw_device_set_offline(CARD_RDEV(card)); in __qeth_l2_set_offline()
1130 rc = (rc2) ? rc2 : rc3; in __qeth_l2_set_offline()
Dqeth_core_main.c1605 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_halt_channels() local
1610 rc3 = qeth_halt_channel(&card->data); in qeth_halt_channels()
1615 return rc3; in qeth_halt_channels()
1620 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_clear_channels() local
1625 rc3 = qeth_clear_channel(&card->data); in qeth_clear_channels()
1630 return rc3; in qeth_clear_channels()
Dqeth_l3_main.c3498 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l3_set_offline() local
3521 rc3 = ccw_device_set_offline(CARD_RDEV(card)); in __qeth_l3_set_offline()
3523 rc = (rc2) ? rc2 : rc3; in __qeth_l3_set_offline()
/linux-4.1.27/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1585 uint64_t rc3:4; member
1593 uint64_t rc3:4;
/linux-4.1.27/Documentation/development-process/
D2.Process74 February 1 2.6.38-rc3
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt781 This document was originally written for 2.6.17-rc3-mm1
/linux-4.1.27/Documentation/filesystems/
Dproc.txt260 Table 1-3: Contents of the statm files (as of 2.6.8-rc3)