/kernel/linux/linux-6.6/block/ |
H A D | blk-mq-tag.c | 4 * fairer distribution of tags between multiple submitters when a shared tag map 20 static void blk_mq_update_wake_batch(struct blk_mq_tags *tags, in blk_mq_update_wake_batch() argument 26 sbitmap_queue_recalculate_wake_batch(&tags->bitmap_tags, in blk_mq_update_wake_batch() 28 sbitmap_queue_recalculate_wake_batch(&tags->breserved_tags, in blk_mq_update_wake_batch() 41 struct blk_mq_tags *tags = hctx->tags; in __blk_mq_tag_busy() local 59 spin_lock_irq(&tags->lock); in __blk_mq_tag_busy() 60 users = tags->active_queues + 1; in __blk_mq_tag_busy() 61 WRITE_ONCE(tags->active_queues, users); in __blk_mq_tag_busy() 62 blk_mq_update_wake_batch(tags, user in __blk_mq_tag_busy() 69 blk_mq_tag_wakeup_all(struct blk_mq_tags *tags, bool include_reserve) blk_mq_tag_wakeup_all() argument 82 struct blk_mq_tags *tags = hctx->tags; __blk_mq_tag_idle() local 121 struct blk_mq_tags *tags = blk_mq_tags_from_data(data); blk_mq_get_tags() local 135 struct blk_mq_tags *tags = blk_mq_tags_from_data(data); blk_mq_get_tag() local 225 blk_mq_put_tag(struct blk_mq_tags *tags, struct blk_mq_ctx *ctx, unsigned int tag) blk_mq_put_tag() argument 238 blk_mq_put_tags(struct blk_mq_tags *tags, int *tag_array, int nr_tags) blk_mq_put_tags() argument 252 blk_mq_find_and_get_req(struct blk_mq_tags *tags, unsigned int bitnr) blk_mq_find_and_get_req() argument 272 struct blk_mq_tags *tags; bt_iter() local 328 struct blk_mq_tags *tags; global() member 341 struct blk_mq_tags *tags = iter_data->tags; bt_tags_iter() local 380 bt_tags_for_each(struct blk_mq_tags *tags, struct sbitmap_queue *bt, busy_tag_iter_fn *fn, void *data, unsigned int flags) bt_tags_for_each() argument 394 __blk_mq_all_tag_iter(struct blk_mq_tags *tags, busy_tag_iter_fn *fn, void *priv, unsigned int flags) __blk_mq_all_tag_iter() argument 417 blk_mq_all_tag_iter(struct blk_mq_tags *tags, busy_tag_iter_fn *fn, void *priv) blk_mq_all_tag_iter() argument 508 struct blk_mq_tags *tags = q->tag_set->shared_tags; blk_mq_queue_tag_busy_iter() local 520 struct blk_mq_tags *tags = hctx->tags; blk_mq_queue_tag_busy_iter() local 570 struct blk_mq_tags *tags; blk_mq_init_tags() local 594 blk_mq_free_tags(struct blk_mq_tags *tags) blk_mq_free_tags() argument 605 struct blk_mq_tags *tags = *tagsptr; blk_mq_tag_update_depth() local 655 struct blk_mq_tags *tags = set->shared_tags; blk_mq_tag_resize_shared_tags() local [all...] |
H A D | blk-mq.h | 58 void blk_mq_free_rqs(struct blk_mq_tag_set *set, struct blk_mq_tags *tags, 60 void blk_mq_free_rq_map(struct blk_mq_tags *tags); 64 struct blk_mq_tags *tags, 154 /* allocate multiple requests/tags in one go */ 165 void blk_mq_free_tags(struct blk_mq_tags *tags); 173 void blk_mq_put_tag(struct blk_mq_tags *tags, struct blk_mq_ctx *ctx, 175 void blk_mq_put_tags(struct blk_mq_tags *tags, int *tag_array, int nr_tags); 177 struct blk_mq_tags **tags, unsigned int depth, bool can_grow); 182 void blk_mq_tag_wakeup_all(struct blk_mq_tags *tags, bool); 185 void blk_mq_all_tag_iter(struct blk_mq_tags *tags, busy_tag_iter_f 211 blk_mq_tag_is_reserved(struct blk_mq_tags *tags, unsigned int tag) blk_mq_tag_is_reserved() argument [all...] |
/kernel/linux/linux-5.10/block/ |
H A D | blk-mq-tag.c | 4 * fairer distribution of tags between multiple submitters when a shared tag map 36 atomic_inc(&hctx->tags->active_queues); in __blk_mq_tag_busy() 43 * Wakeup all potentially sleeping on tags 45 void blk_mq_tag_wakeup_all(struct blk_mq_tags *tags, bool include_reserve) in blk_mq_tag_wakeup_all() argument 47 sbitmap_queue_wake_all(tags->bitmap_tags); in blk_mq_tag_wakeup_all() 49 sbitmap_queue_wake_all(tags->breserved_tags); in blk_mq_tag_wakeup_all() 58 struct blk_mq_tags *tags = hctx->tags; in __blk_mq_tag_idle() local 70 atomic_dec(&tags->active_queues); in __blk_mq_tag_idle() 73 blk_mq_tag_wakeup_all(tags, fals in __blk_mq_tag_idle() 91 struct blk_mq_tags *tags = blk_mq_tags_from_data(data); blk_mq_get_tag() local 181 blk_mq_put_tag(struct blk_mq_tags *tags, struct blk_mq_ctx *ctx, unsigned int tag) blk_mq_put_tag() argument 202 blk_mq_find_and_get_req(struct blk_mq_tags *tags, unsigned int bitnr) blk_mq_find_and_get_req() argument 220 struct blk_mq_tags *tags = hctx->tags; bt_iter() local 269 struct blk_mq_tags *tags; global() member 282 struct blk_mq_tags *tags = iter_data->tags; bt_tags_iter() local 322 bt_tags_for_each(struct blk_mq_tags *tags, struct sbitmap_queue *bt, busy_tag_iter_fn *fn, void *data, unsigned int flags) bt_tags_for_each() argument 336 __blk_mq_all_tag_iter(struct blk_mq_tags *tags, busy_tag_iter_fn *fn, void *priv, unsigned int flags) __blk_mq_all_tag_iter() argument 359 blk_mq_all_tag_iter(struct blk_mq_tags *tags, busy_tag_iter_fn *fn, void *priv) blk_mq_all_tag_iter() argument 451 struct blk_mq_tags *tags = hctx->tags; blk_mq_queue_tag_busy_iter() local 474 blk_mq_init_bitmap_tags(struct blk_mq_tags *tags, int node, int alloc_policy) blk_mq_init_bitmap_tags() argument 509 struct blk_mq_tags *tags = set->tags[i]; blk_mq_init_shared_sbitmap() local 532 struct blk_mq_tags *tags; blk_mq_init_tags() local 557 blk_mq_free_tags(struct blk_mq_tags *tags, unsigned int flags) blk_mq_free_tags() argument 570 struct blk_mq_tags *tags = *tagsptr; blk_mq_tag_update_depth() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | memory.c | 34 struct nvkm_tags *tags = *ptags; in nvkm_memory_tags_put() local 35 if (tags) { in nvkm_memory_tags_put() 36 mutex_lock(&fb->tags.mutex); in nvkm_memory_tags_put() 37 if (refcount_dec_and_test(&tags->refcount)) { in nvkm_memory_tags_put() 38 nvkm_mm_free(&fb->tags.mm, &tags->mn); in nvkm_memory_tags_put() 39 kfree(memory->tags); in nvkm_memory_tags_put() 40 memory->tags = NULL; in nvkm_memory_tags_put() 42 mutex_unlock(&fb->tags.mutex); in nvkm_memory_tags_put() 53 struct nvkm_tags *tags; in nvkm_memory_tags_get() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
H A D | test-ot-layout.c | 40 hb_tag_t tags[STATIC_ARRAY_SIZE]; in test_ot_layout_table_get_script_tags() local 43 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_script_tags() 49 g_assert_cmpuint (HB_TAG ('a','r','a','b'), ==, tags[0]); in test_ot_layout_table_get_script_tags() 50 g_assert_cmpuint (HB_TAG ('d','f','l','t'), ==, tags[1]); in test_ot_layout_table_get_script_tags() 51 g_assert_cmpuint (HB_TAG ('l','a','t','n'), ==, tags[2]); in test_ot_layout_table_get_script_tags() 58 total = hb_ot_layout_table_get_script_tags (face, HB_OT_TAG_GPOS, offset, &count, tags); in test_ot_layout_table_get_script_tags() 64 g_assert_cmpuint (HB_TAG ('a','r','a','b'), ==, tags[0]); in test_ot_layout_table_get_script_tags() 102 hb_tag_t tags[STATIC_ARRAY_SIZE]; in test_ot_layout_table_get_feature_tags() local 105 total = hb_ot_layout_table_get_feature_tags (face, HB_OT_TAG_GSUB, offset, &count, tags); in test_ot_layout_table_get_feature_tags() 111 g_assert_cmpuint (HB_TAG ('c','c','m','p'), ==, tags[ in test_ot_layout_table_get_feature_tags() 143 hb_tag_t tags[STATIC_ARRAY_SIZE]; test_ot_layout_script_get_language_tags() local 182 hb_tag_t tags[STATIC_ARRAY_SIZE]; test_ot_layout_language_get_feature_tags() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | memory.c | 34 struct nvkm_tags *tags = *ptags; in nvkm_memory_tags_put() local 35 if (tags) { in nvkm_memory_tags_put() 37 if (refcount_dec_and_test(&tags->refcount)) { in nvkm_memory_tags_put() 38 nvkm_mm_free(&fb->tags, &tags->mn); in nvkm_memory_tags_put() 39 kfree(memory->tags); in nvkm_memory_tags_put() 40 memory->tags = NULL; in nvkm_memory_tags_put() 53 struct nvkm_tags *tags; in nvkm_memory_tags_get() local 56 if ((tags = memory->tags)) { in nvkm_memory_tags_get() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | microdvddec.c | 58 static void microdvd_set_tag(struct microdvd_tag *tags, struct microdvd_tag tag) in microdvd_set_tag() argument 64 memcpy(&tags[tag_index], &tag, sizeof(tag)); in microdvd_set_tag() 72 static char *check_for_italic_slash_marker(struct microdvd_tag *tags, char *s) in check_for_italic_slash_marker() argument 75 struct microdvd_tag tag = tags[indexof(MICRODVD_TAGS, 'y')]; in check_for_italic_slash_marker() 78 microdvd_set_tag(tags, tag); in check_for_italic_slash_marker() 84 static char *microdvd_load_tags(struct microdvd_tag *tags, char *s) in microdvd_load_tags() argument 86 s = check_for_italic_slash_marker(tags, s); in microdvd_load_tags() 113 * to handle this kind of style tags: {y:ib}{Y:us} */ in microdvd_load_tags() 197 microdvd_set_tag(tags, tag); in microdvd_load_tags() 200 return check_for_italic_slash_marker(tags, in microdvd_load_tags() 203 microdvd_open_tags(AVBPrint *new_line, struct microdvd_tag *tags) microdvd_open_tags() argument 245 microdvd_close_no_persistent_tags(AVBPrint *new_line, struct microdvd_tag *tags) microdvd_close_no_persistent_tags() argument 284 struct microdvd_tag tags[sizeof(MICRODVD_TAGS) - 1] = {{0}}; microdvd_decode_frame() local 332 struct microdvd_tag tags[sizeof(MICRODVD_TAGS) - 1] = {{0}}; microdvd_init() local [all...] |
/third_party/musl/porting/liteos_m/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 160 regoff_t *tags; member 165 regoff_t **tags; member 257 reach[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel() 259 reach_next[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel() 290 reach_next_i->tags[i] = -1; in tre_tnfa_run_parallel() 291 tag_i = trans_i->tags; in tre_tnfa_run_parallel() 296 reach_next_i->tags[*tag_i] = pos; in tre_tnfa_run_parallel() 304 match_tags[i] = reach_next_i->tags[i]; in tre_tnfa_run_parallel() 307 reach_pos[trans_i->state_id].tags in tre_tnfa_run_parallel() 498 regoff_t *tags; global() member 622 regoff_t *tags = NULL; tre_tnfa_run_backtrack() local 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo) tre_fill_pmatch() argument 1001 regoff_t *tags = NULL, eo; regexec() local [all...] |
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 160 regoff_t *tags; member 165 regoff_t **tags; member 257 reach[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel() 259 reach_next[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel() 290 reach_next_i->tags[i] = -1; in tre_tnfa_run_parallel() 291 tag_i = trans_i->tags; in tre_tnfa_run_parallel() 296 reach_next_i->tags[*tag_i] = pos; in tre_tnfa_run_parallel() 304 match_tags[i] = reach_next_i->tags[i]; in tre_tnfa_run_parallel() 307 reach_pos[trans_i->state_id].tags in tre_tnfa_run_parallel() 498 regoff_t *tags; global() member 622 regoff_t *tags = NULL; tre_tnfa_run_backtrack() local 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo) tre_fill_pmatch() argument 1001 regoff_t *tags = NULL, eo; regexec() local [all...] |
/third_party/musl/porting/uniproton/kernel/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 160 regoff_t *tags; member 165 regoff_t **tags; member 257 reach[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel() 259 reach_next[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel() 290 reach_next_i->tags[i] = -1; in tre_tnfa_run_parallel() 291 tag_i = trans_i->tags; in tre_tnfa_run_parallel() 296 reach_next_i->tags[*tag_i] = pos; in tre_tnfa_run_parallel() 304 match_tags[i] = reach_next_i->tags[i]; in tre_tnfa_run_parallel() 307 reach_pos[trans_i->state_id].tags in tre_tnfa_run_parallel() 498 regoff_t *tags; global() member 622 regoff_t *tags = NULL; tre_tnfa_run_backtrack() local 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo) tre_fill_pmatch() argument 1001 regoff_t *tags = NULL, eo; regexec() local [all...] |
/third_party/musl/src/regex/ |
H A D | regexec.c | 47 const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo); 160 regoff_t *tags; member 165 regoff_t **tags; member 257 reach[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel() 259 reach_next[i].tags = (void *)tmp_buf; in tre_tnfa_run_parallel() 290 reach_next_i->tags[i] = -1; in tre_tnfa_run_parallel() 291 tag_i = trans_i->tags; in tre_tnfa_run_parallel() 296 reach_next_i->tags[*tag_i] = pos; in tre_tnfa_run_parallel() 304 match_tags[i] = reach_next_i->tags[i]; in tre_tnfa_run_parallel() 307 reach_pos[trans_i->state_id].tags in tre_tnfa_run_parallel() 498 regoff_t *tags; global() member 622 regoff_t *tags = NULL; tre_tnfa_run_backtrack() local 930 tre_fill_pmatch(size_t nmatch, regmatch_t pmatch[], int cflags, const tre_tnfa_t *tnfa, regoff_t *tags, regoff_t match_eo) tre_fill_pmatch() argument 1001 regoff_t *tags = NULL, eo; regexec() local [all...] |
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-tag-table.hh | 1615 * @count: maximum number of language tags to retrieve (IN) and actual number of 1616 * language tags retrieved (OUT). If no tags are retrieved, it is not modified. 1617 * @tags: array of size at least @language_count to store the language tag 1620 * Converts a multi-subtag BCP 47 language tag to language tags. 1628 hb_tag_t *tags /* OUT */) in hb_ot_tags_from_complex_language() 1633 tags[0] = HB_TAG('A','P','P','H'); /* Phonetic transcription—Americanist conventions */ in hb_ot_tags_from_complex_language() 1640 tags[0] = HB_TAG('P','G','R',' '); /* Polytonic Greek */ in hb_ot_tags_from_complex_language() 1647 tags[0] = HB_TAG('H','Y','E',' '); /* Armenian */ in hb_ot_tags_from_complex_language() 1654 tags[ in hb_ot_tags_from_complex_language() [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | APISample_jsdoc.js | 88 for (const tags of func.parameters.map(ts.getJSDocParameterTags)) { 89 if (tags) flat.push(...tags); 111 const tags: (ts.JSDocTag | undefined)[] = []; 112 tags.push(ts.getJSDocAugmentsTag(node)); 113 tags.push(ts.getJSDocClassTag(node)); 114 tags.push(ts.getJSDocReturnTag(node)); 117 tags.push(type); 119 tags.push(ts.getJSDocTemplateTag(node)); 120 return tags; [all...] |
H A D | emitClassExpressionInDeclarationFile.js | 4 tags() { } 8 tags(c: C): C { return c } 21 tags(): void { } 30 test.tags(); 56 simpleExample.prototype.tags = function () { };
63 C.prototype.tags = function (c) { return c; };
81 class_1.prototype.tags = function () { };
96 test.tags();
102 tags(): void;
108 tags( [all...] |
/kernel/linux/linux-5.10/fs/erofs/ |
H A D | tagptr.h | 29 extern void __compiletime_error("bad tagptr tags") 59 const typeof(_tags) tags = (_tags); \ 60 if (__builtin_constant_p(tags) && (tags & ~__tagptr_mask(type))) \ 62 tagptr_init(type, (uintptr_t)(ptr) | tags); }) 88 #define tagptr_replace_tags(_ptptr, tags) ({ \ 90 *ptptr = tagptr_fold(*ptptr, tagptr_unfold_ptr(*ptptr), tags); \ 95 const typeof(_tags) tags = (_tags); \ 96 if (__builtin_constant_p(tags) && (tags [all...] |
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | UnknownFieldSetLite.java | 75 int[] tags = Arrays.copyOf(first.tags, count); in mutableCopyOf() 76 System.arraycopy(second.tags, 0, tags, first.count, second.count); in mutableCopyOf() 79 return new UnknownFieldSetLite(count, tags, objects, /* isMutable= */ true); in mutableCopyOf() 86 private int[] tags; field in UnknownFieldSetLite 103 private UnknownFieldSetLite(int count, int[] tags, Object[] objects, boolean isMutable) { in UnknownFieldSetLite() argument 105 this.tags = tags; in UnknownFieldSetLite() 133 int tag = tags[ in writeTo() 346 hashCode(int[] tags, int count) hashCode() argument [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
H A D | TableSubsetterImpl.java | 29 protected final Set<Integer> tags; field in TableSubsetterImpl 31 protected TableSubsetterImpl(Integer... tags) { in TableSubsetterImpl() argument 32 Set<Integer> temp = new HashSet<Integer>(tags.length); in TableSubsetterImpl() 33 for (Integer tag : tags) { in TableSubsetterImpl() 36 this.tags = Collections.unmodifiableSet(temp); in TableSubsetterImpl() 41 return this.tags.contains(tag); in tagHandled() 46 return this.tags; in tagsHandled()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | mteswap.c | 14 /* tags granule is 16 bytes, 2 tags stored per byte */ in mte_allocate_tag_storage() 38 if (WARN(xa_is_err(ret), "Failed to store MTE tags")) { in mte_save_tags() 51 void *tags = xa_load(&mte_pages, entry.val); in mte_restore_tags() local 53 if (!tags) in mte_restore_tags() 56 mte_restore_page_tags(page_address(page), tags); in mte_restore_tags() 64 void *tags = xa_erase(&mte_pages, entry.val); in mte_invalidate_tags() local 66 mte_free_tag_storage(tags); in mte_invalidate_tags() 73 void *tags; in mte_invalidate_tags_area() local 78 xas_for_each(&xa_state, tags, last_entr in mte_invalidate_tags_area() [all...] |
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | mteswap.c | 14 /* tags granule is 16 bytes, 2 tags stored per byte */ in mte_allocate_tag_storage() 39 if (WARN(xa_is_err(ret), "Failed to store MTE tags")) { in mte_save_tags() 52 void *tags = xa_load(&mte_pages, entry.val); in mte_restore_tags() local 54 if (!tags) in mte_restore_tags() 58 mte_restore_page_tags(page_address(page), tags); in mte_restore_tags() local 66 void *tags = xa_erase(&mte_pages, entry.val); in mte_invalidate_tags() local 68 mte_free_tag_storage(tags); in mte_invalidate_tags() 75 void *tags; in mte_invalidate_tags_area() local 80 xas_for_each(&xa_state, tags, last_entr in mte_invalidate_tags_area() [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | utils.c | 134 unsigned int ff_codec_get_tag(const AVCodecTag *tags, enum AVCodecID id) in ff_codec_get_tag() argument 136 while (tags->id != AV_CODEC_ID_NONE) { in ff_codec_get_tag() 137 if (tags->id == id) in ff_codec_get_tag() 138 return tags->tag; in ff_codec_get_tag() 139 tags++; in ff_codec_get_tag() 144 enum AVCodecID ff_codec_get_id(const AVCodecTag *tags, unsigned int tag) in ff_codec_get_id() argument 146 for (int i = 0; tags[i].id != AV_CODEC_ID_NONE; i++) in ff_codec_get_id() 147 if (tag == tags[i].tag) in ff_codec_get_id() 148 return tags[i].id; in ff_codec_get_id() 149 for (int i = 0; tags[ in ff_codec_get_id() 204 av_codec_get_tag(const AVCodecTag *const *tags, enum AVCodecID id) av_codec_get_tag() argument 212 av_codec_get_tag2(const AVCodecTag * const *tags, enum AVCodecID id, unsigned int *tag) av_codec_get_tag2() argument 228 av_codec_get_id(const AVCodecTag *const *tags, unsigned int tag) av_codec_get_id() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv20.c | 47 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv20_fb_tile_comp() local 48 if (!nvkm_mm_head(&fb->tags, 0, 1, tags, tags, 1, &tile->tag)) { in nv20_fb_tile_comp() 66 nvkm_mm_free(&fb->tags, &tile->tag); in nv20_fb_tile_fini() 83 const u32 tags = nvkm_rd32(fb->subdev.device, 0x100320); in nv20_fb_tags() local 84 return tags ? tags + 1 : 0; in nv20_fb_tags() 89 .tags = nv20_fb_tags,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv20.c | 47 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv20_fb_tile_comp() local 48 if (!nvkm_mm_head(&fb->tags.mm, 0, 1, tags, tags, 1, &tile->tag)) { in nv20_fb_tile_comp() 66 nvkm_mm_free(&fb->tags.mm, &tile->tag); in nv20_fb_tile_fini() 83 const u32 tags = nvkm_rd32(fb->subdev.device, 0x100320); in nv20_fb_tags() local 84 return tags ? tags + 1 : 0; in nv20_fb_tags() 89 .tags = nv20_fb_tags,
|
/third_party/PyYAML/lib/yaml/ |
H A D | dumper.py | 16 version=None, tags=None, sort_keys=True): 22 version=version, tags=tags) 34 version=None, tags=None, sort_keys=True): 40 version=version, tags=tags) 52 version=None, tags=None, sort_keys=True): 58 version=version, tags=tags)
|
/third_party/python/Tools/scripts/ |
H A D | ptags.py | 5 # Create a tags file for Python programs, usable with vi. 11 # No warnings about duplicate tags. 15 tags = [] # Modified global variable! variable 21 if tags: 22 with open('tags', 'w') as fp: 23 tags.sort() 24 for s in tags: fp.write(s) 41 tags.append(s) 51 tags.append(s)
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
H A D | atags_parse.c | 11 * of variable-sized tags to the kernel. The first tag must be a ATAG_CORE 158 * Parse all tags in the list, checking both the global and architecture 179 struct tag *tags = (struct tag *)&default_tags; in setup_machine_tags() local 199 tags = atags_vaddr; in setup_machine_tags() 201 tags = (void *)(PAGE_OFFSET + mdesc->atag_offset); in setup_machine_tags() 208 if (tags->hdr.tag != ATAG_CORE) in setup_machine_tags() 209 convert_to_tag_list(tags); in setup_machine_tags() 211 if (tags->hdr.tag != ATAG_CORE) { in setup_machine_tags() 213 tags = (struct tag *)&default_tags; in setup_machine_tags() 217 mdesc->fixup(tags, in setup_machine_tags() [all...] |