/linux-4.1.27/tools/perf/util/ |
D | ordered-events.c | 14 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() argument 16 struct ordered_event *last = oe->last; in queue_event() 20 ++oe->nr_events; in queue_event() 21 oe->last = new; in queue_event() 23 pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events); in queue_event() 26 list_add(&new->list, &oe->events); in queue_event() 27 oe->max_timestamp = timestamp; in queue_event() 39 if (p == &oe->events) { in queue_event() 40 list_add_tail(&new->list, &oe->events); in queue_event() 41 oe->max_timestamp = timestamp; in queue_event() [all …]
|
D | ordered-events.h | 24 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe, 46 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, 48 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event); 49 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how); 50 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver); 51 void ordered_events__free(struct ordered_events *oe); 54 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument 56 oe->max_alloc_size = size; in ordered_events__set_alloc_size() 60 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue() argument 62 oe->copy_on_queue = copy; in ordered_events__set_copy_on_queue()
|
D | session.c | 95 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() argument 99 struct perf_session *session = container_of(oe, struct perf_session, in ordered_events__deliver_event() 246 struct ordered_events *oe __maybe_unused) in process_finished_round_stub() 254 struct ordered_events *oe); 544 struct ordered_events *oe) in process_finished_round() argument 546 return ordered_events__flush(oe, OE_FLUSH__ROUND); in process_finished_round() 951 struct ordered_events *oe = &session->ordered_events; in perf_session__process_user_event() local 980 return tool->finished_round(tool, event, oe); in perf_session__process_user_event() 1131 const struct ordered_events *oe = &session->ordered_events; in perf_session__warn_about_errors() local 1169 if (oe->nr_unordered_events != 0) in perf_session__warn_about_errors() [all …]
|
D | tool.h | 30 struct ordered_events *oe);
|
/linux-4.1.27/fs/overlayfs/ |
D | super.c | 66 static struct dentry *__ovl_dentry_lower(struct ovl_entry *oe) in __ovl_dentry_lower() argument 68 return oe->numlower ? oe->lowerstack[0].dentry : NULL; in __ovl_dentry_lower() 73 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() local 76 if (oe->__upperdentry) { in ovl_path_type() 83 if (oe->numlower && S_ISDIR(dentry->d_inode->i_mode)) in ovl_path_type() 85 else if (!oe->opaque) in ovl_path_type() 88 if (oe->numlower > 1) in ovl_path_type() 94 static struct dentry *ovl_upperdentry_dereference(struct ovl_entry *oe) in ovl_upperdentry_dereference() argument 96 return lockless_dereference(oe->__upperdentry); in ovl_upperdentry_dereference() 102 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_upper() local [all …]
|
D | inode.c | 91 struct ovl_entry *oe; in ovl_permission() local 99 oe = inode->i_private; in ovl_permission() 111 oe = alias->d_fsdata; in ovl_permission() 114 realdentry = ovl_entry_real(oe, &is_upper); in ovl_permission() 406 struct ovl_entry *oe) in ovl_new_inode() argument 422 inode->i_private = oe; in ovl_new_inode()
|
D | overlayfs.h | 144 struct dentry *ovl_entry_real(struct ovl_entry *oe, bool *is_upper); 179 struct ovl_entry *oe);
|
/linux-4.1.27/fs/omfs/ |
D | file.c | 22 struct omfs_extent *oe = (struct omfs_extent *) &bh->b_data[offset]; in omfs_make_empty_table() local 24 oe->e_next = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 25 oe->e_extent_count = cpu_to_be32(1), in omfs_make_empty_table() 26 oe->e_fill = cpu_to_be32(0x22), in omfs_make_empty_table() 27 oe->e_entry.e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 28 oe->e_entry.e_blocks = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 34 struct omfs_extent *oe; in omfs_shrink_inode() local 56 oe = (struct omfs_extent *)(&bh->b_data[OMFS_EXTENT_START]); in omfs_shrink_inode() 64 extent_count = be32_to_cpu(oe->e_extent_count); in omfs_shrink_inode() 70 next = be64_to_cpu(oe->e_next); in omfs_shrink_inode() [all …]
|
/linux-4.1.27/drivers/staging/comedi/drivers/ |
D | dt2817.c | 48 unsigned int oe = 0; in dt2817_dio_insn_config() local 66 oe |= 0x1; in dt2817_dio_insn_config() 68 oe |= 0x2; in dt2817_dio_insn_config() 70 oe |= 0x4; in dt2817_dio_insn_config() 72 oe |= 0x8; in dt2817_dio_insn_config() 74 outb(oe, dev->iobase + DT2817_CR); in dt2817_dio_insn_config()
|
/linux-4.1.27/lib/lzo/ |
D | lzo1x_decompress_safe.c | 87 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 97 op = oe; in lzo1x_decompress_safe() 187 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 196 } while (op < oe); in lzo1x_decompress_safe() 197 op = oe; in lzo1x_decompress_safe() 209 } while (op < oe); in lzo1x_decompress_safe() 214 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 222 } while (op < oe); in lzo1x_decompress_safe()
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-a3/mach/hwregs/ |
D | gio_defs.h | 99 unsigned int oe : 32; member 114 unsigned int oe : 8; member 130 unsigned int oe : 8; member 146 unsigned int oe : 8; member 162 unsigned int oe : 8; member 183 unsigned int oe : 32; member 198 unsigned int oe : 8; member 214 unsigned int oe : 8; member 230 unsigned int oe : 8; member 246 unsigned int oe : 8; member [all …]
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | io.h | 17 volatile unsigned long *oe; member 65 if (iopin->port->oe) { in crisv32_io_set_dir() 67 *iopin->port->oe &= ~iopin->bit; in crisv32_io_set_dir() 69 *iopin->port->oe |= iopin->bit; in crisv32_io_set_dir()
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-fs/ |
D | nandflash.c | 134 pa_oe.oe |= 1 << CE_BIT; in crisv32_nand_flash_probe() 135 pa_oe.oe |= 1 << ALE_BIT; in crisv32_nand_flash_probe() 136 pa_oe.oe |= 1 << CLE_BIT; in crisv32_nand_flash_probe() 137 pa_oe.oe &= ~(1 << BY_BIT); in crisv32_nand_flash_probe()
|
/linux-4.1.27/arch/cris/include/arch-v32/mach-fs/mach/hwregs/ |
D | gio_defs.h | 104 unsigned int oe : 8; member 200 unsigned int oe : 18; member 223 unsigned int oe : 18; member 246 unsigned int oe : 18; member 269 unsigned int oe : 18; member
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | omap3430-sdp.dts | 72 gpmc,oe-on-ns = <54>; 73 gpmc,oe-off-ns = <168>; 118 gpmc,oe-on-ns = <6>; 119 gpmc,oe-off-ns = <48>; 163 gpmc,oe-on-ns = <30>; 164 gpmc,oe-off-ns = <84>;
|
D | omap-gpmc-smsc911x.dtsi | 35 gpmc,oe-on-ns = <45>; 36 gpmc,oe-off-ns = <140>;
|
D | omap-gpmc-smsc9221.dtsi | 38 gpmc,oe-on-ns = <0>; 39 gpmc,oe-off-ns = <42>;
|
D | omap2420-h4.dts | 40 gpmc,oe-on-ns = <60>; 41 gpmc,oe-off-ns = <120>;
|
D | omap2430-sdp.dts | 57 gpmc,oe-on-ns = <60>; 58 gpmc,oe-off-ns = <169>;
|
D | omap2420-n8x0-common.dtsi | 64 gpmc,oe-on-ns = <27>; 65 gpmc,oe-off-ns = <127>;
|
D | omap-zoom-common.dtsi | 37 gpmc,oe-on-ns = <45>; 38 gpmc,oe-off-ns = <145>;
|
D | omap3-sb-t35.dtsi | 119 gpmc,oe-on-ns = <45>; 120 gpmc,oe-off-ns = <140>;
|
D | dm8168-evm.dts | 104 gpmc,oe-on-ns = <0>; 105 gpmc,oe-off-ns = <54>;
|
D | omap4-duovero-parlor.dts | 153 gpmc,oe-on-ns = <15>; 154 gpmc,oe-off-ns = <50>;
|
D | omap3-n950-n9.dtsi | 144 gpmc,oe-on-ns = <15>; 145 gpmc,oe-off-ns = <87>;
|
D | omap3-lilly-a83x.dtsi | 381 gpmc,oe-on-ns = <5>; 382 gpmc,oe-off-ns = <75>; 434 gpmc,oe-on-ns = <10>; 435 gpmc,oe-off-ns = <60>;
|
D | am335x-chilisom.dtsi | 225 gpmc,oe-on-ns = <0>; 226 gpmc,oe-off-ns = <54>;
|
D | omap3-lilly-dbb056.dts | 145 gpmc,oe-on-ns = <10>; 146 gpmc,oe-off-ns = <65>;
|
D | am335x-igep0033.dtsi | 145 gpmc,oe-on-ns = <0>; 146 gpmc,oe-off-ns = <54>;
|
D | omap3-cm-t3x.dtsi | 283 gpmc,oe-on-ns = <6>; 284 gpmc,oe-off-ns = <90>;
|
D | omap3-tao3530.dtsi | 292 gpmc,oe-on-ns = <6>; 293 gpmc,oe-off-ns = <48>;
|
D | omap3-devkit8000.dts | 124 gpmc,oe-off-ns = <54>;
|
D | omap3-beagle.dts | 401 gpmc,oe-on-ns = <6>; 402 gpmc,oe-off-ns = <48>;
|
D | am43x-epos-evm.dts | 492 gpmc,oe-on-ns = <3>; /* cs-on-ns + tRR + 2 */ 493 gpmc,oe-off-ns = <30>; /* oe-on-ns + tRP + 2 */
|
D | am335x-nano.dts | 269 gpmc,oe-on-ns = <40>; 270 gpmc,oe-off-ns = <160>;
|
D | omap3-n900.dts | 732 gpmc,oe-on-ns = <15>; 733 gpmc,oe-off-ns = <87>; 800 gpmc,oe-on-ns = <12>; 801 gpmc,oe-off-ns = <48>;
|
D | omap3-igep.dtsi | 118 gpmc,oe-off-ns = <54>;
|
D | omap3-evm-37xx.dts | 175 gpmc,oe-off-ns = <54>;
|
D | dra72-evm.dts | 312 gpmc,oe-on-ns = <4>; 313 gpmc,oe-off-ns = <40>;
|
D | dra7-evm.dts | 588 gpmc,oe-on-ns = <4>; 589 gpmc,oe-off-ns = <40>;
|
D | am335x-evm.dts | 463 gpmc,oe-on-ns = <0>; 464 gpmc,oe-off-ns = <54>;
|
D | omap3-ldp.dts | 118 gpmc,oe-off-ns = <54>;
|
D | am437x-gp-evm.dts | 533 gpmc,oe-on-ns = <3>; 534 gpmc,oe-off-ns = <30>;
|
D | omap3-gta04.dtsi | 479 gpmc,oe-off-ns = <54>;
|
D | omap3-pandora-common.dtsi | 515 gpmc,oe-off-ns = <54>;
|
D | stih416-pinctrl.dtsi | 313 serial2-oe {
|
/linux-4.1.27/Documentation/devicetree/bindings/mtd/ |
D | gpmc-nor.txt | 17 - gpmc,oe-on-ns: Output-enable assertion time 18 - gpmc,oe-off-ns: Output-enable de-assertion time 66 gpmc,oe-on-ns = <54>; 67 gpmc,oe-off-ns = <168>;
|
D | gpmc-nand.txt | 81 gpmc,oe-off-ns = <54>;
|
/linux-4.1.27/Documentation/devicetree/bindings/net/ |
D | gpmc-eth.txt | 32 - gpmc,oe-on-ns: Output-enable assertion time 33 - gpmc,oe-off-ns: Output-enable de-assertion time 74 gpmc,oe-on-ns = <54>; 75 gpmc,oe-off-ns = <168>;
|
/linux-4.1.27/arch/cris/arch-v32/drivers/mach-a3/ |
D | nandflash.c | 121 reg_pio_rw_oe oe = { in crisv32_nand_flash_probe() local 135 REG_WR(pio, regi_pio, rw_oe, oe); in crisv32_nand_flash_probe()
|
/linux-4.1.27/drivers/pinctrl/ |
D | pinctrl-st.c | 234 struct regmap_field *alt, *oe, *pu, *od; member 249 const int alt, oe, pu, od, rt; member 354 .alt = 0, .oe = 5, .pu = 7, .od = 9, .rt = 16, 359 .alt = 0, .oe = 8, .pu = 10, .od = 12, .rt = 16, 364 .alt = 0, .oe = 6, .pu = 8, .od = 10, .rt = 38, 369 .alt = 0, .oe = 3, .pu = 4, .od = 5, .rt = 6, 374 .alt = 0, .oe = 5, .pu = 7, .od = 9, .rt = 11, 387 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100, 397 .oe = -1, /* Not Available */ 427 struct regmap_field *output_enable = pc->oe; in st_pinconf_set_config() [all …]
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/cavium/ |
D | bootbus.txt | 36 - cavium,t-oe: A cell specifying the OE timing (in nS). 90 cavium,t-oe = <60>; 110 cavium,t-oe = <270>;
|
/linux-4.1.27/drivers/gpio/ |
D | gpio-tegra.c | 71 u32 oe[4]; member 320 for (p = 0; p < ARRAY_SIZE(bank->oe); p++) { in tegra_gpio_resume() 324 tegra_gpio_writel(bank->oe[p], GPIO_OE(gpio)); in tegra_gpio_resume() 344 for (p = 0; p < ARRAY_SIZE(bank->oe); p++) { in tegra_gpio_suspend() 348 bank->oe[p] = tegra_gpio_readl(GPIO_OE(gpio)); in tegra_gpio_suspend()
|
D | gpio-omap.c | 40 u32 oe; member 110 bank->context.oe = l; in omap_set_gpio_direction() 1047 bank->context.oe = readl_relaxed(bank->base + bank->regs->direction); in omap_gpio_mod_init() 1454 p->context.oe = readl_relaxed(base + regs->direction); in omap_gpio_init_context() 1490 writel_relaxed(bank->context.oe, bank->base + bank->regs->direction); in omap_gpio_restore_context()
|
/linux-4.1.27/Documentation/devicetree/bindings/bus/ |
D | ti-gpmc.txt | 55 - gpmc,oe-on-ns: Assertion time 56 - gpmc,oe-off-ns: Deassertion time 78 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
|
/linux-4.1.27/arch/mips/boot/dts/cavium-octeon/ |
D | octeon_68xx.dts | 468 cavium,t-oe = <50>; 485 cavium,t-oe = <320>; 502 cavium,t-oe = <125>; 519 cavium,t-oe = <125>;
|
D | octeon_3xxx.dts | 432 cavium,t-oe = <60>; 449 cavium,t-oe = <320>; 466 cavium,t-oe = <125>; 483 cavium,t-oe = <270>;
|
/linux-4.1.27/tools/perf/ |
D | builtin-kvm.c | 787 struct ordered_events *oe = &kvm->session->ordered_events; in perf_kvm__mmap_read() local 789 oe->next_flush = flush_time; in perf_kvm__mmap_read() 790 err = ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_kvm__mmap_read()
|
D | builtin-inject.c | 58 struct ordered_events *oe __maybe_unused) in perf_event__repipe_oe_synth()
|
/linux-4.1.27/drivers/tty/ |
D | amiserial.c | 256 int oe = 0; in receive_chars() local 327 oe = 1; in receive_chars() 331 if (oe == 1) in receive_chars()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 883 uint64_t oe:6; member 889 uint64_t oe:6; 916 uint64_t oe:6; member 922 uint64_t oe:6; 4180 uint64_t oe:1; member 4184 uint64_t oe:1; 4917 uint64_t oe:1; member 4921 uint64_t oe:1;
|
/linux-4.1.27/drivers/ata/ |
D | pata_octeon_cf.c | 209 reg_tim.s.oe = t2; in octeon_cf_set_piomode()
|
/linux-4.1.27/Documentation/ioctl/ |
D | ioctl-number.txt | 279 <mailto:oe@port.de>
|
/linux-4.1.27/arch/powerpc/xmon/ |
D | ppc-opc.c | 1782 #define XO(op, xop, oe, rc) \ argument 1783 …(OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1) | ((((unsigned long)(oe)) & 1) << 10) | (((unsi…
|