Home
last modified time | relevance | path

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

1234

/linux/tools/perf/util/
H A Dordered-events.c18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() argument
20 struct ordered_event *last = oe->last; in queue_event()
24 ++oe->nr_events; in queue_event()
25 oe->last = new; in queue_event()
27 pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events); in queue_event()
30 list_add(&new->list, &oe->events); in queue_event()
31 oe->max_timestamp = timestamp; in queue_event()
43 if (p == &oe->events) { in queue_event()
44 list_add_tail(&new->list, &oe->events); in queue_event()
45 oe->max_timestamp = timestamp; in queue_event()
[all …]
H A Dordered-events.h28 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe,
56 int ordered_events__queue(struct ordered_events *oe, union perf_event *event,
58 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event);
59 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how);
60 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp);
61 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver,
63 void ordered_events__free(struct ordered_events *oe);
64 void ordered_events__reinit(struct ordered_events *oe);
65 u64 ordered_events__first_time(struct ordered_events *oe);
68 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument
[all …]
/linux/fs/overlayfs/
H A Dovl_entry.h128 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() argument
130 return oe ? oe->__numlower : 0; in ovl_numlower()
133 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() argument
135 return ovl_numlower(oe) ? oe->__lowerstack : NULL; in ovl_lowerstack()
138 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath() argument
140 return ovl_lowerstack(oe); in ovl_lowerpath()
143 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata() argument
145 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata()
147 return lowerstack ? &lowerstack[oe->__numlower - 1] : NULL; in ovl_lowerdata()
151 static inline struct dentry *ovl_lowerdata_dentry(struct ovl_entry *oe) in ovl_lowerdata_dentry() argument
[all …]
H A Dsuper.c124 struct ovl_entry *oe; in ovl_dentry_revalidate_common() local
143 oe = OVL_I_E(inode); in ovl_dentry_revalidate_common()
144 lowerstack = ovl_lowerstack(oe); in ovl_dentry_revalidate_common()
149 for (i = 0; ret > 0 && i < ovl_numlower(oe); i++) in ovl_dentry_revalidate_common()
197 oi->oe = NULL; in ovl_alloc_inode()
208 kfree(oi->oe); in ovl_free_inode()
218 ovl_stack_put(ovl_lowerstack(oi->oe), ovl_numlower(oi->oe)); in ovl_destroy_inode()
844 struct ovl_entry *oe, const struct path *upperpath) in ovl_get_indexdir() argument
848 struct dentry *origin = ovl_lowerstack(oe)->dentry; in ovl_get_indexdir()
1182 struct ovl_entry *oe; in ovl_get_lowerstack() local
[all …]
/linux/fs/omfs/
H A 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[0].e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table()
28 oe->e_entry[0].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/include/net/tc_act/
H A Dtc_gate.h102 struct action_gate_entry *oe; in tcf_gate_get_list() local
117 oe = kcalloc(num_entries, sizeof(*oe), GFP_ATOMIC); in tcf_gate_get_list()
118 if (!oe) in tcf_gate_get_list()
123 oe[i].gate_state = entry->gate_state; in tcf_gate_get_list()
124 oe[i].interval = entry->interval; in tcf_gate_get_list()
125 oe[i].ipv = entry->ipv; in tcf_gate_get_list()
126 oe[i].maxoctets = entry->maxoctets; in tcf_gate_get_list()
130 return oe; in tcf_gate_get_list()
/linux/drivers/comedi/drivers/
H A Ddt2817.c39 unsigned int oe = 0; in dt2817_dio_insn_config() local
57 oe |= 0x1; in dt2817_dio_insn_config()
59 oe |= 0x2; in dt2817_dio_insn_config()
61 oe |= 0x4; in dt2817_dio_insn_config()
63 oe |= 0x8; in dt2817_dio_insn_config()
65 outb(oe, dev->iobase + DT2817_CR); in dt2817_dio_insn_config()
/linux/drivers/clk/
H A Dclk-si521xx.c44 #define SI521XX_OE_MAP_GET_OE(oe, map) (((map) >> (((oe) - 1) * 8)) & 0xff) argument
259 int oe, b, ctr = 0; in si521xx_diff_idx_to_reg_bit() local
261 for (oe = 1; oe <= 2; oe++) { in si521xx_diff_idx_to_reg_bit()
262 mask = bitrev8(SI521XX_OE_MAP_GET_OE(oe, chip_info)); in si521xx_diff_idx_to_reg_bit()
266 clk->reg = SI521XX_REG_OE(oe); in si521xx_diff_idx_to_reg_bit()
/linux/arch/mips/boot/dts/cavium-octeon/
H A Docteon_3xxx.dtsi133 cavium,t-oe = <60>;
150 cavium,t-oe = <320>;
167 cavium,t-oe = <125>;
184 cavium,t-oe = <270>;
/linux/arch/arm/boot/dts/ti/omap/
H A Domap2420-h4.dts37 gpmc,oe-on-ns = <60>;
38 gpmc,oe-off-ns = <120>;
H A Domap3-overo-tobiduo-common.dtsi32 gpmc,oe-on-ns = <0>;
33 gpmc,oe-off-ns = <42>;
H A Domap2430-sdp.dts54 gpmc,oe-on-ns = <60>;
55 gpmc,oe-off-ns = <169>;
H A Domap-gpmc-smsc9221.dtsi39 gpmc,oe-on-ns = <0>;
40 gpmc,oe-off-ns = <42>;
H A Domap-gpmc-smsc911x.dtsi36 gpmc,oe-on-ns = <45>;
37 gpmc,oe-off-ns = <140>;
H A Domap2420-n8x0-common.dtsi70 gpmc,oe-on-ns = <27>;
71 gpmc,oe-off-ns = <127>;
H A Domap-zoom-common.dtsi38 gpmc,oe-on-ns = <45>;
39 gpmc,oe-off-ns = <145>;
H A Domap3-gta04a5one.dts71 gpmc,oe-on-ns = <15>;
72 gpmc,oe-off-ns = <87>;
H A Domap3-lilly-a83x.dtsi382 gpmc,oe-on-ns = <5>;
383 gpmc,oe-off-ns = <75>;
435 gpmc,oe-on-ns = <10>;
436 gpmc,oe-off-ns = <60>;
H A Dam335x-nano.dts281 gpmc,oe-on-ns = <40>;
282 gpmc,oe-off-ns = <160>;
371 gpmc,oe-on-ns = <30>;
372 gpmc,oe-off-ns = <150>;
/linux/fs/ext2/
H A Dxattr.c524 struct mb_cache_entry *oe; in ext2_xattr_set() local
526 oe = mb_cache_entry_delete_or_get(EA_BLOCK_CACHE(inode), in ext2_xattr_set()
528 if (!oe) { in ext2_xattr_set()
535 mb_cache_entry_put(EA_BLOCK_CACHE(inode), oe); in ext2_xattr_set()
662 struct mb_cache_entry *oe; in ext2_xattr_release_block() local
668 oe = mb_cache_entry_delete_or_get(ea_block_cache, hash, in ext2_xattr_release_block()
670 if (oe) { in ext2_xattr_release_block()
676 mb_cache_entry_wait_unused(oe); in ext2_xattr_release_block()
677 mb_cache_entry_put(ea_block_cache, oe); in ext2_xattr_release_block()
/linux/drivers/gpio/
H A Dgpio-tegra.c78 u32 oe[4]; member
214 u32 cnf, oe; in tegra_gpio_get_direction() local
220 oe = tegra_gpio_readl(tgi, GPIO_OE(tgi, offset)); in tegra_gpio_get_direction()
222 if (oe & pin_mask) in tegra_gpio_get_direction()
471 for (p = 0; p < ARRAY_SIZE(bank->oe); p++) { in tegra_gpio_resume()
486 tegra_gpio_writel(tgi, bank->oe[p], in tegra_gpio_resume()
506 for (p = 0; p < ARRAY_SIZE(bank->oe); p++) { in tegra_gpio_suspend()
513 bank->oe[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()
/linux/Documentation/devicetree/bindings/mips/cavium/
H A Dbootbus.txt36 - cavium,t-oe: A cell specifying the OE timing (in nS).
90 cavium,t-oe = <60>;
110 cavium,t-oe = <270>;
/linux/drivers/pinctrl/
H A Dpinctrl-st.c233 struct regmap_field *alt, *oe, *pu, *od; member
248 const int alt, oe, pu, od, rt; member
350 .alt = 0, .oe = 40, .pu = 50, .od = 60, .rt = 100,
360 .oe = -1, /* Not Available */
385 struct regmap_field *output_enable = pc->oe; in st_pinconf_set_config()
577 if (pc->oe) { in st_pinconf_get_direction()
578 regmap_field_read(pc->oe, &oe_value); in st_pinconf_get_direction()
996 int oe; in st_pinconf_dbg_show() local
1009 oe = st_gpio_get_direction(&pc_to_bank(pc)->gpio_chip, offset); in st_pinconf_dbg_show()
1013 (oe == GPIO_LINE_DIRECTION_OUT), in st_pinconf_dbg_show()
[all …]
/linux/arch/arm64/boot/dts/ti/
H A Dk3-am62-lp-sk-nand.dtso70 gpmc,oe-on-ns = <3>;
71 gpmc,oe-off-ns = <30>;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-tqma8mqml-mba8mx-lvds-tm070jvhg33.dtso26 dsi-mux-oe-hog {

1234