Home
last modified time | relevance | path

Searched refs:replacement (Results 1 – 25 of 77) sorted by relevance

1234

/Linux-v4.19/arch/s390/kernel/
Dalternative.c66 u8 *instr, *replacement; in __apply_alternatives() local
77 replacement = (u8 *)&a->repl_offset + a->repl_offset; in __apply_alternatives()
89 memcpy(insnbuf, replacement, a->replacementlen); in __apply_alternatives()
/Linux-v4.19/arch/x86/kernel/
Dalternative.c365 u8 *instr, *replacement; in apply_alternatives() local
382 replacement = (u8 *)&a->repl_offset + a->repl_offset; in apply_alternatives()
396 replacement, a->replacementlen, a->padlen); in apply_alternatives()
399 DUMP_BYTES(replacement, a->replacementlen, "%px: rpl_insn: ", replacement); in apply_alternatives()
401 memcpy(insnbuf, replacement, a->replacementlen); in apply_alternatives()
411 *(s32 *)(insnbuf + 1) += replacement - instr; in apply_alternatives()
417 if (a->replacementlen && is_jmp(replacement[0])) in apply_alternatives()
418 recompute_jump(a, instr, replacement, insnbuf); in apply_alternatives()
/Linux-v4.19/fs/afs/
Dsecurity.c123 struct afs_permits *permits, *xpermits, *replacement, *zap, *new = NULL; in afs_cache_permit() local
239 replacement = xpermits; in afs_cache_permit()
249 replacement = new; in afs_cache_permit()
261 rcu_assign_pointer(vnode->permit_cache, replacement); in afs_cache_permit()
263 zap = replacement; in afs_cache_permit()
/Linux-v4.19/drivers/md/
Draid10.c481 rdev = conf->mirrors[dev].replacement; in raid10_end_write_request()
782 rdev = rcu_dereference(conf->mirrors[disk].replacement); in read_balance()
1242 struct bio *bio, bool replacement, in raid10_write_one_disk() argument
1256 if (replacement) { in raid10_write_one_disk()
1257 rdev = conf->mirrors[devnum].replacement; in raid10_write_one_disk()
1267 if (replacement) in raid10_write_one_disk()
1277 if (!replacement && test_bit(FailFast, in raid10_write_one_disk()
1403 conf->mirrors[d].replacement); in raid10_write_request()
1493 rdev = conf->mirrors[d].replacement; in raid10_write_request()
1754 if (tmp->replacement in raid10_spare_active()
[all …]
Draid10.h19 struct md_rdev *rdev, *replacement; member
Draid5.c575 rdev = rcu_dereference(conf->disks[i].replacement); in raid5_calc_degraded()
601 rdev = rcu_dereference(conf->disks[i].replacement); in raid5_calc_degraded()
1028 rrdev = rcu_dereference(conf->disks[i].replacement); in ops_run_io()
2502 rdev = conf->disks[i].replacement; in raid5_end_read_request()
2605 int replacement = 0; in raid5_end_write_request() local
2613 rdev = conf->disks[i].replacement; in raid5_end_write_request()
2615 replacement = 1; in raid5_end_write_request()
2634 if (replacement) { in raid5_end_write_request()
2663 if (sh->batch_head && bi->bi_status && !replacement) in raid5_end_write_request()
3487 rdev = rcu_dereference(conf->disks[i].replacement); in handle_failed_sync()
[all …]
Draid5.h467 struct md_rdev *rdev, *replacement; member
/Linux-v4.19/fs/efivarfs/
DKconfig6 efivarfs is a replacement filesystem for the old EFI
/Linux-v4.19/fs/configfs/
DKconfig11 same system. One is not a replacement for the other.
/Linux-v4.19/drivers/staging/rtl8712/
DTODO7 A replacement for this driver with MAC80211 support is available
/Linux-v4.19/drivers/perf/
Dxgene_pmu.c307 XGENE_PMU_EVENT_ATTR(write-need-replacement, 0x06),
308 XGENE_PMU_EVENT_ATTR(write-not-need-replacement, 0x07),
405 XGENE_PMU_EVENT_ATTR(write-caused-replacement, 0x04),
406 XGENE_PMU_EVENT_ATTR(write-not-caused-replacement, 0x05),
428 XGENE_PMU_EVENT_ATTR(replacement, 0x1c),
429 XGENE_PMU_EVENT_ATTR(old-replacement, 0x1d),
430 XGENE_PMU_EVENT_ATTR(young-replacement, 0x1e),
431 XGENE_PMU_EVENT_ATTR(r-set-replacement, 0x1f),
432 XGENE_PMU_EVENT_ATTR(r-clear-replacement, 0x20),
433 XGENE_PMU_EVENT_ATTR(old-r-replacement, 0x21),
[all …]
/Linux-v4.19/Documentation/blockdev/drbd/
DREADME.txt5 clusters and in this context, is a "drop-in" replacement for shared
/Linux-v4.19/drivers/parisc/
DREADME.dino21 ** Note that many boards were fixed/replaced under a free replacement
/Linux-v4.19/drivers/bcma/
DREADME1 Broadcom introduced new bus as replacement for older SSB. It is based on AMBA,
/Linux-v4.19/Documentation/timers/
Dhpet.txt16 prevents use of that mode. They support the other "legacy replacement"
/Linux-v4.19/Documentation/devicetree/bindings/power/supply/
Dbattery.txt11 behavior should a replacement that changes the battery type occur
/Linux-v4.19/Documentation/device-mapper/
Ddm-flakey.txt45 <flags>: Perform the replacement only if bio->bi_opf has all the
Dcache-policies.txt25 Overview of supplied cache replacement policies
/Linux-v4.19/drivers/block/drbd/
DKconfig22 clusters and in this context, is a "drop-in" replacement for shared
/Linux-v4.19/arch/s390/include/asm/
Dnospec-insn.h111 # The ALTERNATIVE replacement code has a .+10 which targets
/Linux-v4.19/drivers/net/fddi/
DKconfig10 design; essentially a replacement for high speed Ethernet. FDDI can
/Linux-v4.19/Documentation/
Dldm.txt12 replacement for the MSDOS style partitions. It stores its information in a
/Linux-v4.19/net/bluetooth/
DKconfig19 It was designed as a replacement for cables and other short-range
/Linux-v4.19/Documentation/doc-guide/
Dparse-headers.rst94 replacement rule, it will use \ **new_value**\ .
/Linux-v4.19/Documentation/admin-guide/
Dmd.rst486 replacement
487 device is a replacement for another active
515 replacement device or a spare. It sets the flag.
520 Writing ``replacement`` or ``-replacement`` is only allowed before

1234