| /kernel/linux/linux-6.6/include/linux/ |
| H A D | vmstat.h | 145 static inline void zone_numa_event_add(long x, struct zone *zone, in zone_numa_event_add() argument 152 static inline unsigned long zone_numa_event_state(struct zone *zone, in zone_numa_event_state() argument 165 static inline void zone_page_state_add(long x, struct zone *zone, in zone_page_state_add() argument 207 static inline unsigned long zone_page_state(struct zone *zon argument 224 zone_page_state_snapshot(struct zone *zone, enum zone_stat_item item) zone_page_state_snapshot() argument 243 __count_numa_event(struct zone *zone, enum numa_stat_item item) __count_numa_event() argument 251 __count_numa_events(struct zone *zone, enum numa_stat_item item, long delta) __count_numa_events() argument 319 __mod_zone_page_state(struct zone *zone, enum zone_stat_item item, long delta) __mod_zone_page_state() argument 342 __inc_zone_state(struct zone *zone, enum zone_stat_item item) __inc_zone_state() argument 354 __dec_zone_state(struct zone *zone, enum zone_stat_item item) __dec_zone_state() argument 414 drain_zonestat(struct zone *zone, struct per_cpu_zonestat *pzstats) drain_zonestat() argument 490 __mod_zone_freepage_state(struct zone *zone, int nr_pages, int migratetype) __mod_zone_freepage_state() argument [all...] |
| /kernel/linux/linux-6.6/drivers/soc/qcom/ |
| H A D | icc-bwmon.c | 606 int zone; bwmon_intr() local [all...] |
| /kernel/linux/linux-6.6/drivers/platform/x86/dell/ |
| H A D | alienware-wmi.c | 239 static int parse_rgb(const char *buf, struct platform_zone *zone) in parse_rgb() argument 265 u8 zone; in match_zone() local 280 alienware_update_led(struct platform_zone *zone) alienware_update_led() argument 431 u8 zone; alienware_zone_init() local 492 u8 zone; alienware_zone_exit() local [all...] |
| /kernel/linux/linux-6.6/drivers/usb/storage/ |
| H A D | alauda.c | 565 static int alauda_read_map(struct us_data *us, unsigned int zone) in alauda_read_map() argument 548 alauda_find_unused_pba(struct alauda_media_info *info, unsigned int zone) alauda_find_unused_pba() argument 689 alauda_ensure_map_for_zone(struct us_data *us, unsigned int zone) alauda_ensure_map_for_zone() argument 821 unsigned int zone = lba / uzonesize; alauda_write_lba() local 950 unsigned int zone = lba / uzonesize; /* integer division */ alauda_read_data() local [all...] |
| /kernel/linux/linux-6.6/drivers/base/ |
| H A D | memory.c | 191 struct zone *zone; in memory_block_online() local 419 struct zone *zone; print_allowed_zone() local 686 struct zone *zone, *matching_zone = NULL; early_node_zone_for_memory_block() local [all...] |
| /kernel/linux/linux-6.6/include/uapi/linux/ |
| H A D | tipc.h | 291 static inline __u32 tipc_addr(unsigned int zone, in tipc_addr() argument
|
| /kernel/linux/linux-6.6/drivers/net/ethernet/sfc/ |
| H A D | tc.h | 187 struct efx_tc_ct_zone *zone; member
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nf_nat_core.c | 165 u32 zone; in hash_by_src() member 236 const struct nf_conntrack_zone *zone; in nf_nat_used_tuple_harder() local 156 hash_by_src(const struct net *net, const struct nf_conntrack_zone *zone, const struct nf_conntrack_tuple *tuple) hash_by_src() argument 361 find_appropriate_src(struct net *net, const struct nf_conntrack_zone *zone, const struct nf_conntrack_tuple *tuple, struct nf_conntrack_tuple *result, const struct nf_nat_range2 *range) find_appropriate_src() argument 393 find_best_ips_proto(const struct nf_conntrack_zone *zone, struct nf_conntrack_tuple *tuple, const struct nf_nat_range2 *range, const struct nf_conn *ct, enum nf_nat_manip_type maniptype) find_best_ips_proto() argument 594 const struct nf_conntrack_zone *zone; get_unique_tuple() local [all...] |
| H A D | nf_conntrack_standalone.c | 200 const struct nf_conntrack_zone *zone = nf_ct_zone(ct); in ct_show_zone() local
|
| /kernel/linux/linux-6.6/sound/synth/emux/ |
| H A D | soundfont.c | 515 struct snd_sf_zone *zone; in load_info() local 949 struct snd_sf_zone *zone; load_guspatch() local 1173 struct snd_sf_zone *zone; add_preset() local [all...] |
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | tipc.h | 146 static inline __u32 tipc_addr(unsigned int zone, in tipc_addr() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateIntervalFormat.java | 1247 public void setTimeZone(TimeZone zone) in setTimeZone() argument
|
| /third_party/icu/icu4c/source/i18n/unicode/ |
| H A D | calendar.h | 2425 createInstance(TimeZone* zone, UErrorCode& errorCode) createInstance() argument [all...] |
| /third_party/icu/icu4c/source/i18n/ |
| H A D | udat.cpp | 185 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); in udat_open() local
|
| H A D | ucal.cpp | 36 TimeZone* zone = nullptr; in _createTimeZone() local 73 TimeZone* zone = TimeZone::createDefault(); in ucal_getDefaultTimeZone() local 88 TimeZone* zone = _createTimeZone(zoneID, -1, ec); in ucal_setDefaultTimeZone() local 98 TimeZone *zone = TimeZone::detectHostTimeZone(); ucal_getHostTimeZone() local 114 TimeZone* zone = _createTimeZone(zoneID, -1, ec); ucal_getDSTSavings() local [all...] |
| H A D | dtitvfmt.cpp | 595 DateIntervalFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone() argument 613 DateIntervalFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
|
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-module-builder.cc | 264 WasmModuleBuilder(Zone* zone) WasmModuleBuilder() argument [all...] |
| H A D | wasm-module-builder.h | 34 explicit ZoneBuffer(Zone* zone, size_t initial = kInitialSize) in ZoneBuffer() argument 273 WasmElemSegment(Zone* zone, ValueType type, uint32_t table_index, in WasmElemSegment() argument 285 WasmElemSegment(Zone* zone, ValueType type, bool declarative) in WasmElemSegment() argument 382 Zone* zone() { return zone_; } zone() function in v8::internal::wasm::WasmModuleBuilder [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | udat.cpp | 185 TimeZone *zone = TimeZone::createTimeZone(UnicodeString((UBool)(tzIDLength == -1), tzID, tzIDLength)); in udat_open() local
|
| H A D | dtitvfmt.cpp | 595 DateIntervalFormat::adoptTimeZone(TimeZone* zone) in adoptTimeZone() argument 613 DateIntervalFormat::setTimeZone(const TimeZone& zone) in setTimeZone() argument
|
| /third_party/node/deps/icu-small/source/i18n/unicode/ |
| H A D | calendar.h | 2516 createInstance(TimeZone* zone, UErrorCode& errorCode) createInstance() argument [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | tzregts.cpp | 901 UnicodeString zone [4];// = new String[4]; Test4162593() local 929 logln(UnicodeString("") + i + ": " + d + " / " + zone[i]); Test4162593() local 1162 SimpleTimeZone* zone = NULL; Test4184229() local [all...] |
| /third_party/icu/icu4c/source/tools/tzcode/ |
| H A D | zdump.c | 283 abbrok(const char *const abbrp, const char *const zone) in abbrok() argument 794 show(char *zone, time_t t, int v) in show() argument 823 abbrok(abbr(tmp), zone); show() local 963 showICU(FILE * fp, char *zone, time_t t1, time_t t2) showICU() argument [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | access-info.cc | 98 PropertyAccessInfo PropertyAccessInfo::Invalid(Zone* zone) { in Invalid() argument 88 ElementAccessInfo( ZoneVector<MapRef>&& lookup_start_object_maps, ElementsKind elements_kind, Zone* zone) ElementAccessInfo() argument 103 NotFound( Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder) NotFound() argument 109 DataField( Zone* zone, MapRef receiver_map, ZoneVector<CompilationDependency const*>&& dependencies, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) DataField() argument 130 FastDataConstant( Zone* zone, MapRef receiver_map, ZoneVector<CompilationDependency const*>&& dependencies, FieldIndex field_index, Representation field_representation, Type field_type, MapRef field_owner_map, base::Optional<MapRef> field_map, base::Optional<JSObjectRef> holder, base::Optional<MapRef> transition_map) FastDataConstant() argument 144 FastAccessorConstant( Zone* zone, MapRef receiver_map, base::Optional<ObjectRef> constant, base::Optional<JSObjectRef> holder) FastAccessorConstant() argument 152 ModuleExport(Zone* zone, MapRef receiver_map, CellRef cell) ModuleExport() argument 160 StringLength(Zone* zone, MapRef receiver_map) StringLength() argument 166 DictionaryProtoDataConstant( Zone* zone, MapRef receiver_map, JSObjectRef holder, InternalIndex dictionary_index, NameRef name) DictionaryProtoDataConstant() argument 174 DictionaryProtoAccessorConstant( Zone* zone, MapRef receiver_map, base::Optional<JSObjectRef> holder, ObjectRef constant, NameRef property_name) DictionaryProtoAccessorConstant() argument 181 PropertyAccessInfo(Zone* zone) PropertyAccessInfo() argument 189 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, ZoneVector<MapRef>&& lookup_start_object_maps) PropertyAccessInfo() argument 200 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, base::Optional<ObjectRef> constant, base::Optional<NameRef> name, ZoneVector<MapRef>&& lookup_start_object_maps) PropertyAccessInfo() argument 238 PropertyAccessInfo( Zone* zone, Kind kind, base::Optional<JSObjectRef> holder, ZoneVector<MapRef>&& lookup_start_object_maps, InternalIndex dictionary_index, NameRef name) PropertyAccessInfo() argument 267 Merge(PropertyAccessInfo const* that, AccessMode access_mode, Zone* zone) Merge() argument 360 AccessInfoFactory(JSHeapBroker* broker, CompilationDependencies* dependencies, Zone* zone) AccessInfoFactory() argument 523 AccessorAccessInfoHelper( Isolate* isolate, Zone* zone, JSHeapBroker* broker, const AccessInfoFactory* ai_factory, MapRef receiver_map, NameRef name, MapRef map, base::Optional<JSObjectRef> holder, AccessMode access_mode, AccessorsObjectGetter get_accessors) AccessorAccessInfoHelper() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | code-generator.h | 165 Zone* zone() const { return zone_; } in zone() function in v8::internal::compiler::final
|