| /Linux-v5.15/scripts/ |
| D | adjust_autoksyms.sh | 13 # file's timestamp is updated to force a rebuild of the affected source 15 # to be exec'd to trigger a rebuild of those files. 53 # needs to be rebuild. Let's guard against that by making sure our 69 # Then trigger a rebuild of affected source files
|
| /Linux-v5.15/tools/power/pm-graph/ |
| D | bootgraph.8 | 103 .SS "rebuild" 158 .SS "rebuild timeline from logs" 160 Rebuild the html from a previous run's logs, using the same options. 164 Rebuild the html with different options.
|
| D | sleepgraph.8 | 248 .SS "rebuild" 329 .SS "rebuild timeline from logs" 331 Rebuild the html from a previous run's logs, using the same options. 335 Rebuild the html with different options.
|
| /Linux-v5.15/drivers/scsi/ |
| D | myrs.c | 36 { MYRS_DEVICE_REBUILD, "Rebuild" }, 694 { 0x0005, "P Automatic Rebuild Started" }, 695 { 0x0006, "P Manual Rebuild Started" }, 696 { 0x0007, "P Rebuild Completed" }, 697 { 0x0008, "P Rebuild Cancelled" }, 698 { 0x0009, "P Rebuild Failed for Unknown Reasons" }, 699 { 0x000A, "P Rebuild Failed due to New Physical Device" }, 700 { 0x000B, "P Rebuild Failed due to Logical Drive Failure" }, 740 { 0x003A, "P Start Rebuild Failed due to Physical Drive Too Small" }, 742 { 0x003D, "P Standby Rebuild Started" }, [all …]
|
| D | 3w-xxxx.h | 66 [0x004] = "ERROR: Rebuild failed: Unit #", 67 [0x005] = "INFO: Rebuild complete: Unit #", 73 [0x00B] = "INFO: Rebuild started: Unit #", 88 [0x02C] = "WARNING: Overwrote bad sector during rebuild: Port #", 89 [0x02D] = "ERROR: Encountered bad sector during rebuild: Port #",
|
| D | myrb.c | 431 * myrb_get_rbld_progress - get rebuild progress information 433 * Executes a type 3 command and returns the rebuild progress 466 * myrb_update_rbld_progress - updates the rebuild status 468 * Updates the rebuild status for the attached logical devices. 493 "Rebuild in Progress, %d%% completed\n", in myrb_update_rbld_progress() 499 "Rebuild Failed due to Logical Drive Failure\n"); in myrb_update_rbld_progress() 503 "Rebuild Failed due to Bad Blocks on Other Drives\n"); in myrb_update_rbld_progress() 507 "Rebuild Failed due to Failure of Drive Being Rebuilt\n"); in myrb_update_rbld_progress() 511 "Rebuild Completed Successfully\n"); in myrb_update_rbld_progress() 515 "Rebuild Successfully Terminated\n"); in myrb_update_rbld_progress() [all …]
|
| D | 3w-9xxx.h | 62 {0x0004, "Background rebuild failed"}, 63 {0x0005, "Background rebuild done"}, 69 {0x000B, "Rebuild started"}, 100 {0x002C, "Bad sector overwritten during rebuild"}, 101 {0x002D, "Background rebuild error on source drive"}, 115 {0x003B, "Background rebuild paused"},
|
| /Linux-v5.15/arch/x86/kernel/ |
| D | itmt.c | 103 * held as we need to acquire the lock to rebuild sched domains 142 * held as we need to acquire the lock to rebuild sched domains 185 * No need to rebuild sched domain after updating
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | kirkwood-iomega_ix2_200.dts | 55 pmx_led_rebuild: pmx-led-rebuild { 95 pmx_led_rebuild_brt_ctrl_1: pmx-led-rebuild-brt-ctrl-1 { 99 pmx_led_rebuild_brt_ctrl_2: pmx-led-rebuild-brt-ctrl-2 {
|
| /Linux-v5.15/Documentation/admin-guide/device-mapper/ |
| D | dm-raid.rst | 90 [rebuild <idx>] 91 Rebuild drive number 'idx' (first drive is 0). 384 1.3.1 Allow device replacement/rebuild for RAID 10 418 specific devices are requested via rebuild. Fix RAID leg 419 rebuild errors. 422 1.15.1 Fix argument count and arguments for rebuild/write_mostly/journal_(dev|mode)
|
| /Linux-v5.15/scripts/basic/ |
| D | fixdep.c | 22 * regenerated. make notices that and will rebuild every file which 43 * o if any of the files the compiler read changed, we need to rebuild 45 * better rebuild as well. 84 * we cannot miss a rebuild. Since people tend to not mention totally
|
| /Linux-v5.15/tools/perf/util/ |
| D | trace-event-scripting.c | 61 " Install libpython and rebuild perf to enable it.\n" in print_python_unsupported_msg() 127 " Install libperl and rebuild perf to enable it.\n" in print_perl_unsupported_msg()
|
| /Linux-v5.15/drivers/md/ |
| D | dm-raid.c | 216 /* Array elements of 64 bit needed for rebuild/failed disk bits */ 327 { CTR_FLAG_REBUILD, "rebuild"}, 822 int rebuild = 0; in parse_dev_params() local 872 rs->ti->error = "Drive designated for rebuild not specified"; in parse_dev_params() 898 rebuild++; in parse_dev_params() 908 } else if (rebuild && !rs->md.recovery_cp) { in parse_dev_params() 912 * it is impossible to rebuild a drive. in parse_dev_params() 920 rs->ti->error = "Unable to rebuild drive while array is not in-sync"; in parse_dev_params() 1036 * It is possible to have a higher rebuild count for RAID10, in validate_raid_redundancy() 1105 * [rebuild <idx>] Rebuild the drive indicated by the index [all …]
|
| /Linux-v5.15/kernel/bpf/preload/iterators/ |
| D | README | 2 If you change "iterators.bpf.c" do "make -j" in this directory to rebuild "iterators.skel.h".
|
| /Linux-v5.15/fs/xfs/scrub/ |
| D | repair.c | 154 * Does the given AG have enough space to rebuild a btree? Neither AG 171 * worst case estimate for the number of blocks we'd need to rebuild one of 246 * Figure out how many blocks we'd need worst case to rebuild in xrep_calc_ag_resblks() 247 * each type of btree. Note that we can only rebuild the in xrep_calc_ag_resblks() 265 * Guess how many blocks we need to rebuild the rmapbt. in xrep_calc_ag_resblks() 424 * the btree we're trying to rebuild and the block is indeed owned by another 430 * The caller is responsible for locking the AG headers for the entire rebuild 634 * If the AGF or AGI become slightly corrupted, it may be necessary to rebuild
|
| /Linux-v5.15/lib/raid6/ |
| D | recov.c | 118 /* P+Q failure. Just rebuild the syndrome. */ in raid6_dual_recov() 122 then rebuild syndrome. */ in raid6_dual_recov()
|
| /Linux-v5.15/arch/powerpc/kernel/ |
| D | cacheinfo.h | 9 /* Allow migration/suspend to tear down and rebuild the hierarchy. */
|
| /Linux-v5.15/include/linux/ |
| D | compiler-version.h | 9 * This header exists to force full rebuild when the compiler is upgraded.
|
| /Linux-v5.15/arch/s390/kernel/vdso32/ |
| D | gen_vdso_offsets.sh | 9 # causing Kbuild to rebuild the vdso-offsets header file every time.
|
| /Linux-v5.15/arch/s390/kernel/vdso64/ |
| D | gen_vdso_offsets.sh | 9 # causing Kbuild to rebuild the vdso-offsets header file every time.
|
| /Linux-v5.15/arch/nds32/kernel/vdso/ |
| D | gen_vdso_offsets.sh | 8 # causing Kbuild to rebuild the vdso-offsets header file every time.
|
| /Linux-v5.15/arch/arm64/kernel/vdso/ |
| D | gen_vdso_offsets.sh | 9 # causing Kbuild to rebuild the vdso-offsets header file every time.
|
| /Linux-v5.15/arch/powerpc/kernel/vdso32/ |
| D | gen_vdso_offsets.sh | 9 # causing Kbuild to rebuild the vdso-offsets header file every time.
|
| /Linux-v5.15/arch/powerpc/kernel/vdso64/ |
| D | gen_vdso_offsets.sh | 9 # causing Kbuild to rebuild the vdso-offsets header file every time.
|
| /Linux-v5.15/Documentation/driver-api/firmware/ |
| D | built-in-fw.rst | 27 a complete kernel rebuild.
|