Home
last modified time | relevance | path

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

12345

/linux/tools/perf/util/
A Dordered-events.c25 oe->last = new; in queue_event()
69 if (oe->cur_alloc_size < oe->max_alloc_size) { in __dup_event()
144 new = &oe->buffer->event[oe->buffer_idx]; in alloc_event()
155 oe->cur_alloc_size, size, oe->max_alloc_size); in alloc_event()
158 list_add(&oe->buffer->list, &oe->to_free); in alloc_event()
229 u64 last_ts = oe->last ? oe->last->timestamp : 0ULL; in do_flush()
245 ret = oe->deliver(oe, iter); in do_flush()
328 oe->next_flush = oe->max_timestamp; in __ordered_events__flush()
400 ordered_events_buffer__free(oe->buffer, oe->buffer_idx, oe); in ordered_events__free()
415 memset(oe, '\0', sizeof(*oe)); in ordered_events__reinit()
[all …]
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,
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);
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
70 oe->max_alloc_size = size; in ordered_events__set_alloc_size()
76 oe->copy_on_queue = copy; in ordered_events__set_copy_on_queue()
[all …]
/linux/fs/overlayfs/
A Dovl_entry.h126 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() argument
128 return oe ? oe->__numlower : 0; in ovl_numlower()
133 return ovl_numlower(oe) ? oe->__lowerstack : NULL; in ovl_lowerstack()
136 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath() argument
138 return ovl_lowerstack(oe); in ovl_lowerpath()
141 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata() argument
143 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_lowerdata()
145 return lowerstack ? &lowerstack[oe->__numlower - 1] : NULL; in ovl_lowerdata()
151 struct ovl_path *lowerdata = ovl_lowerdata(oe); in ovl_lowerdata_dentry()
172 struct ovl_entry *oe; member
[all …]
A Dutil.c146 if (oe) in ovl_alloc_entry()
147 oe->__numlower = numlower; in ovl_alloc_entry()
149 return oe; in ovl_alloc_entry()
154 ovl_stack_put(ovl_lowerstack(oe), ovl_numlower(oe)); in ovl_free_entry()
155 kfree(oe); in ovl_free_entry()
176 struct ovl_entry *oe) in ovl_dentry_init_reval() argument
217 if (ovl_numlower(oe)) { in ovl_path_type()
225 if (ovl_numlower(oe) > 1) in ovl_path_type()
244 if (ovl_numlower(oe)) { in ovl_path_lower()
307 return ovl_numlower(oe) ? ovl_lowerstack(oe)->dentry : NULL; in ovl_dentry_lower()
[all …]
A Dexport.c74 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer() local
78 return ovl_numlower(oe); in ovl_connectable_layer()
89 return ovl_lowerstack(oe)->layer->idx; in ovl_connectable_layer()
103 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer() local
297 struct ovl_entry *oe; in ovl_obtain_alias() local
306 oe = ovl_alloc_entry(!!lower); in ovl_obtain_alias()
307 if (!oe) in ovl_obtain_alias()
315 oip.oe = oe; in ovl_obtain_alias()
318 ovl_free_entry(oe); in ovl_obtain_alias()
332 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at() local
[all …]
A Dsuper.c107 struct ovl_entry *oe; in ovl_dentry_revalidate_common() local
118 oe = OVL_I_E(inode); in ovl_dentry_revalidate_common()
161 oi->oe = NULL; in ovl_alloc_inode()
172 kfree(oi->oe); in ovl_free_inode()
182 ovl_stack_put(ovl_lowerstack(oi->oe), ovl_numlower(oi->oe)); in ovl_destroy_inode()
1146 if (!oe) in ovl_get_lowerstack()
1157 return oe; in ovl_get_lowerstack()
1244 .oe = oe, in ovl_get_root()
1387 err = PTR_ERR(oe); in ovl_fill_super()
1388 if (IS_ERR(oe)) in ovl_fill_super()
[all …]
A Dnamei.c874 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_next() local
875 struct ovl_path *lowerstack = ovl_lowerstack(oe); in ovl_path_next()
882 return ovl_numlower(oe) ? 1 : -1; in ovl_path_next()
886 BUG_ON(idx > ovl_numlower(oe)); in ovl_path_next()
891 return (idx < ovl_numlower(oe)) ? idx + 1 : -1; in ovl_path_next()
1032 struct ovl_entry *oe = NULL; in ovl_lookup() local
1280 oe = ovl_alloc_entry(ctr); in ovl_lookup()
1282 if (!oe) in ovl_lookup()
1285 ovl_stack_cpy(ovl_lowerstack(oe), stack, ctr); in ovl_lookup()
1322 .oe = oe, in ovl_lookup()
[all …]
/linux/fs/omfs/
A Dfile.c24 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()
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
70 next = be64_to_cpu(oe->e_next); in omfs_shrink_inode()
71 entry = oe->e_entry; in omfs_shrink_inode()
179 be32_add_cpu(&oe->e_extent_count, 1); in omfs_grow_extent()
226 struct omfs_extent *oe; in omfs_get_block() local
247 next = be64_to_cpu(oe->e_next); in omfs_get_block()
[all …]
/linux/include/net/tc_act/
A Dtc_gate.h111 struct action_gate_entry *oe; in tcf_gate_get_list() local
126 oe = kcalloc(num_entries, sizeof(*oe), GFP_ATOMIC); in tcf_gate_get_list()
127 if (!oe) in tcf_gate_get_list()
132 oe[i].gate_state = entry->gate_state; in tcf_gate_get_list()
133 oe[i].interval = entry->interval; in tcf_gate_get_list()
134 oe[i].ipv = entry->ipv; in tcf_gate_get_list()
135 oe[i].maxoctets = entry->maxoctets; in tcf_gate_get_list()
139 return oe; in tcf_gate_get_list()
/linux/drivers/comedi/drivers/
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/lib/lzo/
A Dlzo1x_decompress_safe.c98 unsigned char *oe = op + t; in lzo1x_decompress_safe() local
108 op = oe; in lzo1x_decompress_safe()
215 unsigned char *oe = op + t; in lzo1x_decompress_safe() local
224 } while (op < oe); in lzo1x_decompress_safe()
225 op = oe; in lzo1x_decompress_safe()
237 } while (op < oe); in lzo1x_decompress_safe()
242 unsigned char *oe = op + t; in lzo1x_decompress_safe() local
250 } while (op < oe); in lzo1x_decompress_safe()
/linux/drivers/gpu/drm/bridge/
A Dthc63lvd1024.c32 struct gpio_desc *oe; member
97 gpiod_set_value(thc63->oe, 1); in thc63_enable()
105 gpiod_set_value(thc63->oe, 0); in thc63_disable()
160 thc63->oe = devm_gpiod_get_optional(thc63->dev, "oe", GPIOD_OUT_LOW); in thc63_gpio_init()
161 if (IS_ERR(thc63->oe)) { in thc63_gpio_init()
163 PTR_ERR(thc63->oe)); in thc63_gpio_init()
164 return PTR_ERR(thc63->oe); in thc63_gpio_init()
/linux/drivers/clk/
A Dclk-si521xx.c44 #define SI521XX_OE_MAP_GET_OE(oe, map) (((map) >> (((oe) - 1) * 8)) & 0xff) argument
257 int oe, b, ctr = 0; in si521xx_diff_idx_to_reg_bit() local
259 for (oe = 1; oe <= 2; oe++) { in si521xx_diff_idx_to_reg_bit()
260 mask = bitrev8(SI521XX_OE_MAP_GET_OE(oe, chip_info)); in si521xx_diff_idx_to_reg_bit()
264 clk->reg = SI521XX_REG_OE(oe); in si521xx_diff_idx_to_reg_bit()
/linux/fs/ntfs3/
A Dfslog.c2973 while ((oe = enum_rstbl(log->open_attr_tbl, oe))) { in find_loaded_attr()
3068 oa = oe->ptr; in do_action()
4317 oe = NULL; in log_replay()
4318 while ((oe = enum_rstbl(oatbl, oe))) { in log_replay()
4594 if (!oe) { in log_replay()
4715 oe = NULL; in log_replay()
4718 oe = enum_rstbl(oatbl, oe); in log_replay()
4719 if (!oe) { in log_replay()
4758 attr = ni_find_attr(ni_oe, NULL, NULL, oe->type, oe->ptr, oe->name_len, in log_replay()
5191 oe = NULL; in log_replay()
[all …]
/linux/arch/arm/boot/dts/ti/omap/
A Domap3430-sdp.dts69 gpmc,oe-on-ns = <54>;
70 gpmc,oe-off-ns = <168>;
119 gpmc,oe-on-ns = <6>;
120 gpmc,oe-off-ns = <48>;
165 gpmc,oe-on-ns = <30>;
166 gpmc,oe-off-ns = <84>;
A Domap2420-h4.dts37 gpmc,oe-on-ns = <60>;
38 gpmc,oe-off-ns = <120>;
A Domap3-overo-tobiduo-common.dtsi32 gpmc,oe-on-ns = <0>;
33 gpmc,oe-off-ns = <42>;
A Domap-gpmc-smsc911x.dtsi36 gpmc,oe-on-ns = <45>;
37 gpmc,oe-off-ns = <140>;
A Domap-gpmc-smsc9221.dtsi39 gpmc,oe-on-ns = <0>;
40 gpmc,oe-off-ns = <42>;
A Domap2430-sdp.dts54 gpmc,oe-on-ns = <60>;
55 gpmc,oe-off-ns = <169>;
A Domap2420-n8x0-common.dtsi70 gpmc,oe-on-ns = <27>;
71 gpmc,oe-off-ns = <127>;
/linux/arch/mips/boot/dts/cavium-octeon/
A Docteon_3xxx.dtsi133 cavium,t-oe = <60>;
150 cavium,t-oe = <320>;
167 cavium,t-oe = <125>;
184 cavium,t-oe = <270>;
/linux/fs/ext2/
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/Documentation/devicetree/bindings/memory-controllers/
A Dti,gpmc-child.yaml76 gpmc,oe-on-ns:
80 gpmc,oe-off-ns:
84 gpmc,oe-aad-mux-on-ns:
88 gpmc,oe-aad-mux-off-ns:
148 gpmc,oe-extra-delay:
/linux/drivers/gpio/
A Dgpio-tegra.c78 u32 oe[4]; member
212 u32 cnf, oe; in tegra_gpio_get_direction() local
218 oe = tegra_gpio_readl(tgi, GPIO_OE(tgi, offset)); in tegra_gpio_get_direction()
220 if (oe & pin_mask) in tegra_gpio_get_direction()
469 for (p = 0; p < ARRAY_SIZE(bank->oe); p++) { in tegra_gpio_resume()
484 tegra_gpio_writel(tgi, bank->oe[p], in tegra_gpio_resume()
504 for (p = 0; p < ARRAY_SIZE(bank->oe); p++) { in tegra_gpio_suspend()
511 bank->oe[p] = tegra_gpio_readl(tgi, in tegra_gpio_suspend()

Completed in 60 milliseconds

12345