| /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-6.6/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() 224 static int do_flush(struct ordered_events *oe, bool show_progress) in do_flush() [all …]
|
| D | ordered-events.h | 68 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() 74 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue() 79 static inline u64 ordered_events__last_flush_time(struct ordered_events *oe) in ordered_events__last_flush_time()
|
| D | session.c | 182 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() 1076 struct ordered_events *oe) in perf_event__process_finished_round() 1653 struct ordered_events *oe = &session->ordered_events; in perf_session__process_user_event() local 1902 const struct ordered_events *oe = &session->ordered_events; in perf_session__warn_order() local 2035 struct ordered_events *oe = &session->ordered_events; in __perf_session__process_pipe_events() local 2449 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-6.6/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 118 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_init_flags() local 142 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() local 175 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower() local 187 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lowerdata() local 216 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lower() local 223 struct ovl_entry *oe = dentry->d_fsdata; in ovl_layer_lower() local 236 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_lowerdata() local 896 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 342 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-6.6/fs/overlayfs/ |
| D | ovl_entry.h | 127 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() 132 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() 137 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath() 142 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata() 150 static inline struct dentry *ovl_lowerdata_dentry(struct ovl_entry *oe) in ovl_lowerdata_dentry() 173 struct ovl_entry *oe; member
|
| D | util.c | 118 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() local 126 void ovl_free_entry(struct ovl_entry *oe) in ovl_free_entry() 150 struct ovl_entry *oe) in ovl_dentry_init_reval() 156 struct ovl_entry *oe, unsigned int mask) in ovl_dentry_init_flags() 182 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type() local 215 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower() local 228 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata() local 279 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_lower() local 286 struct ovl_entry *oe = OVL_E(dentry); in ovl_layer_lower() local 304 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_set_lowerdata() local [all …]
|
| D | export.c | 79 struct ovl_entry *oe = OVL_E(dentry); in ovl_connectable_layer() local 108 struct ovl_entry *oe = OVL_E(dentry); in ovl_connect_layer() local 299 struct ovl_entry *oe; in ovl_obtain_alias() local 354 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_real_at() local
|
| D | super.c | 107 struct ovl_entry *oe; in ovl_dentry_revalidate_common() local 878 struct ovl_entry *oe, const struct path *upperpath) in ovl_get_indexdir() 1173 struct ovl_entry *oe; in ovl_get_lowerstack() local 1296 struct ovl_entry *oe) in ovl_get_root() 1337 struct ovl_entry *oe; in ovl_fill_super() 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-6.6/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-6.6/drivers/comedi/drivers/ |
| D | dt2817.c | 39 unsigned int oe = 0; in dt2817_dio_insn_config() 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-6.6/drivers/clk/ |
| D | clk-si521xx.c | 44 #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
|
| /kernel/linux/linux-6.6/fs/ext2/ |
| D | xattr.c | 524 struct mb_cache_entry *oe; in ext2_xattr_set() local 662 struct mb_cache_entry *oe; in ext2_xattr_release_block() local
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/bridge/ |
| D | thc63lvd1024.c | 32 struct gpio_desc *oe; member
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
| D | thc63lvd1024.c | 32 struct gpio_desc *oe; member
|
| /kernel/linux/linux-6.6/include/net/tc_act/ |
| D | tc_gate.h | 111 struct action_gate_entry *oe; in tcf_gate_get_list() local
|