Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/process/
Dapplying-patches.rst361 # first an example of moving from 5.7 to 5.8-rc3
364 $ patch -p1 < ../patch-5.8-rc3 # apply the 5.8-rc3 patch
366 $ mv linux-5.7 linux-5.8-rc3 # rename the source dir
368 # now let's move from 5.8-rc3 to 5.8-rc5
370 $ cd ~/linux-5.8-rc3 # change to the 5.8-rc3 dir
371 $ patch -p1 -R < ../patch-5.8-rc3 # revert the 5.8-rc3 patch
374 $ mv linux-5.8-rc3 linux-5.8-rc5 # rename the source dir
D2.Process.rst80 February 25 4.16-rc3
/Linux-v5.4/Documentation/translations/zh_CN/process/
D2.Process.rst64 二月 25 4.16-rc3
/Linux-v5.4/sound/core/
DKconfig127 Say Y here to support the obsolete ALSA PCM API (ver.0.9.0 rc3
/Linux-v5.4/drivers/s390/net/
Dqeth_l2_main.c893 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l2_set_offline() local
914 rc3 = ccw_device_set_offline(CARD_RDEV(card)); in __qeth_l2_set_offline()
916 rc = (rc2) ? rc2 : rc3; in __qeth_l2_set_offline()
Dqeth_l3_main.c2399 int rc = 0, rc2 = 0, rc3 = 0; in __qeth_l3_set_offline() local
2425 rc3 = ccw_device_set_offline(CARD_RDEV(card)); in __qeth_l3_set_offline()
2427 rc = (rc2) ? rc2 : rc3; in __qeth_l3_set_offline()
Dqeth_core_main.c1449 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_halt_channels() local
1454 rc3 = qeth_halt_channel(card, &card->data); in qeth_halt_channels()
1459 return rc3; in qeth_halt_channels()
1464 int rc1 = 0, rc2 = 0, rc3 = 0; in qeth_clear_channels() local
1469 rc3 = qeth_clear_channel(card, &card->data); in qeth_clear_channels()
1474 return rc3; in qeth_clear_channels()
/Linux-v5.4/Documentation/dev-tools/
Dkasan.rst67 CPU: 1 PID: 2760 Comm: insmod Not tainted 4.19.0-rc3+ #698
/Linux-v5.4/arch/mips/include/asm/octeon/
Dcvmx-lmcx-defs.h1446 uint64_t rc3:4; member
1454 uint64_t rc3:4;
/Linux-v5.4/Documentation/locking/
Drt-mutex-design.rst573 This document was originally written for 2.6.17-rc3-mm1
/Linux-v5.4/Documentation/translations/it_IT/process/
D2.Process.rst89 Febbraio 25 4.16-rc3
/Linux-v5.4/Documentation/filesystems/
Dproc.txt297 Table 1-3: Contents of the statm files (as of 2.6.8-rc3)