/linux-4.1.27/kernel/events/ |
D | ring_buffer.c | 146 if (!rb->overwrite && in perf_output_begin() 238 rb->overwrite = 0; in ring_buffer_init() 240 rb->overwrite = 1; in ring_buffer_init() 470 bool overwrite = !(flags & RING_BUFFER_WRITABLE); in rb_alloc_aux() local 489 !overwrite) { in rb_alloc_aux() 523 overwrite) { in rb_alloc_aux() 531 overwrite); in rb_alloc_aux() 545 rb->aux_overwrite = overwrite; in rb_alloc_aux()
|
D | internal.h | 20 int overwrite; /* can overwrite itself */ member
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | silabs,si5351.txt | 27 to overwrite clock source of pll A (number=0) or B (number=1). 81 * overwrite clkout0 configuration with: 98 * overwrite clkout1 configuration with: 113 * overwrite clkout2 configuration with:
|
D | mvebu-core-clock.txt | 62 - clock-output-names : from common clock binding; allows overwrite default clock
|
/linux-4.1.27/fs/overlayfs/ |
D | dir.c | 719 bool overwrite = !(flags & RENAME_EXCHANGE); in ovl_rename2() local 752 if (!overwrite && OVL_TYPE_MERGE_OR_LOWER(new_type) && new_is_dir) in ovl_rename2() 784 if (!overwrite) { in ovl_rename2() 814 if (overwrite && OVL_TYPE_MERGE_OR_LOWER(new_type) && new_is_dir) { in ovl_rename2() 823 if (overwrite) { in ovl_rename2() 876 if (!overwrite && new_is_dir && old_opaque && !new_opaque) { in ovl_rename2() 897 if (!overwrite && new_is_dir && old_opaque && !new_opaque) in ovl_rename2() 904 if (!overwrite && new_is_dir && !old_opaque && new_opaque) in ovl_rename2() 916 if (!overwrite) in ovl_rename2()
|
/linux-4.1.27/Documentation/filesystems/ |
D | relay.txt | 47 A relay channel can operate in a mode where it will overwrite data not 120 in no-overwrite mode (the default), it can be read at any 122 channel is being used in overwrite mode and there are 125 ended before using read() with overwrite mode. Sub-buffer 270 idea - you're guaranteed to either overwrite data or lose events 310 relay channels can be used in either of two modes - 'overwrite' or 311 'no-overwrite'. The mode is entirely determined by the implementation 313 subbuf_start() callback is defined is 'no-overwrite' mode. If the 318 In 'overwrite' mode, also known as 'flight recorder' mode, writes 320 unconditionally overwrite old data regardless of whether it's actually [all …]
|
D | spufs.txt | 189 buffer. Subsequent writes to the same file descriptor overwrite 240 either "1" or "0". In mode 0 (overwrite), the hardware replaces the 258 buffer. Subsequent writes to the same file descriptor overwrite
|
D | affs.txt | 162 have an Amiga harddisk connected to your PC, it will overwrite
|
D | hpfs.txt | 136 overwrite them with extended attributes. Send me some info on these structures
|
D | ramfs-rootfs-initramfs.txt | 228 files in the external archive will overwrite any conflicting files in
|
D | ntfs.txt | 91 - The new driver supports write(2) which can both overwrite existing data and
|
D | xfs-delayed-logging-design.txt | 299 crash during the write of a such a transaction could partially overwrite the
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | kirkwood.dtsi | 95 * overwrite marvell,pins on board level if required. 109 * overwrite marvell,pins on board level if required. 316 /* overwrite MAC address in bootloader */ 349 /* overwrite MAC address in bootloader */
|
D | kirkwood-ns2-common.dtsi | 87 /* overwrite reg property in board file */
|
D | kirkwood-ts219.dtsi | 98 /* overwrite reg property in board file */
|
D | kirkwood-ts419.dtsi | 66 /* overwrite reg property in board file */
|
D | kirkwood-6282.dtsi | 73 * overwrite marvell,pins on board level if required.
|
D | orion5x.dtsi | 191 /* overwrite MAC address in bootloader */
|
D | dove.dtsi | 318 /* overwrite MAC address in bootloader */
|
/linux-4.1.27/tools/perf/util/ |
D | evlist.h | 48 bool overwrite; member 130 bool overwrite);
|
D | evlist.c | 642 if (evlist->overwrite) { in perf_evlist__mmap_read() 718 if (!evlist->overwrite) { in perf_evlist__mmap_consume() 996 bool overwrite) in perf_evlist__mmap() argument 1002 .prot = PROT_READ | (overwrite ? 0 : PROT_WRITE), in perf_evlist__mmap() 1011 evlist->overwrite = overwrite; in perf_evlist__mmap()
|
D | python.c | 714 int pages = 128, overwrite = false; in pyrf_evlist__mmap() local 717 &pages, &overwrite)) in pyrf_evlist__mmap() 720 if (perf_evlist__mmap(evlist, pages, overwrite) < 0) { in pyrf_evlist__mmap()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_intel_bts.c | 74 bts_buffer_setup_aux(int cpu, void **pages, int nr_pages, bool overwrite) in bts_buffer_setup_aux() argument 95 if (overwrite && nbuf > 1) in bts_buffer_setup_aux() 104 buf->snapshot = overwrite; in bts_buffer_setup_aux()
|
/linux-4.1.27/fs/ext4/ |
D | file.c | 98 int overwrite = 0; in ext4_file_write_iter() local 134 iocb->private = &overwrite; in ext4_file_write_iter() 166 overwrite = 1; in ext4_file_write_iter()
|
D | inode.c | 3109 int overwrite = 0; in ext4_ext_direct_IO() local 3130 overwrite = *((int *)iocb->private); in ext4_ext_direct_IO() 3132 if (overwrite) { in ext4_ext_direct_IO() 3157 if (overwrite) { in ext4_ext_direct_IO() 3216 if (ret > 0 && !overwrite && ext4_test_inode_state(inode, in ext4_ext_direct_IO() 3234 if (overwrite) { in ext4_ext_direct_IO()
|
/linux-4.1.27/Documentation/x86/x86_64/ |
D | cpu-hotplug-spec | 18 In the worst case the user can overwrite this choice using a command line
|
D | boot-options.txt | 54 Don't overwrite the bios-set CMCI threshold. This boot option
|
/linux-4.1.27/Documentation/cdrom/ |
D | packet-writing.txt | 27 the so called "restricted overwrite" mode. To put a disc in restricted 28 overwrite mode, run:
|
/linux-4.1.27/Documentation/arm/ |
D | Booting | 113 the kernel decompressor nor initrd 'bootp' program will overwrite 129 overwrite it, whilst remaining within the region which will be covered 141 a region of memory where the kernel decompressor will not overwrite it
|
D | Porting | 95 any static mappings in this area; vmalloc will overwrite them.
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | satanh.S | 89 fmovemx %fp0-%fp0,(%a0) | ...overwrite input
|
D | util.S | 289 movew LOCAL_EX(%a1),LOCAL_EX(%a0) |do not overwrite sign 622 movew LOCAL_EX(%a1),LOCAL_EX(%a0) |be careful not to overwrite sign
|
D | res_func.S | 1337 btstb #snan_bit,FPCR_ENABLE(%a6) |and don't overwrite
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | micrel-ksz90x1.txt | 9 and therefore may overwrite them.
|
/linux-4.1.27/Documentation/devicetree/bindings/usb/ |
D | msm-hsusb.txt | 58 "do not overwrite default value at this address".
|
/linux-4.1.27/arch/x86/ |
D | Makefile_32.cpu | 44 # add at the end to overwrite eventual tuning options from earlier
|
/linux-4.1.27/Documentation/s390/ |
D | zfcpdump.txt | 6 not overwrite memory of the crashed Linux with data of the dump tool, the
|
/linux-4.1.27/Documentation/trace/ |
D | ring-buffer-design.txt | 52 The ring buffer can be used in either an overwrite mode or in 61 overwrite the older data. This will lose the oldest events. 293 of the ring buffer: overwrite and produce/consumer). 346 When the tail meets the head page, if the buffer is in overwrite mode, 566 When the tail page meets the head page and the buffer is in overwrite mode
|
D | ftrace.txt | 478 dropped events: Events lost due to overwrite option being off. 728 overwrite 860 overwrite - This controls what happens when the trace buffer is 1440 tracing non-RT tasks that are unpredictable will overwrite the 1698 entries. The newest data may overwrite the oldest data.
|
/linux-4.1.27/Documentation/PCI/ |
D | PCIEBUS-HOWTO.txt | 207 that all service drivers will be well behaved and not overwrite 216 will be well behaved and not overwrite other service driver's
|
/linux-4.1.27/arch/blackfin/mach-bf518/ |
D | Kconfig | 92 Saying Y will overwrite the default reset or boot loader
|
/linux-4.1.27/arch/blackfin/mach-bf527/ |
D | Kconfig | 89 Saying Y will overwrite the default reset or boot loader
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | head.S | 139 # retrieve the parameters (including command line) before we overwrite
|
/linux-4.1.27/Documentation/ |
D | ramoops.txt | 39 on restart (i.e. new dumps after the restart will overwrite old ones).
|
D | binfmt_misc.txt | 46 'P' - preserve-argv[0]. Legacy behavior of binfmt_misc is to overwrite
|
D | sysfs-rules.txt | 33 possibly support a SYSFS_PATH environment variable to overwrite the
|
D | svga.txt | 244 2.4 (18-Mar-96) Added patches by Hans Lermen fixing a memory overwrite problem
|
D | DMA-API.txt | 691 boot with 'dma_debug_entries=<your_desired_number>' to overwrite the
|
/linux-4.1.27/Documentation/input/ |
D | yealink.txt | 141 - The tab '\t'and '\n' char does not overwrite the original content.
|
/linux-4.1.27/Documentation/video4linux/ |
D | README.cpia2 | 110 overwrite the third buffer before the read finishes, leading to a corrupt
|
D | v4l2-framework.txt | 1051 lots of events of one type in a short time, then that will not overwrite
|
/linux-4.1.27/kernel/trace/ |
D | ring_buffer.c | 3523 unsigned long overwrite; in rb_get_reader_page() local 3601 overwrite = local_read(&(cpu_buffer->overrun)); in rb_get_reader_page() 3634 if (overwrite != cpu_buffer->last_overrun) { in rb_get_reader_page() 3635 cpu_buffer->lost_events = overwrite - cpu_buffer->last_overrun; in rb_get_reader_page() 3636 cpu_buffer->last_overrun = overwrite; in rb_get_reader_page()
|
/linux-4.1.27/arch/ |
D | Kconfig | 369 overflows (that need to overwrite this return address) now also 370 overwrite the canary, which gets detected and the attack is then
|
/linux-4.1.27/arch/frv/kernel/ |
D | head.S | 77 # retrieve the parameters (including command line) before we overwrite them
|
/linux-4.1.27/include/linux/ |
D | perf_event.h | 296 int nr_pages, bool overwrite);
|
/linux-4.1.27/Documentation/vm/ |
D | frontswap.txt | 249 to 1K. Now an attempt is made to overwrite the page with data that 252 frontswap rejects a store that would overwrite, it also must invalidate
|
/linux-4.1.27/Documentation/prctl/ |
D | seccomp_filter.txt | 106 it with -ENOSYS could overwrite some useful information.)
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | Kconfig | 71 You can overwrite this number setting conn_tab_bits module parameter
|
/linux-4.1.27/Documentation/networking/ |
D | README.sb1000 | 84 tar file into /etc/ppp, being careful not to overwrite any files that are
|
D | ip-sysctl.txt | 1569 overwrite that. Writes to conf/all/stable_secret are refused.
|
/linux-4.1.27/Documentation/filesystems/cifs/ |
D | CHANGES | 201 (which we are about to overwrite anyway) when writing out file opened rw. 267 Fix rare oops after acpi suspend. Fix O_TRUNC opens to overwrite on 559 hashing. Fix overwrite of Linux user's view of file mode to Windows servers.
|
/linux-4.1.27/arch/sh/ |
D | Kconfig | 804 Given string will overwrite any arguments passed in by
|
/linux-4.1.27/Documentation/scsi/ |
D | ChangeLog.ncr53c8xx | 419 overwrite it with SSID on reselection.
|
/linux-4.1.27/drivers/block/ |
D | Kconfig | 430 DVD-RW disks must be in restricted overwrite mode.
|
/linux-4.1.27/fs/cifs/ |
D | cifspdu.h | 1758 __le32 overwrite; /* 1 = overwrite dest */ member
|
D | cifssmb.c | 2691 rename_info->overwrite = cpu_to_le32(1); in CIFSSMBRenameOpenFile()
|
/linux-4.1.27/net/sched/ |
D | Kconfig | 583 classification. They are used to overwrite the classification
|
/linux-4.1.27/drivers/mmc/host/ |
D | Kconfig | 56 need to overwrite SDHCI IO memory accessors.
|
/linux-4.1.27/Documentation/x86/ |
D | boot.txt | 25 Lower the conventional memory ceiling. No overwrite
|