| /kernel/linux/linux-5.10/tools/perf/util/ |
| D | ordered-events.c | 18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() 64 static union perf_event *__dup_event(struct ordered_events *oe, in __dup_event() 78 static union perf_event *dup_event(struct ordered_events *oe, in dup_event() 84 static void __free_dup_event(struct ordered_events *oe, union perf_event *event) in __free_dup_event() 92 static void free_dup_event(struct ordered_events *oe, union perf_event *event) in free_dup_event() 99 static struct ordered_event *alloc_event(struct ordered_events *oe, in alloc_event() 172 ordered_events__new_event(struct ordered_events *oe, u64 timestamp, in ordered_events__new_event() 186 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event) in ordered_events__delete() 194 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, in ordered_events__queue() 223 static int do_flush(struct ordered_events *oe, bool show_progress) in do_flush() [all …]
|
| D | ordered-events.h | 67 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() 73 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue()
|
| D | session.c | 176 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() 1042 struct ordered_events *oe) in process_finished_round() 1566 struct ordered_events *oe = &session->ordered_events; in perf_session__process_user_event() local 1826 const struct ordered_events *oe = &session->ordered_events; in perf_session__warn_order() local 1952 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_pipe_events() local 2282 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_events() local
|
| /kernel/linux/linux-5.10/lib/lzo/ |
| D | lzo1x_decompress_safe.c | 98 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 215 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 242 unsigned char *oe = op + t; in lzo1x_decompress_safe() local
|
| /kernel/linux/linux-5.10/fs/overlayfs/ |
| D | util.c | 85 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() local 102 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_update_reval() local 126 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() local 159 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower() local 171 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lowerdata() local 200 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower() local 207 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower() local 220 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lowerdata() local 880 struct ovl_entry *oe = dentry->d_fsdata; in ovl_is_metacopy_dentry() local
|
| D | super.c | 56 static void ovl_entry_stack_free(struct ovl_entry *oe) in ovl_entry_stack_free() 71 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release() local 140 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate_common() local 1443 struct ovl_entry *oe, struct path *upperpath) in ovl_get_indexdir() 1712 struct ovl_entry *oe; in ovl_get_lowerstack() local 1840 struct ovl_entry *oe) in ovl_get_root() 1880 struct ovl_entry *oe; in ovl_fill_super() local
|
| D | export.c | 79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer() local 287 struct ovl_entry *oe; in ovl_obtain_alias() local 343 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_real_at() local
|
| D | namei.c | 779 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_next() local 819 struct ovl_entry *oe; in ovl_lookup() local
|
| /kernel/linux/linux-5.10/fs/omfs/ |
| D | file.c | 22 struct omfs_extent *oe = (struct omfs_extent *) &bh->b_data[offset]; in omfs_make_empty_table() local 34 struct omfs_extent *oe; in omfs_shrink_inode() local 116 static int omfs_grow_extent(struct inode *inode, struct omfs_extent *oe, in omfs_grow_extent() 226 struct omfs_extent *oe; in omfs_get_block() local
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | dt2817.c | 39 unsigned int oe = 0; in dt2817_dio_insn_config() local
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
| D | thc63lvd1024.c | 32 struct gpio_desc *oe; member
|
| /kernel/linux/linux-5.10/include/net/tc_act/ |
| D | tc_gate.h | 116 struct action_gate_entry *oe; in tcf_gate_get_list() local
|
| /kernel/linux/linux-5.10/drivers/gpio/ |
| D | gpio-tegra.c | 69 u32 oe[4]; member 210 u32 cnf, oe; in tegra_gpio_get_direction() local
|
| D | gpio-omap.c | 37 u32 oe; member
|
| /kernel/linux/linux-5.10/fs/ext4/ |
| D | xattr.c | 442 struct mb_cache_entry *oe; in ext4_evict_ea_inode() local 1247 struct mb_cache_entry *oe; in ext4_xattr_release_block() local 1886 struct mb_cache_entry *oe; in ext4_xattr_block_set() local
|
| /kernel/linux/linux-5.10/drivers/pinctrl/ |
| D | pinctrl-st.c | 229 struct regmap_field *alt, *oe, *pu, *od; member 244 const int alt, oe, pu, od, rt; member 1004 int oe; in st_pinconf_dbg_show() local
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | mt9v111.c | 153 struct gpio_desc *oe; member
|
| D | tvp5150.c | 88 u32 oe; member
|
| /kernel/linux/linux-5.10/drivers/tty/ |
| D | amiserial.c | 218 int oe = 0; in receive_chars() local
|
| /kernel/linux/linux-5.10/tools/perf/ |
| D | builtin-kvm.c | 828 struct ordered_events *oe = &kvm->session->ordered_events; in perf_kvm__mmap_read() local
|
| D | builtin-trace.c | 201 } oe; member 3755 static int ordered_events__deliver_event(struct ordered_events *oe,
|
| /kernel/linux/linux-5.10/drivers/pinctrl/nuvoton/ |
| D | pinctrl-npcm7xx.c | 1723 u32 ie, oe, pu, pd; in npcm7xx_config_get() local
|
| /kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
| D | cvmx-mio-defs.h | 708 uint64_t oe:6; member 739 uint64_t oe:6; member 3717 uint64_t oe:1; member 4132 uint64_t oe:1; member
|
| /kernel/linux/linux-5.10/net/sched/ |
| D | cls_api.c | 3541 struct action_gate_entry *oe = priv; in tcf_gate_entry_destructor() local
|
| /kernel/linux/linux-5.10/arch/powerpc/xmon/ |
| D | ppc-opc.c | 2826 #define XO(op, xop, oe, rc) \ argument
|