Symbol: replace
arch/s390/kernel/alternative.c
55
bool debug, replace;
arch/s390/kernel/alternative.c
68
replace = test_facility(a->data);
arch/s390/kernel/alternative.c
72
replace = test_machine_feature(a->data);
arch/s390/kernel/alternative.c
76
replace = nobp_enabled();
arch/s390/kernel/alternative.c
80
replace = false;
arch/s390/kernel/alternative.c
83
if (!replace)
arch/x86/include/asm/apic.h
167
extern void lapic_assign_legacy_vector(unsigned int isairq, bool replace);
arch/x86/kernel/apic/vector.c
744
void lapic_assign_legacy_vector(unsigned int irq, bool replace)
arch/x86/kernel/apic/vector.c
751
irq_matrix_assign_system(vector_matrix, ISA_IRQ_VECTOR(irq), replace);
arch/x86/kernel/cpu/mtrr/mtrr.c
222
int i, replace, error;
arch/x86/kernel/cpu/mtrr/mtrr.c
255
replace = -1;
arch/x86/kernel/cpu/mtrr/mtrr.c
276
replace = replace == -1 ? i : -2;
arch/x86/kernel/cpu/mtrr/mtrr.c
300
i = mtrr_if->get_free_region(base, size, replace);
arch/x86/kernel/cpu/mtrr/mtrr.c
303
if (likely(replace < 0)) {
arch/x86/kernel/cpu/mtrr/mtrr.c
306
mtrr_usage_table[i] = mtrr_usage_table[replace];
arch/x86/kernel/cpu/mtrr/mtrr.c
309
if (unlikely(replace != i)) {
arch/x86/kernel/cpu/mtrr/mtrr.c
310
set_mtrr(replace, 0, 0, 0);
arch/x86/kernel/cpu/mtrr/mtrr.c
311
mtrr_usage_table[replace] = 0;
drivers/gpu/drm/drm_property.c
692
struct drm_property_blob **replace,
drivers/gpu/drm/drm_property.c
702
WARN_ON(replace == NULL);
drivers/gpu/drm/drm_property.c
704
old_blob = *replace;
drivers/gpu/drm/drm_property.c
722
*replace = new_blob;
drivers/md/bcache/btree.c
1531
struct btree *replace)
drivers/md/bcache/btree.c
1539
n = btree_node_alloc_replacement(replace, NULL);
drivers/md/bcache/btree.c
1555
make_btree_freeing_key(replace, keys.top);
drivers/md/bcache/btree.c
1561
btree_node_free(replace);
drivers/md/bcache/movinggc.c
108
op->replace = true;
drivers/md/bcache/request.c
178
else if (!op->replace)
drivers/md/bcache/request.c
264
if (!op->replace) {
drivers/md/bcache/request.c
62
struct bkey *replace_key = op->replace ? &op->replace_key : NULL;
drivers/md/bcache/request.c
65
if (!op->replace)
drivers/md/bcache/request.c
868
BUG_ON(!s->iop.replace);
drivers/md/bcache/request.c
921
s->iop.replace = true;
drivers/md/bcache/request.h
25
unsigned int replace:1;
drivers/media/usb/uvc/uvc_ctrl.c
2366
.replace = v4l2_ctrl_replace,
drivers/media/v4l2-core/v4l2-ctrls-api.c
1324
.replace = v4l2_ctrl_replace,
drivers/media/v4l2-core/v4l2-event.c
126
if (sev->ops && sev->ops->replace) {
drivers/media/v4l2-core/v4l2-event.c
127
sev->ops->replace(&kev->event, ev);
drivers/media/v4l2-core/v4l2-event.c
355
.replace = v4l2_event_src_replace,
drivers/net/ethernet/marvell/prestera/prestera_router.c
1153
bool replace, /* replace or del */
drivers/net/ethernet/marvell/prestera/prestera_router.c
1183
if (replace) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1587
bool replace)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1606
if (!replace) {
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1669
bool replace)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1681
if (replace)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1698
bool replace;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1705
replace = event_data->event == FIB_EVENT_ENTRY_REPLACE;
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1707
if (!mlx5e_route_entry_valid(r) && !replace)
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1710
err = mlx5e_update_route_encaps(priv, r, &flow_list, replace);
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1715
err = mlx5e_update_route_decap_flows(priv, r, &flow_list, replace);
drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c
1720
if (replace)
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
250
bool replace)
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
261
if (!replace) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
387
struct mr_mfc *mfc, bool replace)
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
405
if (replace) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
424
err = mlxsw_sp_mr_route_write(mr_table, mr_route, replace);
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.c
439
if (replace) {
drivers/net/ethernet/mellanox/mlxsw/spectrum_mr.h
74
struct mr_mfc *mfc, bool replace);
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
1074
.replace = mlxsw_sp_qdisc_tbf_replace,
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
1155
.replace = mlxsw_sp_qdisc_fifo_replace,
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
1529
.replace = mlxsw_sp_qdisc_prio_replace,
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
1582
.replace = mlxsw_sp_qdisc_ets_replace,
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
33
int (*replace)(struct mlxsw_sp_port *mlxsw_sp_port, u32 handle,
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
398
err = ops->replace(mlxsw_sp_port, handle, mlxsw_sp_qdisc, params);
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
426
err = ops->replace(mlxsw_sp_port, handle, mlxsw_sp_qdisc, params);
drivers/net/ethernet/mellanox/mlxsw/spectrum_qdisc.c
836
.replace = mlxsw_sp_qdisc_red_replace,
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
7656
bool replace)
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
7666
return mlxsw_sp_mr_route_add(mrt, men_info->mfc, replace);
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
7952
bool replace;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
7960
replace = fib_work->event == FIB_EVENT_ENTRY_REPLACE;
drivers/net/ethernet/mellanox/mlxsw/spectrum_router.c
7963
replace);
drivers/net/ethernet/sfc/falcon/net_driver.h
1107
struct ef4_filter_spec *spec, bool replace);
drivers/net/ethernet/sfc/falcon/nic.h
410
bool replace);
drivers/net/ethernet/sfc/net_driver.h
1483
struct efx_filter_spec *spec, bool replace);
drivers/net/ethernet/sfc/siena/net_driver.h
1375
struct efx_filter_spec *spec, bool replace);
drivers/net/ethernet/sfc/siena/nic.h
151
bool replace);
drivers/net/wireless/realtek/rtw89/chan.c
1985
static int __mcc_fw_start(struct rtw89_dev *rtwdev, bool replace)
drivers/net/wireless/realtek/rtw89/chan.c
1996
if (replace) {
drivers/net/wireless/realtek/rtw89/chan.c
2095
static int __mrc_fw_start(struct rtw89_dev *rtwdev, bool replace)
drivers/net/wireless/realtek/rtw89/chan.c
2110
if (replace) {
drivers/net/wireless/realtek/rtw89/chan.c
3507
bool replace)
drivers/net/wireless/realtek/rtw89/chan.c
3513
if (!replace)
drivers/net/wireless/realtek/rtw89/chan.h
218
bool replace);
drivers/net/wireless/realtek/rtw89/mac80211.c
1421
bool replace;
drivers/net/wireless/realtek/rtw89/mac80211.c
1429
replace = false;
drivers/net/wireless/realtek/rtw89/mac80211.c
1432
replace = true;
drivers/net/wireless/realtek/rtw89/mac80211.c
1454
replace);
drivers/thunderbolt/property.c
630
bool replace)
drivers/thunderbolt/property.c
649
if (replace) {
fs/jfs/jfs_xtree.c
1585
goto replace;
fs/jfs/jfs_xtree.c
1637
replace: /* (nxoff == xoff) */
fs/notify/inotify/inotify_user.c
543
int replace = !(arg & IN_MASK_ADD);
fs/notify/inotify/inotify_user.c
559
if (replace) {
include/drm/drm_property.h
290
struct drm_property_blob **replace,
include/linux/irq.h
1253
void irq_matrix_assign_system(struct irq_matrix *m, unsigned int bit, bool replace);
include/linux/livepatch.h
140
bool replace;
include/linux/thunderbolt.h
159
bool replace);
include/media/v4l2-event.h
49
void (*replace)(struct v4l2_event *old, const struct v4l2_event *new);
include/uapi/linux/coda.h
726
struct coda_replace_out replace;
kernel/bpf/queue_stack_maps.c
193
bool replace = (flags & BPF_EXIST);
kernel/bpf/queue_stack_maps.c
203
if (!replace) {
kernel/irq/matrix.c
188
bool replace)
kernel/irq/matrix.c
193
BUG_ON(m->online_maps > 1 || (m->online_maps && !replace));
kernel/irq/matrix.c
196
if (replace) {
kernel/livepatch/core.c
457
return sysfs_emit(buf, "%d\n", patch->replace);
kernel/livepatch/core.c
484
static struct kobj_attribute replace_kobj_attr = __ATTR_RO(replace);
kernel/livepatch/core.c
991
if (patch->replace) {
kernel/livepatch/state.c
96
return !patch->replace;
kernel/livepatch/transition.c
501
else if (patch->replace)
kernel/livepatch/transition.c
725
else if (klp_transition_patch->replace) {
kernel/livepatch/transition.c
92
if (klp_transition_patch->replace && klp_target_state == KLP_TRANSITION_PATCHED) {
mm/ksm.c
1936
goto replace;
mm/ksm.c
1956
replace:
net/ipv4/fib_trie.c
619
return replace(t, oldtnode, tn);
net/ipv4/fib_trie.c
674
return replace(t, oldtnode, tn);
net/ipv4/nexthop.c
2634
bool replace = !!(cfg->nlflags & NLM_F_REPLACE);
net/ipv4/nexthop.c
2655
} else if (replace) {
net/ipv4/nexthop.c
2668
if (replace && !create) {
net/ipv6/addrlabel.c
198
int replace)
net/ipv6/addrlabel.c
204
net_dbg_ratelimited("%s(newp=%p, replace=%d)\n", __func__, newp, replace);
net/ipv6/addrlabel.c
210
if (!replace) {
net/ipv6/addrlabel.c
238
int ifindex, u32 label, int replace)
net/ipv6/addrlabel.c
244
__func__, prefix, prefixlen, ifindex, (unsigned int)label, replace);
net/ipv6/addrlabel.c
250
ret = __ip6addrlbl_add(net, newp, replace);
net/ipv6/ip6_fib.c
1098
int replace = (info->nlh &&
net/ipv6/ip6_fib.c
1129
if (replace) {
net/ipv6/ip6_fib.c
1239
if (!replace) {
net/ipv6/route.c
5429
int replace;
net/ipv6/route.c
5437
replace = (cfg->fc_nlinfo.nlh &&
net/ipv6/route.c
5440
nlflags = replace ? NLM_F_REPLACE : NLM_F_CREATE;
net/ipv6/route.c
5512
if (replace && nhn)
net/mptcp/pm_kernel.c
737
bool replace)
net/mptcp/pm_kernel.c
782
if (!replace) {
net/sctp/auth.c
727
int replace = 0;
net/sctp/auth.c
744
replace = 1;
net/sctp/auth.c
763
if (!replace) {
scripts/kconfig/qconf.cc
1127
res.replace(i, 1, n);
scripts/livepatch/init.c
76
patch->replace = false;
scripts/livepatch/init.c
78
patch->replace = true;
security/apparmor/label.c
677
struct aa_label *label, bool replace)
security/apparmor/label.c
700
if (!replace && !label_is_stale(this)) {
sound/core/control.c
1691
struct snd_ctl_elem_info *info, int replace)
sound/core/control.c
1709
if (replace) {
sound/core/control.c
1820
struct snd_ctl_elem_info __user *_info, int replace)
sound/core/control.c
1827
err = snd_ctl_elem_add(file, &info, replace);
sound/core/control_compat.c
380
int replace)
sound/core/control_compat.c
419
return snd_ctl_elem_add(file, data, replace);
sound/hda/common/sysfs.c
328
goto replace;
sound/hda/common/sysfs.c
336
replace:
tools/perf/tests/util.c
11
const char *replace, const char *expected)
tools/perf/tests/util.c
13
char *new = strreplace_chars(needle, haystack, replace);
tools/perf/util/string.c
421
char *strreplace_chars(char needle, const char *haystack, const char *replace)
tools/perf/util/string.c
423
int replace_len = strlen(replace);
tools/perf/util/string.c
449
memcpy(to, replace, replace_len);
tools/perf/util/string2.h
44
char *strreplace_chars(char needle, const char *haystack, const char *replace);
tools/testing/selftests/bpf/libarena/src/rbtree.bpf.c
580
struct rbnode __arena *replace, *initial;
tools/testing/selftests/bpf/libarena/src/rbtree.bpf.c
592
replace = rbnode_least(node->right);
tools/testing/selftests/bpf/libarena/src/rbtree.bpf.c
593
rbnode_switch(rbtree, replace, node);
tools/testing/selftests/iommu/iommufd.c
2033
TEST_F(iommufd_mock_domain, replace)
tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.c
10
static int replace;
tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.c
11
module_param(replace, int, 0644);
tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.c
12
MODULE_PARM_DESC(replace, "replace (default=0)");
tools/testing/selftests/livepatch/test_modules/test_klp_atomic_replace.c
44
patch.replace = replace;
tools/testing/selftests/livepatch/test_modules/test_klp_callbacks_demo2.c
10
static int replace;
tools/testing/selftests/livepatch/test_modules/test_klp_callbacks_demo2.c
11
module_param(replace, int, 0644);
tools/testing/selftests/livepatch/test_modules/test_klp_callbacks_demo2.c
12
MODULE_PARM_DESC(replace, "replace (default=0)");
tools/testing/selftests/livepatch/test_modules/test_klp_callbacks_demo2.c
80
patch.replace = replace;
tools/testing/selftests/livepatch/test_modules/test_klp_state.c
145
.replace = true,
tools/testing/selftests/livepatch/test_modules/test_klp_state2.c
174
.replace = true,