Home
last modified time | relevance | path

Searched refs:oe (Results 1 – 73 of 73) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dordered-events.c14 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 …]
Dordered-events.h24 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()
Dsession.c97 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() argument
101 struct perf_session *session = container_of(oe, struct perf_session, in ordered_events__deliver_event()
237 struct ordered_events *oe __maybe_unused) in process_finished_round_stub()
245 struct ordered_events *oe);
690 struct ordered_events *oe) in process_finished_round() argument
694 return ordered_events__flush(oe, OE_FLUSH__ROUND); in process_finished_round()
1141 struct ordered_events *oe = &session->ordered_events; in perf_session__process_user_event() local
1170 return tool->finished_round(tool, event, oe); in perf_session__process_user_event()
1330 const struct ordered_events *oe = &session->ordered_events; in perf_session__warn_about_errors() local
1387 if (oe->nr_unordered_events != 0) in perf_session__warn_about_errors()
[all …]
Dtool.h32 struct ordered_events *oe);
/linux-4.4.14/fs/overlayfs/
Dsuper.c66 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 …]
Dinode.c88 struct ovl_entry *oe; in ovl_permission() local
96 oe = inode->i_private; in ovl_permission()
108 oe = alias->d_fsdata; in ovl_permission()
111 realdentry = ovl_entry_real(oe, &is_upper); in ovl_permission()
407 struct ovl_entry *oe) in ovl_new_inode() argument
423 inode->i_private = oe; in ovl_new_inode()
Doverlayfs.h144 struct dentry *ovl_entry_real(struct ovl_entry *oe, bool *is_upper);
179 struct ovl_entry *oe);
/linux-4.4.14/fs/omfs/
Dfile.c22 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.4.14/drivers/staging/comedi/drivers/
Ddt2817.c48 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.4.14/lib/lzo/
Dlzo1x_decompress_safe.c87 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.4.14/arch/cris/include/arch-v32/mach-a3/mach/hwregs/
Dgio_defs.h99 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.4.14/drivers/gpio/
Dgpio-etraxfs.c76 unsigned int oe; member
97 .oe = ETRAX_FS_rw_pa_oe,
104 .oe = ETRAX_FS_rw_pb_oe,
111 .oe = ETRAX_FS_rw_pc_oe,
118 .oe = ETRAX_FS_rw_pd_oe,
125 .oe = ETRAX_FS_rw_pe_oe,
144 .oe = ARTPEC3_rw_pa_oe,
151 .oe = ARTPEC3_rw_pb_oe,
158 .oe = ARTPEC3_rw_pc_oe,
427 void __iomem *dirout = regs + port->oe; in etraxfs_gpio_probe()
Dgpio-tegra.c71 u32 oe[4]; member
318 for (p = 0; p < ARRAY_SIZE(bank->oe); p++) { in tegra_gpio_resume()
322 tegra_gpio_writel(bank->oe[p], GPIO_OE(gpio)); in tegra_gpio_resume()
342 for (p = 0; p < ARRAY_SIZE(bank->oe); p++) { in tegra_gpio_suspend()
346 bank->oe[p] = tegra_gpio_readl(GPIO_OE(gpio)); in tegra_gpio_suspend()
Dgpio-omap.c41 u32 oe; member
112 bank->context.oe = l; in omap_set_gpio_direction()
1066 bank->context.oe = readl_relaxed(bank->base + bank->regs->direction); in omap_gpio_mod_init()
1508 p->context.oe = readl_relaxed(base + regs->direction); in omap_gpio_init_context()
1544 writel_relaxed(bank->context.oe, bank->base + bank->regs->direction); in omap_gpio_restore_context()
/linux-4.4.14/arch/cris/arch-v32/drivers/mach-fs/
Dnandflash.c134 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.4.14/arch/cris/include/arch-v32/mach-fs/mach/hwregs/
Dgio_defs.h104 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.4.14/arch/arm/boot/dts/
Domap3430-sdp.dts72 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>;
Domap-gpmc-smsc911x.dtsi35 gpmc,oe-on-ns = <45>;
36 gpmc,oe-off-ns = <140>;
Domap-gpmc-smsc9221.dtsi38 gpmc,oe-on-ns = <0>;
39 gpmc,oe-off-ns = <42>;
Domap2420-h4.dts40 gpmc,oe-on-ns = <60>;
41 gpmc,oe-off-ns = <120>;
Domap3-overo-tobiduo-common.dtsi38 gpmc,oe-on-ns = <0>;
39 gpmc,oe-off-ns = <42>;
Domap2430-sdp.dts57 gpmc,oe-on-ns = <60>;
58 gpmc,oe-off-ns = <169>;
Domap2420-n8x0-common.dtsi64 gpmc,oe-on-ns = <27>;
65 gpmc,oe-off-ns = <127>;
Domap-zoom-common.dtsi37 gpmc,oe-on-ns = <45>;
38 gpmc,oe-off-ns = <145>;
Domap3-sb-t35.dtsi119 gpmc,oe-on-ns = <45>;
120 gpmc,oe-off-ns = <140>;
Ddm8168-evm.dts104 gpmc,oe-on-ns = <0>;
105 gpmc,oe-off-ns = <54>;
Domap3-n950-n9.dtsi144 gpmc,oe-on-ns = <15>;
145 gpmc,oe-off-ns = <87>;
Domap4-duovero-parlor.dts153 gpmc,oe-on-ns = <15>;
154 gpmc,oe-off-ns = <50>;
Domap3-lilly-a83x.dtsi381 gpmc,oe-on-ns = <5>;
382 gpmc,oe-off-ns = <75>;
434 gpmc,oe-on-ns = <10>;
435 gpmc,oe-off-ns = <60>;
Domap3-devkit8000-common.dtsi220 gpmc,oe-off-ns = <54>;
281 gpmc,oe-on-ns = <54>;
282 gpmc,oe-off-ns = <168>;
Domap3-lilly-dbb056.dts145 gpmc,oe-on-ns = <10>;
146 gpmc,oe-off-ns = <65>;
Dam335x-chilisom.dtsi225 gpmc,oe-on-ns = <0>;
226 gpmc,oe-off-ns = <54>;
Dam335x-igep0033.dtsi145 gpmc,oe-on-ns = <0>;
146 gpmc,oe-off-ns = <54>;
Domap3-cm-t3x.dtsi283 gpmc,oe-on-ns = <6>;
284 gpmc,oe-off-ns = <90>;
Dam335x-phycore-som.dtsi182 gpmc,oe-on-ns = <10>;
183 gpmc,oe-off-ns = <30>;
Domap3-tao3530.dtsi292 gpmc,oe-on-ns = <6>;
293 gpmc,oe-off-ns = <48>;
Domap3-beagle.dts401 gpmc,oe-on-ns = <6>;
402 gpmc,oe-off-ns = <48>;
Dam335x-nano.dts269 gpmc,oe-on-ns = <40>;
270 gpmc,oe-off-ns = <160>;
Dlogicpd-torpedo-som.dtsi53 gpmc,oe-off-ns = <54>;
Domap3-n900.dts732 gpmc,oe-on-ns = <15>;
733 gpmc,oe-off-ns = <87>;
800 gpmc,oe-on-ns = <12>;
801 gpmc,oe-off-ns = <48>;
Domap3-igep.dtsi112 gpmc,oe-off-ns = <54>;
Dam43x-epos-evm.dts580 gpmc,oe-on-ns = <3>; /* cs-on-ns + tRR + 2 */
581 gpmc,oe-off-ns = <30>; /* oe-on-ns + tRP + 2 */
Dam335x-baltos-ir5221.dts259 gpmc,oe-on-ns = <0>;
260 gpmc,oe-off-ns = <54>;
Domap3-evm-37xx.dts175 gpmc,oe-off-ns = <54>;
Domap3-overo-base.dtsi243 gpmc,oe-off-ns = <54>;
Domap3-ldp.dts118 gpmc,oe-off-ns = <54>;
Dam335x-evm.dts536 gpmc,oe-on-ns = <0>;
537 gpmc,oe-off-ns = <54>;
Ddra72-evm.dts511 gpmc,oe-on-ns = <4>;
512 gpmc,oe-off-ns = <40>;
Ddra7-evm.dts759 gpmc,oe-on-ns = <4>;
760 gpmc,oe-off-ns = <40>;
Domap3-gta04.dtsi507 gpmc,oe-off-ns = <54>;
Dam437x-gp-evm.dts836 gpmc,oe-on-ns = <3>;
837 gpmc,oe-off-ns = <30>;
Domap3-pandora-common.dtsi561 gpmc,oe-off-ns = <54>;
Dstih416-pinctrl.dtsi344 serial2-oe {
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dgpmc-nor.txt17 - 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>;
Dgpmc-nand.txt81 gpmc,oe-off-ns = <54>;
/linux-4.4.14/Documentation/devicetree/bindings/net/
Dgpmc-eth.txt32 - 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.4.14/arch/cris/arch-v32/drivers/mach-a3/
Dnandflash.c121 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.4.14/drivers/pinctrl/
Dpinctrl-st.c234 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.4.14/Documentation/devicetree/bindings/mips/cavium/
Dbootbus.txt36 - cavium,t-oe: A cell specifying the OE timing (in nS).
90 cavium,t-oe = <60>;
110 cavium,t-oe = <270>;
/linux-4.4.14/Documentation/devicetree/bindings/bus/
Dti-gpmc.txt55 - 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.4.14/arch/mips/boot/dts/cavium-octeon/
Docteon_68xx.dts468 cavium,t-oe = <50>;
485 cavium,t-oe = <320>;
502 cavium,t-oe = <125>;
519 cavium,t-oe = <125>;
Docteon_3xxx.dts432 cavium,t-oe = <60>;
449 cavium,t-oe = <320>;
466 cavium,t-oe = <125>;
483 cavium,t-oe = <270>;
/linux-4.4.14/fs/btrfs/
Dordered-data.c905 struct btrfs_ordered_extent *oe; in btrfs_have_ordered_extents_in_range() local
907 oe = btrfs_lookup_ordered_range(inode, file_offset, len); in btrfs_have_ordered_extents_in_range()
908 if (oe) { in btrfs_have_ordered_extents_in_range()
909 btrfs_put_ordered_extent(oe); in btrfs_have_ordered_extents_in_range()
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Dmarvell,armada-39x-pinctrl.txt49 mpp30 30 gpio, dev(oe), ge(txd2)
Dmarvell,armada-370-pinctrl.txt56 mpp35 35 gpo, dev(oe), spi0(sck)
Dmarvell,armada-38x-pinctrl.txt48 mpp30 30 gpio, ge1(txd2), dev(oe)
/linux-4.4.14/tools/perf/
Dbuiltin-kvm.c788 struct ordered_events *oe = &kvm->session->ordered_events; in perf_kvm__mmap_read() local
790 oe->next_flush = flush_time; in perf_kvm__mmap_read()
791 err = ordered_events__flush(oe, OE_FLUSH__ROUND); in perf_kvm__mmap_read()
Dbuiltin-inject.c69 struct ordered_events *oe __maybe_unused) in perf_event__repipe_oe_synth()
/linux-4.4.14/drivers/tty/
Damiserial.c256 int oe = 0; in receive_chars() local
327 oe = 1; in receive_chars()
331 if (oe == 1) in receive_chars()
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-mio-defs.h883 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.4.14/drivers/ata/
Dpata_octeon_cf.c209 reg_tim.s.oe = t2; in octeon_cf_set_piomode()
/linux-4.4.14/Documentation/ioctl/
Dioctl-number.txt285 <mailto:oe@port.de>
/linux-4.4.14/arch/powerpc/xmon/
Dppc-opc.c1782 #define XO(op, xop, oe, rc) \ argument
1783 …(OP (op) | ((((unsigned long)(xop)) & 0x1ff) << 1) | ((((unsigned long)(oe)) & 1) << 10) | (((unsi…