| /linux/tools/perf/util/ |
| H A D | ordered-events.c | 18 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() argument 64 __dup_event(struct ordered_events * oe,union perf_event * event) __dup_event() argument 78 dup_event(struct ordered_events * oe,union perf_event * event) dup_event() argument 84 __free_dup_event(struct ordered_events * oe,union perf_event * event) __free_dup_event() argument 92 free_dup_event(struct ordered_events * oe,union perf_event * event) free_dup_event() argument 99 alloc_event(struct ordered_events * oe,union perf_event * event) alloc_event() argument 172 ordered_events__new_event(struct ordered_events * oe,u64 timestamp,union perf_event * event) ordered_events__new_event() argument 186 ordered_events__delete(struct ordered_events * oe,struct ordered_event * event) ordered_events__delete() argument 194 ordered_events__queue(struct ordered_events * oe,union perf_event * event,u64 timestamp,u64 file_offset,const char * file_path) ordered_events__queue() argument 224 do_flush(struct ordered_events * oe,bool show_progress) do_flush() argument 267 __ordered_events__flush(struct ordered_events * oe,enum oe_flush how,u64 timestamp) __ordered_events__flush() argument 340 ordered_events__flush(struct ordered_events * oe,enum oe_flush how) ordered_events__flush() argument 345 ordered_events__flush_time(struct ordered_events * oe,u64 timestamp) ordered_events__flush_time() argument 350 ordered_events__first_time(struct ordered_events * oe) ordered_events__first_time() argument 361 ordered_events__init(struct ordered_events * oe,ordered_events__deliver_t deliver,void * data) ordered_events__init() argument 375 ordered_events_buffer__free(struct ordered_events_buffer * buffer,unsigned int max,struct ordered_events * oe) ordered_events_buffer__free() argument 387 ordered_events__free(struct ordered_events * oe) ordered_events__free() argument 410 ordered_events__reinit(struct ordered_events * oe) ordered_events__reinit() argument [all...] |
| H A 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()
|
| H A D | session.c | 129 static int ordered_events__deliver_event(struct ordered_events *oe, in ordered_events__deliver_event() argument 800 perf_event__process_finished_round(const struct perf_tool * tool __maybe_unused,union perf_event * event __maybe_unused,struct ordered_events * oe) perf_event__process_finished_round() argument 1587 struct ordered_events *oe = &session->ordered_events; perf_session__process_user_event() local 1901 const struct ordered_events *oe = &session->ordered_events; perf_session__warn_order() local 2034 struct ordered_events *oe = &session->ordered_events; __perf_session__process_pipe_events() local 2468 struct ordered_events *oe = &session->ordered_events; __perf_session__process_events() local [all...] |
| /linux/fs/overlayfs/ |
| H A D | ovl_entry.h | 123 static inline unsigned int ovl_numlower(struct ovl_entry *oe) in ovl_numlower() 128 static inline struct ovl_path *ovl_lowerstack(struct ovl_entry *oe) in ovl_lowerstack() 133 static inline struct ovl_path *ovl_lowerpath(struct ovl_entry *oe) in ovl_lowerpath() 138 static inline struct ovl_path *ovl_lowerdata(struct ovl_entry *oe) in ovl_lowerdata() 146 static inline struct dentry *ovl_lowerdata_dentry(struct ovl_entry *oe) in ovl_lowerdata_dentry() 169 struct ovl_entry *oe; member
|
| H A D | util.c | 147 struct ovl_entry *oe; in ovl_alloc_entry() local 156 void ovl_free_entry(struct ovl_entry *oe) in ovl_free_entry() 180 struct ovl_entry *oe) in ovl_dentry_init_reval() 186 struct ovl_entry *oe, unsigned int mask) in ovl_dentry_init_flags() 222 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_type() local 255 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lower() local 268 struct ovl_entry *oe = OVL_E(dentry); in ovl_path_lowerdata() local 321 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_lower() local 328 struct ovl_entry *oe = OVL_E(dentry); in ovl_layer_lower() local 346 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_set_lowerdata() local [all …]
|
| H A D | super.c | 124 struct ovl_entry *oe; in ovl_dentry_revalidate_common() local 840 struct ovl_entry *oe, const struct path *upperpath) in ovl_get_indexdir() 1178 struct ovl_entry *oe; in ovl_get_lowerstack() local 1306 struct ovl_entry *oe) in ovl_get_root() 1377 struct ovl_entry *oe = NULL; in ovl_fill_super_creds() local
|
| H A D | overlayfs.h | 844 struct ovl_entry *oe; member
|
| /linux/drivers/comedi/drivers/ |
| H A D | dt2817.c | 39 unsigned int oe = 0; in dt2817_dio_insn_config() local
|
| /linux/drivers/clk/ |
| H A D | clk-si521xx.c | 44 #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
|
| H A D | clk-versaclock5.c | 954 unsigned int oe, sd, src_mask = 0, src_val = 0; in vc5_probe() local
|
| /linux/include/net/tc_act/ |
| H A D | tc_gate.h | 121 struct action_gate_entry *oe; in tcf_gate_get_list() local
|
| /linux/drivers/gpio/ |
| H A D | gpio-tegra.c | 78 u32 oe[4]; member 214 u32 cnf, oe; in tegra_gpio_get_direction() local
|
| H A D | gpio-omap.c | 37 u32 oe; member
|
| /linux/net/sched/ |
| H A D | act_gate.c | 689 struct action_gate_entry *oe = priv; in tcf_gate_entry_destructor() local
|
| /linux/drivers/media/i2c/ |
| H A D | tvp5150.c | 88 u32 oe; member
|
| /linux/tools/perf/ |
| H A D | builtin-kvm.c | 1292 struct ordered_events *oe = &kvm->session->ordered_events; in perf_kvm__mmap_read() local
|
| H A D | builtin-inject.c | 1918 host__finished_round(const struct perf_tool * tool,union perf_event * event,struct ordered_events * oe) host__finished_round() argument
|
| H A D | builtin-trace.c | 234 } oe; global() member 4224 ordered_events__deliver_event(struct ordered_events * oe,struct ordered_event * event) ordered_events__deliver_event() argument [all...] |
| /linux/arch/mips/include/asm/octeon/ |
| H A 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
|
| /linux/fs/btrfs/ |
| H A D | inode.c | 2744 struct btrfs_ordered_extent *oe) in add_pending_csums() 3145 struct btrfs_ordered_extent *oe) in insert_ordered_extent_file_extent()
|
| /linux/arch/powerpc/xmon/ |
| H A D | ppc-opc.c | 2825 #define XO(op, xop, oe, rc) \ argument
|