Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 151 of 151) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dmain.c292 int i, replace, error; in mtrr_add_page() local
325 replace = -1; in mtrr_add_page()
346 replace = replace == -1 ? i : -2; in mtrr_add_page()
371 i = mtrr_if->get_free_region(base, size, replace); in mtrr_add_page()
374 if (likely(replace < 0)) { in mtrr_add_page()
377 mtrr_usage_table[i] = mtrr_usage_table[replace]; in mtrr_add_page()
380 if (unlikely(replace != i)) { in mtrr_add_page()
381 set_mtrr(replace, 0, 0, 0); in mtrr_add_page()
382 mtrr_usage_table[replace] = 0; in mtrr_add_page()
/linux-4.4.14/scripts/coccinelle/api/
Dresource_size.cocci67 msg_safe=msg.replace("[","@(").replace("]",")")
84 msg_safe=msg.replace("[","@(").replace("]",")")
Dvma_pages.cocci59 msg_safe=msg.replace("[","@(").replace("]",")")
Derr_cast.cocci47 msg_safe=msg.replace("[","@(").replace("]",")")
Dsimple_open.cocci2 /// and replace file operations references to the function
/linux-4.4.14/drivers/staging/wilc1000/
DTODO6 - replace all semaphores with mutexes or completions
13 - replace SIOCDEVPRIVATE commands with generic API functions
/linux-4.4.14/Documentation/device-mapper/
Ddm-flakey.txt37 During <down interval>, replace <Nth_byte> of the data of
40 <Nth_byte>: The offset of the byte to replace.
41 Counting starts at 1, to replace the first byte.
/linux-4.4.14/net/ipv6/
Daddrlabel.c244 static int __ip6addrlbl_add(struct ip6addrlbl_entry *newp, int replace) in __ip6addrlbl_add() argument
251 replace); in __ip6addrlbl_add()
258 if (!replace) { in __ip6addrlbl_add()
285 int ifindex, u32 label, int replace) in ip6addrlbl_add() argument
292 replace); in ip6addrlbl_add()
298 ret = __ip6addrlbl_add(newp, replace); in ip6addrlbl_add()
Dip6_fib.c738 int replace = (info->nlh && in fib6_add_rt2node() local
760 if (replace) { in fib6_add_rt2node()
852 if (!replace) { in fib6_add_rt2node()
Droute.c2870 int replace = (cfg->fc_nlinfo.nlh && in ip6_route_multipath_add() local
2922 if (replace && nhn) in ip6_route_multipath_add()
/linux-4.4.14/scripts/coccinelle/api/alloc/
Dpool_zalloc-simple.cocci75 msg_safe=msg.replace("[","@(").replace("]",")")
Dkzalloc-simple.cocci77 msg_safe=msg.replace("[","@(").replace("]",")")
/linux-4.4.14/scripts/coccinelle/null/
Dderef_null.cocci108 msg_safe=msg.replace("[","@(").replace("]",")")
167 msg_safe=msg.replace("[","@(").replace("]",")")
/linux-4.4.14/drivers/staging/board/
DTODO1 * replace platform device code with DT nodes once the driver supports DT
/linux-4.4.14/drivers/md/bcache/
Drequest.h24 unsigned replace:1; member
Drequest.c60 struct bkey *replace_key = op->replace ? &op->replace_key : NULL; in bch_data_insert_keys()
75 if (!op->replace) in bch_data_insert_keys()
185 else if (!op->replace) in bch_data_insert_endio()
273 if (!op->replace) { in bch_data_insert_start()
761 BUG_ON(!s->iop.replace); in cached_dev_read_done()
815 s->iop.replace = true; in cached_dev_cache_miss()
Dmovinggc.c111 op->replace = true; in write_moving()
Dbtree.c1465 struct btree *replace) in btree_gc_rewrite_node() argument
1473 n = btree_node_alloc_replacement(replace, NULL); in btree_gc_rewrite_node()
1487 make_btree_freeing_key(replace, keys.top); in btree_gc_rewrite_node()
1493 btree_node_free(replace); in btree_gc_rewrite_node()
/linux-4.4.14/net/sctp/
Dauth.c830 int replace = 0; in sctp_auth_set_key() local
842 replace = 1; in sctp_auth_set_key()
850 if (!replace) { in sctp_auth_set_key()
868 if (replace) in sctp_auth_set_key()
876 if (!replace) in sctp_auth_set_key()
/linux-4.4.14/Documentation/isdn/
DREADME.mISDN1 mISDN is a new modular ISDN driver, in the long term it should replace
DREADME54 The internal handling is nearly identical, so replace the appropriate
DINTERFACE205 given, upon return, isdn4linux will replace it by a generic name. (line0,
/linux-4.4.14/drivers/media/v4l2-core/
Dv4l2-event.c142 if (sev->ops && sev->ops->replace) { in __v4l2_event_queue_fh()
143 sev->ops->replace(&kev->event, ev); in __v4l2_event_queue_fh()
341 .replace = v4l2_event_src_replace,
Dv4l2-ctrls.c3404 .replace = v4l2_ctrl_replace,
/linux-4.4.14/include/media/
Dv4l2-event.h93 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new); member
/linux-4.4.14/net/wireless/
Ddb.txt11 # need to replace this file with one containing appropriately formatted
/linux-4.4.14/fs/btrfs/
DMakefile11 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
/linux-4.4.14/Documentation/zh_CN/video4linux/
Dv4l2-framework.txt913 replace() 回调,这些回调会在新事件产生且没有多余空间的时候被调用。
914 replace() 回调让你可以将早期事件的净荷替换为新事件的净荷,将早期
923 关于 replace/merge 回调的一个不错的例子在 v4l2-event.c 中:用于
949 * replace: 用‘新’事件替换‘早期‘事件。
/linux-4.4.14/Documentation/devicetree/
Ddynamic-resolution-notes.txt25 and replace it with the phandle value.
/linux-4.4.14/arch/frv/mm/
Dtlb-miss.S303 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
430 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
550 # - punt the entry here (if valid) to the real TLB and then replace with the new PTE
/linux-4.4.14/net/sched/
Dact_bpf.c276 int replace, int bind) in tcf_bpf_init() argument
310 if (!replace) in tcf_bpf_init()
/linux-4.4.14/Documentation/arm/SA1100/
Dserial_UART42 - replace occurrences of ttyS0 with ttySA0, ttyS1 with ttySA1, etc.
/linux-4.4.14/scripts/gdb/linux/
Dsymbols.py86 module_name.replace("_", r"[_\-]"))
/linux-4.4.14/scripts/
Danalyze_suspend.py1068 line = line.replace('\r\n', '')
1294 line = line.replace('\r\n', '')
1617 line = line.replace('\r\n', '')
1645 vprint('ignoring dmesg line: %s' % line.replace('\n', ''))
1751 line.replace('\n', ''), 'dmesg')
2336 name = string.replace(phase, '_', ' &nbsp;')
2839 dirname).read().replace('\n', '')
2841 dirname).read().replace('\n', '')
2908 (dirname, i)).read().replace('\n', '')
2920 (dirname, i)).read().replace('\n', '')
[all …]
DMakefile.build57 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
Dcheckpatch.pl1890 my ($string, $find, $replace) = @_;
1892 $string =~ s/$find/$replace/g;
/linux-4.4.14/sound/core/
Dcontrol_compat.c389 int replace) in snd_ctl_elem_add_compat() argument
431 err = snd_ctl_elem_add(file, data, replace); in snd_ctl_elem_add_compat()
Dcontrol.c1198 struct snd_ctl_elem_info *info, int replace) in snd_ctl_elem_add() argument
1232 if (replace) { in snd_ctl_elem_add()
1344 struct snd_ctl_elem_info __user *_info, int replace) in snd_ctl_elem_add_user() argument
1351 err = snd_ctl_elem_add(file, &info, replace); in snd_ctl_elem_add_user()
/linux-4.4.14/arch/xtensa/kernel/
Dvectors.S400 wsr a0, depc # replace the saved a0
409 wsr a0, depc # replace the saved a0
/linux-4.4.14/Documentation/EDID/
DHOWTO.txt32 replace the settings with your own data and add a new target to the
/linux-4.4.14/tools/perf/Documentation/
Dandroid.txt63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh:
/linux-4.4.14/Documentation/early-userspace/
DREADME101 - kinit, the "glue" that uses ipconfig and nfsmount to replace the old
118 and a number of other utilities, so you can replace kinit and build
/linux-4.4.14/Documentation/virtual/kvm/
Dhypercalls.txt5 instruction. The hypervisor can replace it with instructions that are
Dtimekeeping.txt281 HPET is quite complex, and was originally intended to replace the PIT / RTC
/linux-4.4.14/Documentation/scsi/
Dmegaraid.txt64 As new applications evolve and replace the old ones, the old packet format
Dcxgb3i.txt72 replace with a value no bigger than 15360 (for example 8192):
DChangeLog.arcmsr109 ** 8.replace pci_alloc_consistent()/pci_free_consistent() with kmalloc()/kfree() in arcmsr_iop…
Dscsi-changer.txt95 (replace ID with the SCSI-ID of the device)
DChangeLog.megaraid293 replace with the sysfs attribute. To remove drives and change
483 ix. replace udelay with msleep
DChangeLog.lpfc718 * Remove leftover printk and replace some with
971 * Added new lpfc_jedec_to_ascii() call and replace two instances
1531 * Remove elx_util.h and replace elx_disc.h with lpfc_disc.h
1555 lpfc_bindlist with list_head type. In elxHBA_t, replace
1633 * Use Linux swap macros to replace ELX swapping macros
1704 * replace elx_in_intr() with in_interrupt()
/linux-4.4.14/scripts/kconfig/
Dqconf.cc1189 res.replace(i, 1, "&lt;"); in print_filter()
1193 res.replace(i, 1, "&gt;"); in print_filter()
1197 res.replace(i, 1, "&amp;"); in print_filter()
1201 res.replace(i, 1, "&quot;"); in print_filter()
1205 res.replace(i, 1, "<br>"); in print_filter()
Dzconf.lex.c_shipped1825 /* TODO. We should be able to replace this entire function body
1987 /* Only push if top exists. Otherwise, replace top. */
/linux-4.4.14/Documentation/driver-model/
Dporting.txt21 objects can replace fields in the bus-specific objects.
369 This driver binding should replace the existing driver binding
399 that can replace those defined privately to the bus driver.
Dbus.txt63 The lists of devices and drivers are intended to replace the local
/linux-4.4.14/Documentation/usb/
Dpersist.txt140 If you replace one USB device with another of the same type (same
148 while changing its media. If you replace the flash memory card in a
Drio.txt28 replace it with a fresh one. In my case, what happened is I lost two 16kb
/linux-4.4.14/Documentation/networking/
D6pack.txt69 by 6pack. It is useful to replace TAPR, as this software is rarely used
107 and replace N_AX25 by N_6PACK.
Dixgb.txt198 # replace 1a48 with appropriate 10GbE device's ID installed on the system,
245 your ixgb driver is using and/or replace '1a48' with appropriate 10GbE device's
Dstmmac.txt266 capability register can replace what has been passed from the platform.
Drxrpc.txt589 permits the server to add more keys, replace keys, etc. whilst it is live.
Dbonding.txt1264 above, except replace the line "BOOTPROTO=none" with "BOOTPROTO=dhcp"
/linux-4.4.14/Documentation/
Dcoccinelle.txt315 msg_safe=msg.replace("[","@(").replace("]",")")
Dassoc_array.txt43 already in the array will replace the old object.
195 (2) Insert/replace an object in an associative array.
527 (1) Simple insert/replace. This involves simply replacing a NULL or old
564 this without locking against a read - so we have to replace that node too.
Dpnp.txt136 It is meant to replace the PNPBIOS. It is not currently supported by Linux
Drbtree.txt156 To replace an existing node in a tree with a new one with the same key, call:
Doops-tracing.txt86 and do a replace of spaces to "\x" - that's what I do, as I'm too lazy
Ddma-buf-sharing.txt393 dma_buf files share the same anon inode, hence the exporter needs to replace
Datomic_ops.txt41 As with all of the atomic_ interfaces, replace the leading "atomic_"
Dedac.txt699 For socket 1, it is needed to replace "mc0" by "mc1" at the above
Dmd.txt493 recover - a hot spare is being built to replace a
DDMA-API.txt402 can generally replace dma_map_single(), etc.
Dkprobes.txt243 After that, the Kprobe-optimizer calls stop_machine() to replace
Dkernel-parameters.txt2550 noreplace-smp [X86-32,SMP] Don't replace SMP instructions
/linux-4.4.14/Documentation/DocBook/
Dkernel-api.xml.db4 API-list-replace
148 API-idr-replace
189 API-replace-page-cache-page
712 API-disk-replace-part-tbl
Dalsa-driver-api.xml.db149 API-snd-ctl-replace
Dnetworking.xml.db185 API-gen-replace-estimator
Dgpu.xml.db57 API-drm-mm-replace-node
Ddevice-drivers.xml.db729 API-snd-ctl-replace
/linux-4.4.14/include/uapi/linux/
Dcoda.h706 struct coda_replace_out replace; member
/linux-4.4.14/drivers/staging/panel/
DKconfig259 This allows you to replace the boot message indicating the kernel version
272 This allows you to replace the boot message indicating the kernel version
/linux-4.4.14/net/decnet/
Ddn_table.c595 goto replace; in dn_fib_table_insert()
621 replace: in dn_fib_table_insert()
/linux-4.4.14/Documentation/ia64/
Dxen.txt93 1. replace elilo
/linux-4.4.14/Documentation/hwmon/
Dds162182 but the DS1621 is meant to replace it. The DS1631, DS1721, and DS1731 are
/linux-4.4.14/arch/m68k/ifpsp060/
Dilsp.doc54 search and replace function.
Dfplsp.doc55 search and replace function.
Disp.doc59 search and replace function.
Dfpsp.doc51 search and replace function.
DTEST.DOC45 with a global search and replace function.
/linux-4.4.14/arch/arm/boot/dts/
Dkirkwood.dtsi34 /* If a board file needs to change this ranges it must replace it completely */
Darmada-388-gp.dts212 * A388-GP board v1.5 and higher replace
/linux-4.4.14/tools/perf/config/
Dutilities.mak13 # what should replace a newline when escaping
/linux-4.4.14/drivers/net/ethernet/sfc/
Dnic.h694 bool replace);
Dnet_driver.h1294 struct efx_filter_spec *spec, bool replace);
/linux-4.4.14/Documentation/arm/nwfpe/
DREADME.FPE155 distribution) can be loaded to replace the functionality of the emulator
/linux-4.4.14/Documentation/video4linux/
Dv4l2-framework.txt1058 replace() callbacks which drivers can set. These callbacks are called when
1059 a new event is raised and there is no more room. The replace() callback
1060 allows you to replace the payload of the old event with that of the new event,
1070 A good example of these replace/merge callbacks is in v4l2-event.c:
1100 * replace: replace event 'old' with event 'new'.
Dvideobuf254 These support functions can replace a great deal of buffer management
/linux-4.4.14/Documentation/vm/
Dpage_migration134 16. If migration entries were page then replace them with real ptes. Doing
Dnuma_memory_policy.txt342 4) Shared policies require special consideration. One task can replace a
/linux-4.4.14/Documentation/filesystems/
Dext4.txt256 grpjquota=<file> during journal replay. They replace the above
318 the replace-via-rename and replace-via-truncate
Dntfs.txt360 You can obviously replace "myvolume1" with whatever name you like.
417 which", where you need to replace "which" with the name of the algorithm to
Dporting346 for details of what locks to replace dcache_lock with in order to protect
Dxfs-delayed-logging-design.txt224 relogged we can replace the current memory buffer with a new memory buffer that
Dvfs.txt909 driver information. These support routines replace the filesystem file
Dcoda.txt1589 another. It is added to allow Venus during reintegration to replace
/linux-4.4.14/net/ipv4/
Dfib_trie.c481 static struct key_vector *replace(struct trie *t, in replace() function
598 return replace(t, oldtnode, tn); in inflate()
653 return replace(t, oldtnode, tn); in halve()
/linux-4.4.14/mm/
Dksm.c1212 goto replace; in stable_tree_search()
1236 replace: in stable_tree_search()
Dmempolicy.c730 goto replace; in mbind_range()
742 replace: in mbind_range()
/linux-4.4.14/Documentation/input/
Djoystick-api.txt181 replace the read above with something like
Dinput.txt33 devices, future use (say 2.5/2.6) is expected to expand to replace
/linux-4.4.14/Documentation/hid/
Dhiddev.txt190 These operations respectively inspect and replace the mode flags
Dhid-transport.txt149 in continuous data reporting mode, an answer to GET_REPORT does not replace
/linux-4.4.14/Documentation/arm64/
Dacpi_object_usage.txt65 but cannot modify or replace anything in the DSDT.
233 replace existing device descriptions already in the namespace.
Darm-acpi.txt95 to replace the kernel.
/linux-4.4.14/Documentation/RCU/
Dchecklist.txt66 primitives to add, remove, and replace elements on
157 may be used to replace an old structure with a new one
Dstallwarn.txt205 behavior, you might need to replace some of the cond_resched()
/linux-4.4.14/Documentation/powerpc/
Dqe_firmware.txt61 RISC processor. To replace any current microcode, a full QE reset (which
Dfirmware-assisted-dump.txt11 - Firmware assisted dump (fadump) infrastructure is intended to replace
Deeh-pci-error-recovery.txt110 PCI hotplug tools to remove and replace the dead card.
/linux-4.4.14/arch/m68k/fpsp040/
Dbugfix.S481 | You should replace the jump to fpsp_fmt_error with a jump
Dbindec.S248 movew #0x3fff,FP_SCR2(%a6) |replace exponent with 0x3fff
Dres_func.S631 | replace exponent of src with $3fff (keep sign)
641 | replace exponent of src with $3fff (keep sign)
/linux-4.4.14/Documentation/security/
Dcredentials.txt300 To alter anything in the cred struct, the copy-and-replace principle must be
335 to read or replace its own credentials without the need for any form of locking
Dkeys.txt166 process can, however, replace its current session keyring with a new one
/linux-4.4.14/fs/jfs/
Djfs_xtree.c1776 replace: /* (nxoff == xoff) */ in xtUpdate()
1797 goto replace; in xtUpdate()
1849 replace: /* (nxoff == xoff) */ in xtUpdate()
/linux-4.4.14/drivers/gpu/drm/
Ddrm_crtc.c4406 struct drm_property_blob **replace, in drm_property_replace_global_blob() argument
4416 WARN_ON(replace == NULL); in drm_property_replace_global_blob()
4418 old_blob = *replace; in drm_property_replace_global_blob()
4441 *replace = new_blob; in drm_property_replace_global_blob()
/linux-4.4.14/Documentation/fb/
Dfbcon.txt239 Instead, vgacon will replace the default boot console with dummycon, and you
/linux-4.4.14/Documentation/ide/
DChangeLog.ide-tape.1995-2002216 * 8) line 536: replace will by would (if I understand
/linux-4.4.14/Documentation/laptops/
Dlaptop-mode.txt462 # fstab for a given filesystem, and use this state to replace the
497 # fstab for a given filesystem, and use this state to replace the
/linux-4.4.14/net/
DKconfig156 Various modules exist for netfilter which replace the previous
/linux-4.4.14/drivers/net/
DKconfig99 intended to replace SCSI.
/linux-4.4.14/scripts/dtc/
Ddtc-lexer.lex.c_shipped1669 /* TODO. We should be able to replace this entire function body
1831 /* Only push if top exists. Otherwise, replace top. */
/linux-4.4.14/scripts/genksyms/
Dlex.lex.c_shipped1373 /* TODO. We should be able to replace this entire function body
1539 /* Only push if top exists. Otherwise, replace top. */
/linux-4.4.14/arch/m68k/ifpsp060/src/
Disp.S3165 # "replace" this section, if necessary. #
/linux-4.4.14/Documentation/block/
Dbiodoc.txt227 queue or pick from (copy) existing generic schedulers and replace/override
836 This is to be resolved. The eventual direction is to replace kiobuf
1115 then it just needs to replace that with q->queue_lock instead.
/linux-4.4.14/drivers/staging/speakup/
Dspkguide.txt66 DoubleTalk LT at boot up. You may replace the ltlk synthesizer keyword
1429 you may not add another; but you may replace the old one, on explicit
1465 released under this License, and replace the individual copies of this
1561 replace the "with...Texts." line with this:
/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_request.c2068 ldlm_iterator_t replace, void *data) in osc_find_cbdata() argument
2075 rc = ldlm_resource_iterate(obd->obd_namespace, &res_id, replace, data); in osc_find_cbdata()
/linux-4.4.14/Documentation/PCI/
Dpci-error-recovery.txt367 the operator will probably want to remove and replace the device.
/linux-4.4.14/kernel/trace/
DKconfig454 replace them with a No-Op instruction) on boot up. During
/linux-4.4.14/Documentation/trace/
Dring-buffer-design.txt42 R = cmpxchg(A, C, B) is saying that we replace A with B if and only if
/linux-4.4.14/net/netfilter/
DKconfig40 and is also scheduled to replace the old syslog-based ipt_LOG
440 replace the existing {ip,ip6,arp,eb}_tables infrastructure. It
/linux-4.4.14/drivers/media/usb/uvc/
Duvc_ctrl.c1356 .replace = v4l2_ctrl_replace,
/linux-4.4.14/Documentation/mtd/
Dnand_ecc.txt660 replace parity[rp7] << 7 with:
/linux-4.4.14/arch/arm/mm/
DKconfig950 is to replace the normal offset of cache sync operation (0x730)
/linux-4.4.14/Documentation/nvdimm/
Dnvdimm.txt165 Also, if an administrator ever wants to replace a memory it is easier to
/linux-4.4.14/Documentation/locking/
Drt-mutex-design.txt471 from the owner's pi_list, and replace it with the task.
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex736 it is automatically ejected, such that the user can replace it.
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.seq1864 * disconnected list, so we must replace
/linux-4.4.14/Documentation/power/
Dpci.txt629 has loaded the image, it needs to replace its own code and data with the code
/linux-4.4.14/Documentation/s390/
DDebugging390.txt1510 RECEIVE / LOG TXT A1 ( replace
/linux-4.4.14/arch/x86/
DKconfig681 Paravirtualized spinlocks allow a pvops backend to replace the
/linux-4.4.14/Documentation/virtual/uml/
DUserModeLinux-HOWTO.txt1111 with a mask that's not 255.255.255.255, then replace it with a route