Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/process/
Dapplying-patches.rst356 # first an example of moving from 4.7 to 4.8-rc3
359 $ patch -p1 < ../patch-4.8-rc3 # apply the 4.8-rc3 patch
361 $ mv linux-4.7 linux-4.8-rc3 # rename the source dir
363 # now let's move from 4.8-rc3 to 4.8-rc5
365 $ cd ~/linux-4.8-rc3 # change to the 4.8-rc3 dir
366 $ patch -p1 -R < ../patch-4.8-rc3 # revert the 4.8-rc3 patch
369 $ mv linux-4.8-rc3 linux-4.8-rc5 # rename the source dir
D2.Process.rst80 February 25 4.16-rc3
/Linux-v4.19/sound/core/
DKconfig126 Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
/Linux-v4.19/drivers/s390/net/
Dqeth_l2_main.c1081 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l2_set_offline() local
1098 rc3 = ccw_device_set_offline(CARD_RDEV(card)); in __qeth_l2_set_offline()
1100 rc = (rc2) ? rc2 : rc3; in __qeth_l2_set_offline()
Dqeth_l3_main.c2727 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l3_set_offline() local
2749 rc3 = ccw_device_set_offline(CARD_RDEV(card)); in __qeth_l3_set_offline()
2751 rc = (rc2) ? rc2 : rc3; in __qeth_l3_set_offline()
Dqeth_core_main.c1576 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_halt_channels() local
1581 rc3 = qeth_halt_channel(&card->data); in qeth_halt_channels()
1586 return rc3; in qeth_halt_channels()
1591 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_clear_channels() local
1596 rc3 = qeth_clear_channel(&card->data); in qeth_clear_channels()
1601 return rc3; in qeth_clear_channels()
/Linux-v4.19/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1585 uint64_t rc3:4; member
1593 uint64_t rc3:4;
/Linux-v4.19/Documentation/locking/
Drt-mutex-design.txt558 This document was originally written for 2.6.17-rc3-mm1
/Linux-v4.19/Documentation/filesystems/
Dproc.txt280 Table 1-3: Contents of the statm files (as of 2.6.8-rc3)