| /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() 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 …]
|
| D | ordered-events.h | 27 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe, 55 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, 57 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event); 58 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how); 59 int ordered_events__flush_time(struct ordered_events *oe, u64 timestamp); 60 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver, 62 void ordered_events__free(struct ordered_events *oe); 63 void ordered_events__reinit(struct ordered_events *oe); 64 u64 ordered_events__first_time(struct ordered_events *oe); 67 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument [all …]
|
| /kernel/linux/linux-4.19/tools/perf/util/ |
| D | ordered-events.c | 17 static void queue_event(struct ordered_events *oe, struct ordered_event *new) in queue_event() argument 19 struct ordered_event *last = oe->last; in queue_event() 23 ++oe->nr_events; in queue_event() 24 oe->last = new; in queue_event() 26 pr_oe_time2(timestamp, "queue_event nr_events %u\n", oe->nr_events); in queue_event() 29 list_add(&new->list, &oe->events); in queue_event() 30 oe->max_timestamp = timestamp; in queue_event() 42 if (p == &oe->events) { in queue_event() 43 list_add_tail(&new->list, &oe->events); in queue_event() 44 oe->max_timestamp = timestamp; in queue_event() [all …]
|
| D | ordered-events.h | 25 typedef int (*ordered_events__deliver_t)(struct ordered_events *oe, 47 int ordered_events__queue(struct ordered_events *oe, union perf_event *event, 49 void ordered_events__delete(struct ordered_events *oe, struct ordered_event *event); 50 int ordered_events__flush(struct ordered_events *oe, enum oe_flush how); 51 void ordered_events__init(struct ordered_events *oe, ordered_events__deliver_t deliver); 52 void ordered_events__free(struct ordered_events *oe); 53 void ordered_events__reinit(struct ordered_events *oe); 56 void ordered_events__set_alloc_size(struct ordered_events *oe, u64 size) in ordered_events__set_alloc_size() argument 58 oe->max_alloc_size = size; in ordered_events__set_alloc_size() 62 void ordered_events__set_copy_on_queue(struct ordered_events *oe, bool copy) in ordered_events__set_copy_on_queue() argument [all …]
|
| /kernel/linux/linux-4.19/fs/omfs/ |
| D | file.c | 22 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.e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 28 oe->e_entry.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 …]
|
| /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 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.e_cluster = ~cpu_to_be64(0ULL); in omfs_make_empty_table() 28 oe->e_entry.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 …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | st-pincfg.h | 15 #define OE (1 << 27) macro 30 /* oe = 0, pu = 0, od = 0 */ 32 /* oe = 0, pu = 1, od = 0 */ 34 /* oe = 1, pu = 0, od = 0 */ 35 #define OUT (OE) 36 /* oe = 1, pu = 0, od = 1 */ 37 #define BIDIR (OE | OD) 38 /* oe = 1, pu = 1, od = 1 */ 39 #define BIDIR_PU (OE | PU | OD)
|
| D | omap3430-sdp.dts | 69 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>;
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | st-pincfg.h | 15 #define OE (1 << 27) macro 30 /* oe = 0, pu = 0, od = 0 */ 32 /* oe = 0, pu = 1, od = 0 */ 34 /* oe = 1, pu = 0, od = 0 */ 35 #define OUT (OE) 36 /* oe = 1, pu = 0, od = 1 */ 37 #define BIDIR (OE | OD) 38 /* oe = 1, pu = 1, od = 1 */ 39 #define BIDIR_PU (OE | PU | OD)
|
| D | omap3430-sdp.dts | 72 gpmc,oe-on-ns = <54>; 73 gpmc,oe-off-ns = <168>; 122 gpmc,oe-on-ns = <6>; 123 gpmc,oe-off-ns = <48>; 168 gpmc,oe-on-ns = <30>; 169 gpmc,oe-off-ns = <84>;
|
| /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 131 oe = kcalloc(num_entries, sizeof(*oe), GFP_ATOMIC); in tcf_gate_get_list() 132 if (!oe) in tcf_gate_get_list() 137 oe[i].gate_state = entry->gate_state; in tcf_gate_get_list() 138 oe[i].interval = entry->interval; in tcf_gate_get_list() 139 oe[i].ipv = entry->ipv; in tcf_gate_get_list() 140 oe[i].maxoctets = entry->maxoctets; in tcf_gate_get_list() 144 return oe; in tcf_gate_get_list()
|
| /kernel/linux/linux-5.10/fs/overlayfs/ |
| D | util.c | 85 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() local 87 if (oe) in ovl_alloc_entry() 88 oe->numlower = numlower; in ovl_alloc_entry() 90 return oe; in ovl_alloc_entry() 102 struct ovl_entry *oe = OVL_E(dentry); in ovl_dentry_update_reval() local 107 for (i = 0; i < oe->numlower; i++) in ovl_dentry_update_reval() 108 flags |= oe->lowerstack[i].dentry->d_flags; in ovl_dentry_update_reval() 126 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() local 135 if (oe->numlower) { in ovl_path_type() 143 if (oe->numlower > 1) in ovl_path_type() [all …]
|
| /kernel/linux/linux-4.19/fs/overlayfs/ |
| D | util.c | 101 struct ovl_entry *oe = kzalloc(size, GFP_KERNEL); in ovl_alloc_entry() local 103 if (oe) in ovl_alloc_entry() 104 oe->numlower = numlower; in ovl_alloc_entry() 106 return oe; in ovl_alloc_entry() 126 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_type() local 135 if (oe->numlower) { in ovl_path_type() 143 if (oe->numlower > 1) in ovl_path_type() 159 struct ovl_entry *oe = dentry->d_fsdata; in ovl_path_lower() local 161 if (oe->numlower) { in ovl_path_lower() 162 path->mnt = oe->lowerstack[0].layer->mnt; in ovl_path_lower() [all …]
|
| D | super.c | 59 static void ovl_entry_stack_free(struct ovl_entry *oe) in ovl_entry_stack_free() argument 63 for (i = 0; i < oe->numlower; i++) in ovl_entry_stack_free() 64 dput(oe->lowerstack[i].dentry); in ovl_entry_stack_free() 74 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_release() local 76 if (oe) { in ovl_dentry_release() 77 ovl_entry_stack_free(oe); in ovl_dentry_release() 78 kfree_rcu(oe, rcu); in ovl_dentry_release() 121 struct ovl_entry *oe = dentry->d_fsdata; in ovl_dentry_revalidate() local 125 for (i = 0; i < oe->numlower; i++) { in ovl_dentry_revalidate() 126 struct dentry *d = oe->lowerstack[i].dentry; in ovl_dentry_revalidate() [all …]
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/bridge/ |
| D | thc63lvd1024.c | 30 struct gpio_desc *oe; member 61 gpiod_set_value(thc63->oe, 1); in thc63_enable() 69 gpiod_set_value(thc63->oe, 0); in thc63_disable() 122 thc63->oe = devm_gpiod_get_optional(thc63->dev, "oe", GPIOD_OUT_LOW); in thc63_gpio_init() 123 if (IS_ERR(thc63->oe)) { in thc63_gpio_init() 124 dev_err(thc63->dev, "Unable to get \"oe-gpios\": %ld\n", in thc63_gpio_init() 125 PTR_ERR(thc63->oe)); in thc63_gpio_init() 126 return PTR_ERR(thc63->oe); in thc63_gpio_init()
|
| /kernel/linux/linux-4.19/include/linux/platform_data/ |
| D | gpmc-omap.h | 54 /* OE signals timings corresponding to GPMC_CONFIG4 */ 55 u32 oe_on; /* OE assertion time */ 56 u32 oe_off; /* OE deassertion time */ 57 u32 oe_aad_mux_on; /* OE assertion time for AAD */ 58 u32 oe_aad_mux_off; /* OE deassertion time for AAD */ 93 u32 t_oeasu; /* address setup to OE valid */ 96 u32 t_oe; /* access time from OE assertion */ 101 u32 t_oez; /* OE deassertion to high Z */ 123 u8 cyc_oe; /* access time from OE assertion in cycles */
|
| /kernel/linux/linux-5.10/include/linux/platform_data/ |
| D | gpmc-omap.h | 51 /* OE signals timings corresponding to GPMC_CONFIG4 */ 52 u32 oe_on; /* OE assertion time */ 53 u32 oe_off; /* OE deassertion time */ 54 u32 oe_aad_mux_on; /* OE assertion time for AAD */ 55 u32 oe_aad_mux_off; /* OE deassertion time for AAD */ 90 u32 t_oeasu; /* address setup to OE valid */ 93 u32 t_oe; /* access time from OE assertion */ 98 u32 t_oez; /* OE deassertion to high Z */ 120 u8 cyc_oe; /* access time from OE assertion in cycles */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/bridge/ |
| D | thc63lvd1024.c | 32 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() 175 thc63->oe = devm_gpiod_get_optional(thc63->dev, "oe", GPIOD_OUT_LOW); in thc63_gpio_init() 176 if (IS_ERR(thc63->oe)) { in thc63_gpio_init() 177 dev_err(thc63->dev, "Unable to get \"oe-gpios\": %ld\n", in thc63_gpio_init() 178 PTR_ERR(thc63->oe)); in thc63_gpio_init() 179 return PTR_ERR(thc63->oe); in thc63_gpio_init()
|
| /kernel/linux/linux-4.19/drivers/staging/comedi/drivers/ |
| D | dt2817.c | 39 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()
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
| D | dt2817.c | 39 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()
|
| /kernel/linux/linux-4.19/lib/lzo/ |
| D | lzo1x_decompress_safe.c | 87 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 97 op = oe; in lzo1x_decompress_safe() 187 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 196 } while (op < oe); in lzo1x_decompress_safe() 197 op = oe; in lzo1x_decompress_safe() 209 } while (op < oe); in lzo1x_decompress_safe() 214 unsigned char *oe = op + t; in lzo1x_decompress_safe() local 222 } while (op < oe); in lzo1x_decompress_safe()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/memory-controllers/ |
| D | omap-gpmc.txt | 74 OE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4: 75 - gpmc,oe-on-ns: Assertion time 76 - gpmc,oe-off-ns: Deassertion time 77 - gpmc,oe-aad-mux-on-ns: Assertion time for AAD 78 - gpmc,oe-aad-mux-off-ns: Deassertion time for AAD 100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/memory-controllers/ |
| D | omap-gpmc.txt | 74 OE signals timings (in nanoseconds) corresponding to GPMC_CONFIG4: 75 - gpmc,oe-on-ns: Assertion time 76 - gpmc,oe-off-ns: Deassertion time 77 - gpmc,oe-aad-mux-on-ns: Assertion time for AAD 78 - gpmc,oe-aad-mux-off-ns: Deassertion time for AAD 100 - gpmc,oe-extra-delay: OE signal is delayed by half GPMC clock
|
| /kernel/linux/linux-5.10/lib/lzo/ |
| D | lzo1x_decompress_safe.c | 98 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()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/bus/ |
| D | qcom,ebi2.txt | 9 data lines (16 bits), OE (output enable), ADV (address valid, used on some 78 drive the data bus after OE is de-asserted, in order to avoid contention on 99 - qcom,xmem-adv-to-oe-recovery-cycles: the number of cycles elapsed before an OE 101 2 means 2 cycles between ADV and OE. Valid values 0, 1, 2 or 3. 104 assertion to OE assertion. Valid values 0 thru 15.
|