/linux-4.1.27/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 286 int i, replace, error; in mtrr_add_page() local 319 replace = -1; in mtrr_add_page() 340 replace = replace == -1 ? i : -2; in mtrr_add_page() 365 i = mtrr_if->get_free_region(base, size, replace); in mtrr_add_page() 368 if (likely(replace < 0)) { in mtrr_add_page() 371 mtrr_usage_table[i] = mtrr_usage_table[replace]; in mtrr_add_page() 374 if (unlikely(replace != i)) { in mtrr_add_page() 375 set_mtrr(replace, 0, 0, 0); in mtrr_add_page() 376 mtrr_usage_table[replace] = 0; in mtrr_add_page()
|
/linux-4.1.27/scripts/coccinelle/api/ |
D | resource_size.cocci | 67 msg_safe=msg.replace("[","@(").replace("]",")") 84 msg_safe=msg.replace("[","@(").replace("]",")")
|
D | err_cast.cocci | 47 msg_safe=msg.replace("[","@(").replace("]",")")
|
/linux-4.1.27/Documentation/device-mapper/ |
D | dm-flakey.txt | 37 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.1.27/net/ipv6/ |
D | addrlabel.c | 244 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()
|
D | ip6_fib.c | 697 int replace = (info->nlh && in fib6_add_rt2node() local 719 if (replace) { in fib6_add_rt2node() 810 if (!replace) { in fib6_add_rt2node()
|
D | route.c | 2582 int replace = (cfg->fc_nlinfo.nlh && in ip6_route_multipath_add() local 2627 if (replace && nhn) in ip6_route_multipath_add()
|
/linux-4.1.27/scripts/coccinelle/null/ |
D | deref_null.cocci | 108 msg_safe=msg.replace("[","@(").replace("]",")") 167 msg_safe=msg.replace("[","@(").replace("]",")")
|
/linux-4.1.27/scripts/coccinelle/api/alloc/ |
D | kzalloc-simple.cocci | 77 msg_safe=msg.replace("[","@(").replace("]",")")
|
/linux-4.1.27/drivers/staging/board/ |
D | TODO | 1 * replace platform device code with DT nodes once the driver supports DT
|
/linux-4.1.27/drivers/md/bcache/ |
D | request.h | 24 unsigned replace:1; member
|
D | request.c | 59 struct bkey *replace_key = op->replace ? &op->replace_key : NULL; in bch_data_insert_keys() 74 if (!op->replace) in bch_data_insert_keys() 182 else if (!op->replace) in bch_data_insert_endio() 267 if (!op->replace) { in bch_data_insert_start() 752 BUG_ON(!s->iop.replace); in cached_dev_read_done() 806 s->iop.replace = true; in cached_dev_cache_miss()
|
D | movinggc.c | 111 op->replace = true; in write_moving()
|
D | btree.c | 1465 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.1.27/net/sctp/ |
D | auth.c | 830 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.1.27/Documentation/isdn/ |
D | README.mISDN | 1 mISDN is a new modular ISDN driver, in the long term it should replace
|
D | INTERFACE | 205 given, upon return, isdn4linux will replace it by a generic name. (line0,
|
D | README | 54 The internal handling is nearly identical, so replace the appropriate
|
/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-event.c | 142 if (sev->ops && sev->ops->replace) { in __v4l2_event_queue_fh() 143 sev->ops->replace(&kev->event, ev); in __v4l2_event_queue_fh() 338 .replace = v4l2_event_src_replace,
|
D | v4l2-ctrls.c | 3417 .replace = v4l2_ctrl_replace,
|
/linux-4.1.27/include/media/ |
D | v4l2-event.h | 91 void (*replace)(struct v4l2_event *old, const struct v4l2_event *new); member
|
/linux-4.1.27/net/wireless/ |
D | db.txt | 11 # need to replace this file with one containing appropriately formatted
|
/linux-4.1.27/fs/btrfs/ |
D | Makefile | 11 reada.o backref.o ulist.o qgroup.o send.o dev-replace.o raid56.o \
|
/linux-4.1.27/Documentation/zh_CN/video4linux/ |
D | v4l2-framework.txt | 913 replace() 回调,这些回调会在新事件产生且没有多余空间的时候被调用。 914 replace() 回调让你可以将早期事件的净荷替换为新事件的净荷,将早期 923 关于 replace/merge 回调的一个不错的例子在 v4l2-event.c 中:用于 949 * replace: 用‘新’事件替换‘早期‘事件。
|
/linux-4.1.27/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 25 and replace it with the phandle value.
|
/linux-4.1.27/net/sched/ |
D | act_bpf.c | 267 int replace, int bind) in tcf_bpf_init() argument 312 if (!replace) { in tcf_bpf_init()
|
/linux-4.1.27/arch/frv/mm/ |
D | tlb-miss.S | 303 # - 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.1.27/Documentation/arm/SA1100/ |
D | serial_UART | 42 - replace occurrences of ttyS0 with ttySA0, ttyS1 with ttySA1, etc.
|
/linux-4.1.27/scripts/gdb/linux/ |
D | symbols.py | 87 module_name.replace("_", r"[_\-]"))
|
/linux-4.1.27/scripts/ |
D | analyze_suspend.py | 1068 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, '_', ' ') 2839 dirname).read().replace('\n', '') 2841 dirname).read().replace('\n', '') 2908 (dirname, i)).read().replace('\n', '') 2920 (dirname, i)).read().replace('\n', '') [all …]
|
D | Makefile.build | 57 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
|
D | checkpatch.pl | 1829 my ($string, $find, $replace) = @_; 1831 $string =~ s/$find/$replace/g;
|
/linux-4.1.27/sound/core/ |
D | control_compat.c | 389 int replace) in snd_ctl_elem_add_compat() argument 431 err = snd_ctl_elem_add(file, data, replace); in snd_ctl_elem_add_compat()
|
D | control.c | 1198 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.1.27/arch/xtensa/kernel/ |
D | vectors.S | 400 wsr a0, depc # replace the saved a0 409 wsr a0, depc # replace the saved a0
|
/linux-4.1.27/tools/perf/Documentation/ |
D | android.txt | 63 For installing perf-archive, you first need to replace #!/bin/bash with #!/system/bin/sh:
|
/linux-4.1.27/Documentation/EDID/ |
D | HOWTO.txt | 32 replace the settings with your own data and add a new target to the
|
/linux-4.1.27/Documentation/early-userspace/ |
D | README | 101 - 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.1.27/Documentation/virtual/kvm/ |
D | hypercalls.txt | 5 instruction. The hypervisor can replace it with instructions that are
|
D | timekeeping.txt | 281 HPET is quite complex, and was originally intended to replace the PIT / RTC
|
/linux-4.1.27/Documentation/scsi/ |
D | megaraid.txt | 64 As new applications evolve and replace the old ones, the old packet format
|
D | cxgb3i.txt | 72 replace with a value no bigger than 15360 (for example 8192):
|
D | ChangeLog.arcmsr | 109 ** 8.replace pci_alloc_consistent()/pci_free_consistent() with kmalloc()/kfree() in arcmsr_iop…
|
D | scsi-changer.txt | 95 (replace ID with the SCSI-ID of the device)
|
D | ChangeLog.megaraid | 293 replace with the sysfs attribute. To remove drives and change 483 ix. replace udelay with msleep
|
D | ChangeLog.lpfc | 718 * 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.1.27/scripts/kconfig/ |
D | qconf.cc | 1133 res.replace(i, 1, "<"); in print_filter() 1137 res.replace(i, 1, ">"); in print_filter() 1141 res.replace(i, 1, "&"); in print_filter() 1145 res.replace(i, 1, """); in print_filter() 1149 res.replace(i, 1, "<br>"); in print_filter()
|
D | zconf.lex.c_shipped | 1772 /* TODO. We should be able to replace this entire function body 1934 /* Only push if top exists. Otherwise, replace top. */
|
/linux-4.1.27/Documentation/driver-model/ |
D | porting.txt | 21 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.
|
D | bus.txt | 63 The lists of devices and drivers are intended to replace the local
|
/linux-4.1.27/Documentation/ |
D | coccinelle.txt | 315 msg_safe=msg.replace("[","@(").replace("]",")")
|
D | assoc_array.txt | 43 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.
|
D | pnp.txt | 136 It is meant to replace the PNPBIOS. It is not currently supported by Linux
|
D | rbtree.txt | 156 To replace an existing node in a tree with a new one with the same key, call:
|
D | oops-tracing.txt | 86 and do a replace of spaces to "\x" - that's what I do, as I'm too lazy
|
D | dma-buf-sharing.txt | 393 dma_buf files share the same anon inode, hence the exporter needs to replace
|
D | atomic_ops.txt | 41 As with all of the atomic_ interfaces, replace the leading "atomic_"
|
D | edac.txt | 729 For socket 1, it is needed to replace "mc0" by "mc1" at the above
|
D | md.txt | 493 recover - a hot spare is being built to replace a
|
D | DMA-API.txt | 408 can generally replace dma_map_single(), etc.
|
D | kprobes.txt | 243 After that, the Kprobe-optimizer calls stop_machine() to replace
|
D | kernel-parameters.txt | 2473 noreplace-smp [X86-32,SMP] Don't replace SMP instructions
|
/linux-4.1.27/Documentation/networking/ |
D | 6pack.txt | 69 by 6pack. It is useful to replace TAPR, as this software is rarely used 107 and replace N_AX25 by N_6PACK.
|
D | ixgb.txt | 198 # 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
|
D | stmmac.txt | 274 capability register can replace what has been passed from the platform.
|
D | rxrpc.txt | 589 permits the server to add more keys, replace keys, etc. whilst it is live.
|
D | bonding.txt | 1227 above, except replace the line "BOOTPROTO=none" with "BOOTPROTO=dhcp"
|
/linux-4.1.27/Documentation/usb/ |
D | persist.txt | 140 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
|
D | rio.txt | 28 replace it with a fresh one. In my case, what happened is I lost two 16kb
|
/linux-4.1.27/include/uapi/linux/ |
D | coda.h | 706 struct coda_replace_out replace; member
|
/linux-4.1.27/drivers/staging/panel/ |
D | Kconfig | 259 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.1.27/net/decnet/ |
D | dn_table.c | 595 goto replace; in dn_fib_table_insert() 621 replace: in dn_fib_table_insert()
|
/linux-4.1.27/Documentation/ia64/ |
D | xen.txt | 93 1. replace elilo
|
/linux-4.1.27/tools/perf/config/ |
D | utilities.mak | 13 # what should replace a newline when escaping
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood.dtsi | 34 /* If a board file needs to change this ranges it must replace it completely */
|
/linux-4.1.27/Documentation/hwmon/ |
D | ds1621 | 82 but the DS1621 is meant to replace it. The DS1631, DS1721, and DS1731 are
|
/linux-4.1.27/arch/m68k/ifpsp060/ |
D | ilsp.doc | 54 search and replace function.
|
D | fplsp.doc | 55 search and replace function.
|
D | isp.doc | 59 search and replace function.
|
D | TEST.DOC | 45 with a global search and replace function.
|
D | fpsp.doc | 51 search and replace function.
|
/linux-4.1.27/Documentation/arm/nwfpe/ |
D | README.FPE | 155 distribution) can be loaded to replace the functionality of the emulator
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 1058 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'.
|
D | videobuf | 254 These support functions can replace a great deal of buffer management
|
/linux-4.1.27/Documentation/vm/ |
D | page_migration | 137 16. If migration entries were page then replace them with real ptes. Doing
|
D | numa_memory_policy.txt | 342 4) Shared policies require special consideration. One task can replace a
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | nic.h | 761 bool replace);
|
D | net_driver.h | 1300 struct efx_filter_spec *spec, bool replace);
|
/linux-4.1.27/Documentation/filesystems/ |
D | ext4.txt | 256 grpjquota=<file> during journal replay. They replace the above 318 the replace-via-rename and replace-via-truncate
|
D | ext3.txt | 138 grpjquota=<file> during journal replay. They replace the above
|
D | ntfs.txt | 360 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
|
D | porting | 346 for details of what locks to replace dcache_lock with in order to protect
|
D | xfs-delayed-logging-design.txt | 224 relogged we can replace the current memory buffer with a new memory buffer that
|
D | coda.txt | 1589 another. It is added to allow Venus during reintegration to replace
|
D | vfs.txt | 902 driver information. These support routines replace the filesystem file
|
/linux-4.1.27/net/ipv4/ |
D | fib_trie.c | 475 static struct key_vector *replace(struct trie *t, in replace() function 592 return replace(t, oldtnode, tn); in inflate() 647 return replace(t, oldtnode, tn); in halve()
|
/linux-4.1.27/mm/ |
D | ksm.c | 1205 goto replace; in stable_tree_search() 1229 replace: in stable_tree_search()
|
D | mempolicy.c | 733 goto replace; in mbind_range() 745 replace: in mbind_range()
|
/linux-4.1.27/Documentation/input/ |
D | joystick-api.txt | 181 replace the read above with something like
|
D | input.txt | 33 devices, future use (say 2.5/2.6) is expected to expand to replace
|
/linux-4.1.27/Documentation/hid/ |
D | hiddev.txt | 190 These operations respectively inspect and replace the mode flags
|
D | hid-transport.txt | 149 in continuous data reporting mode, an answer to GET_REPORT does not replace
|
/linux-4.1.27/Documentation/arm64/ |
D | acpi_object_usage.txt | 65 but cannot modify or replace anything in the DSDT. 233 replace existing device descriptions already in the namespace.
|
D | arm-acpi.txt | 95 to replace the kernel.
|
/linux-4.1.27/Documentation/RCU/ |
D | checklist.txt | 66 primitives to add, remove, and replace elements on 157 may be used to replace an old structure with a new one
|
D | stallwarn.txt | 196 behavior, you might need to replace some of the cond_resched()
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | bugfix.S | 481 | You should replace the jump to fpsp_fmt_error with a jump
|
D | bindec.S | 248 movew #0x3fff,FP_SCR2(%a6) |replace exponent with 0x3fff
|
D | res_func.S | 631 | replace exponent of src with $3fff (keep sign) 641 | replace exponent of src with $3fff (keep sign)
|
/linux-4.1.27/Documentation/powerpc/ |
D | qe_firmware.txt | 61 RISC processor. To replace any current microcode, a full QE reset (which
|
D | firmware-assisted-dump.txt | 11 - Firmware assisted dump (fadump) infrastructure is intended to replace
|
D | eeh-pci-error-recovery.txt | 110 PCI hotplug tools to remove and replace the dead card.
|
/linux-4.1.27/Documentation/security/ |
D | credentials.txt | 300 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
|
D | keys.txt | 166 process can, however, replace its current session keyring with a new one
|
/linux-4.1.27/fs/jfs/ |
D | jfs_xtree.c | 1776 replace: /* (nxoff == xoff) */ in xtUpdate() 1797 goto replace; in xtUpdate() 1849 replace: /* (nxoff == xoff) */ in xtUpdate()
|
/linux-4.1.27/Documentation/fb/ |
D | fbcon.txt | 239 Instead, vgacon will replace the default boot console with dummycon, and you
|
/linux-4.1.27/Documentation/ide/ |
D | ChangeLog.ide-tape.1995-2002 | 216 * 8) line 536: replace will by would (if I understand
|
/linux-4.1.27/net/ |
D | Kconfig | 153 Various modules exist for netfilter which replace the previous
|
/linux-4.1.27/Documentation/laptops/ |
D | laptop-mode.txt | 462 # 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.1.27/drivers/net/ |
D | Kconfig | 99 intended to replace SCSI.
|
/linux-4.1.27/scripts/genksyms/ |
D | lex.lex.c_shipped | 1373 /* TODO. We should be able to replace this entire function body 1539 /* Only push if top exists. Otherwise, replace top. */
|
/linux-4.1.27/scripts/dtc/ |
D | dtc-lexer.lex.c_shipped | 1640 /* TODO. We should be able to replace this entire function body 1802 /* Only push if top exists. Otherwise, replace top. */
|
/linux-4.1.27/arch/m68k/ifpsp060/src/ |
D | isp.S | 3165 # "replace" this section, if necessary. #
|
/linux-4.1.27/Documentation/block/ |
D | biodoc.txt | 227 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.1.27/drivers/staging/speakup/ |
D | spkguide.txt | 66 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.1.27/drivers/staging/lustre/lustre/osc/ |
D | osc_request.c | 2128 ldlm_iterator_t replace, void *data) in osc_find_cbdata() argument 2135 rc = ldlm_resource_iterate(obd->obd_namespace, &res_id, replace, data); in osc_find_cbdata()
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 454 replace them with a No-Op instruction) on boot up. During
|
/linux-4.1.27/Documentation/PCI/ |
D | pci-error-recovery.txt | 367 the operator will probably want to remove and replace the device.
|
/linux-4.1.27/Documentation/trace/ |
D | ring-buffer-design.txt | 42 R = cmpxchg(A, C, B) is saying that we replace A with B if and only if
|
/linux-4.1.27/net/netfilter/ |
D | Kconfig | 32 and is also scheduled to replace the old syslog-based ipt_LOG 431 replace the existing {ip,ip6,arp,eb}_tables infrastructure. It
|
/linux-4.1.27/drivers/media/usb/uvc/ |
D | uvc_ctrl.c | 1356 .replace = v4l2_ctrl_replace,
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 660 replace parity[rp7] << 7 with:
|
/linux-4.1.27/arch/arm/mm/ |
D | Kconfig | 941 is to replace the normal offset of cache sync operation (0x730)
|
/linux-4.1.27/Documentation/locking/ |
D | rt-mutex-design.txt | 471 from the owner's pi_list, and replace it with the task.
|
/linux-4.1.27/Documentation/cdrom/ |
D | cdrom-standard.tex | 736 it is automatically ejected, such that the user can replace it.
|
/linux-4.1.27/Documentation/power/ |
D | pci.txt | 629 has loaded the image, it needs to replace its own code and data with the code
|
/linux-4.1.27/drivers/scsi/aic7xxx/ |
D | aic7xxx.seq | 1864 * disconnected list, so we must replace
|
/linux-4.1.27/Documentation/s390/ |
D | Debugging390.txt | 1510 RECEIVE / LOG TXT A1 ( replace
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 671 Paravirtualized spinlocks allow a pvops backend to replace the
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1111 with a mask that's not 255.255.255.255, then replace it with a route
|