Searched refs:replace (Results 101 - 125 of 167) sorted by relevance

1234567

/linux-master/drivers/gpu/drm/ci/xfails/
H A Dupdate-xfails.py19 name = canonical_name.replace(":", "-")
/linux-master/drivers/md/bcache/
H A Dmovinggc.c108 op->replace = true;
/linux-master/Documentation/sphinx/
H A Dautomarkup.py240 # Try to replace a documentation reference of the form Documentation/... with a
319 node.parent.replace(node, markup_refs(name, app, node))
/linux-master/tools/perf/scripts/python/
H A Darm-cs-trace-disasm.py80 dso_path = dso_path.replace('//', '/', 1)
/linux-master/scripts/gdb/linux/
H A Dsymbols.py86 module_name.replace("_", r"[_\-]"))
/linux-master/arch/xtensa/kernel/
H A Dvectors.S407 wsr a0, depc # replace the saved a0
416 wsr a0, depc # replace the saved a0
/linux-master/scripts/
H A Dspdxcheck.py76 for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','):
H A Dbpf_doc.py592 proto['ret_star'].replace('*', '\\*'),
601 one_arg += ' {}**\\ '.format(a['star'].replace('*', '\\*'))
/linux-master/tools/testing/selftests/drivers/net/mlxsw/
H A Dsch_red_core.sh140 tc qdisc replace dev $h2 root handle 10: tbf rate 1gbit \
202 tc qdisc replace dev $intf root handle 1: tbf rate 1gbit \
H A Dingress_rif_conf_vxlan.sh111 ip neigh replace dev vlan10 192.0.2.1 lladdr $(mac_get $h1)
H A Dtc_sample.sh455 tc qdisc replace dev $rp2 root handle 1: \
488 tc qdisc replace dev $rp2 root handle 1: \
/linux-master/fs/notify/inotify/
H A Dinotify_user.c543 int replace = !(arg & IN_MASK_ADD); local
559 if (replace) {
/linux-master/tools/testing/selftests/livepatch/
H A Dtest-callbacks.sh504 # Load multiple livepatches, but the second as an 'atomic-replace'
507 # the other hand, when the atomic-replace livepatch is disabled, its
511 # .replace flag set true.
515 # - Once the atomic replace module is loaded, only its pre and post
518 start_test "atomic replace"
521 load_lp $MOD_LIVEPATCH2 replace=1
534 % insmod test_modules/$MOD_LIVEPATCH2.ko replace=1
/linux-master/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py124 elif bound.replace('.', '1').isdigit():
155 elif name.replace('.', '1').isdigit():
/linux-master/tools/testing/selftests/hid/tests/
H A Dbase.py212 sysfs_path = Path("/sys/module") / kernel_module.replace("-", "_")
/linux-master/net/sctp/
H A Dauth.c814 * key with a same ID already exists, replace the key (remove the
824 int replace = 0; local
827 * we are doing a replace, or adding a new key
841 replace = 1;
860 if (!replace) {
/linux-master/scripts/kconfig/
H A Dqconf.cc1136 res.replace(i, 1, "<");
1140 res.replace(i, 1, ">");
1144 res.replace(i, 1, "&");
1148 res.replace(i, 1, """);
1152 res.replace(i, 1, "<br>");
/linux-master/tools/power/pm-graph/
H A Dsleepgraph.py482 self.osversion = line[12:].strip().replace('"', '')
538 line = ascii(line).replace('\r\n', '')
552 line = ascii(line).replace('\r\n', '')
647 out = out.replace(' ', '_').replace('"', '')
1038 out = props[dev].altname.strip().replace('\n', ' ')\
1039 .replace(',', ' ').replace(';', ' ')
1123 title = key.replace(prefix, '')
1268 .replace('\\', '\\\\')
[all...]
H A Dbootgraph.py310 line = aslib.ascii(line).replace('\r\n', '')
692 line = line.replace('<', '&lt').replace('>', '&gt')
/linux-master/drivers/net/ethernet/sfc/falcon/
H A Dnic.h410 bool replace);
/linux-master/include/uapi/linux/
H A Dcoda.h726 struct coda_replace_out replace; member in union:coda_downcalls
/linux-master/tools/testing/selftests/net/forwarding/
H A Dbridge_locked_port.sh203 bridge fdb replace `mac_get $h1` dev $swp1 master static
/linux-master/tools/net/ynl/
H A Dynl-gen-rst.py52 return str(text).replace("\n", "").strip()
396 lines.append(f" {filename.replace('.rst', '')}\n")
/linux-master/tools/testing/selftests/net/
H A Dfib_nexthops.sh704 # basic operations (add, delete, replace) on nexthops and nexthop groups
783 run_cmd "$IP nexthop replace id 102 group 101"
787 run_cmd "$IP nexthop replace id 102 group 100/101"
915 # nexthop in the group. Needed for atomic replace with an
925 log_test $? 0 "Nexthop group replace refcounts"
957 run_cmd "$IP nexthop replace id 102 group 62/63 type resilient buckets 2 idle_timer 0"
960 log_test $? 0 "Nexthop group updated after replace"
963 log_test $? 0 "Nexthop buckets updated after replace"
983 run_cmd "$IP nexthop replace id 102 group 62,3/63,1 type resilient buckets 4 idle_timer 0"
986 log_test $? 0 "Nexthop group updated after replace
[all...]
/linux-master/arch/x86/include/asm/
H A Dapic.h167 extern void lapic_assign_legacy_vector(unsigned int isairq, bool replace);

Completed in 348 milliseconds

1234567