/kernel/linux/linux-5.10/tools/power/cpupower/utils/ |
H A D | cpufreq-info.c | 257 while (freqs->next) { in get_boost_mode() 260 freqs = freqs->next; in get_boost_mode() 379 while (governors->next) { in get_available_governors() 381 governors = governors->next; in get_available_governors() 401 while (cpus->next) { in get_affected_cpus() 403 cpus = cpus->next; in get_affected_cpus() 422 while (cpus->next) { in get_related_cpus() 424 cpus = cpus->next; in get_related_cpus() 446 stats = stats->next; in get_freq_stats() 489 while (freqs->next) { in debug_output_one() [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | dmapool.c | 69 char *next; in show_pools() local 73 next = buf; in show_pools() 76 temp = scnprintf(next, size, "poolinfo - 0.1\n"); in show_pools() 78 next += temp; in show_pools() 93 temp = scnprintf(next, size, "%-16s %4u %4zu %4zu %2u\n", in show_pools() 98 next += temp; in show_pools() 209 unsigned int next = offset + pool->size; in pool_initialise_page() local 210 if (unlikely((next + pool->size) >= next_boundary)) { in pool_initialise_page() 211 next = next_boundary; in pool_initialise_page() 214 *(int *)(page->vaddr + offset) = next; in pool_initialise_page() [all...] |
/kernel/linux/linux-5.10/fs/tracefs/ |
H A D | inode.c | 181 struct list_head *next; in set_gid() local 188 next = this_parent->d_subdirs.next; in set_gid() 190 while (next != &this_parent->d_subdirs) { in set_gid() 191 struct list_head *tmp = next; in set_gid() 193 next = tmp->next; in set_gid() 222 next = child->d_child.next; in set_gid() 223 if (next in set_gid() [all...] |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dsfield.c | 426 /* Keep track of bit position for the next field */ in acpi_ds_get_field_names() 452 arg = arg->common.next; in acpi_ds_get_field_names() 510 arg = arg->common.next; in acpi_ds_create_field() 519 status = acpi_ds_get_field_names(&info, walk_state, arg->common.next); in acpi_ds_create_field() 650 /* Get the next field element in the list */ in acpi_ds_init_field_objects() 652 arg = arg->common.next; in acpi_ds_init_field_objects() 707 arg = arg->common.next; in acpi_ds_create_bank_field() 724 arg = arg->common.next; in acpi_ds_create_bank_field() 728 arg = arg->common.next; in acpi_ds_create_bank_field() 747 status = acpi_ds_get_field_names(&info, walk_state, arg->common.next); in acpi_ds_create_bank_field() [all...] |
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | bnode.c | 151 be32_to_cpu(desc.next), be32_to_cpu(desc.prev), in hfs_bnode_dump() 190 tmp->next = node->next; in hfs_bnode_unlink() 191 cnid = cpu_to_be32(tmp->next); in hfs_bnode_unlink() 192 hfs_bnode_write(tmp, &cnid, offsetof(struct hfs_bnode_desc, next), 4); in hfs_bnode_unlink() 195 tree->leaf_head = node->next; in hfs_bnode_unlink() 197 if (node->next) { in hfs_bnode_unlink() 198 tmp = hfs_bnode_find(tree, node->next); in hfs_bnode_unlink() 209 if (!node->prev && !node->next) { in hfs_bnode_unlink() 346 node->next in hfs_bnode_find() [all...] |
/kernel/linux/linux-6.6/drivers/crypto/marvell/cesa/ |
H A D | tdma.c | 70 tdma = tdma->next; in mv_cesa_dma_cleanup() 84 for (tdma = dreq->chain.first; tdma; tdma = tdma->next) { in mv_cesa_dma_prepare() 106 last->next = dreq->chain.first; in mv_cesa_tdma_chain() 124 struct mv_cesa_tdma_desc *tdma = NULL, *next = NULL; in mv_cesa_tdma_process() local 130 for (tdma = engine->chain.first; tdma; tdma = next) { in mv_cesa_tdma_process() 132 next = tdma->next; in mv_cesa_tdma_process() 151 /* Re-chaining to the next request */ in mv_cesa_tdma_process() 152 engine->chain.first = tdma->next; in mv_cesa_tdma_process() 153 tdma->next in mv_cesa_tdma_process() [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_tc_u32.c | 61 /* For next headers, parse only keys with offmask */ in fill_match_fields() 218 /* Link must have a valid supported next header. */ in cxgb4_config_knode() 225 * next headers. in cxgb4_config_knode() 228 const struct cxgb4_next_header *next; in cxgb4_config_knode() local 241 next = is_ipv6 ? cxgb4_ipv6_jumps : cxgb4_ipv4_jumps; in cxgb4_config_knode() 243 /* Try to find matches that allow jumps to next header. */ in cxgb4_config_knode() 244 for (i = 0; next[i].jump; i++) { in cxgb4_config_knode() 245 if (next[i].sel.offoff != cls->knode.sel->offoff || in cxgb4_config_knode() 246 next[i].sel.offshift != cls->knode.sel->offshift || in cxgb4_config_knode() 247 next[ in cxgb4_config_knode() [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | srq.c | 110 struct mlx5_wqe_srq_next_seg *next; in create_srq_kernel() local 133 next = get_wqe(srq, i); in create_srq_kernel() 134 next->next_wqe_index = in create_srq_kernel() 390 struct mlx5_wqe_srq_next_seg *next; in mlx5_ib_free_srq_wqe() local 395 next = get_wqe(srq, srq->tail); in mlx5_ib_free_srq_wqe() 396 next->next_wqe_index = cpu_to_be16(wqe_index); in mlx5_ib_free_srq_wqe() 406 struct mlx5_wqe_srq_next_seg *next; in mlx5_ib_post_srq_recv() local 423 for (nreq = 0; wr; nreq++, wr = wr->next) { in mlx5_ib_post_srq_recv() 438 next = get_wqe(srq, srq->head); in mlx5_ib_post_srq_recv() 439 srq->head = be16_to_cpu(next in mlx5_ib_post_srq_recv() [all...] |
/kernel/linux/linux-6.6/tools/power/cpupower/utils/ |
H A D | cpufreq-info.c | 222 while (freqs->next) { in get_boost_mode() 225 freqs = freqs->next; in get_boost_mode() 344 while (governors->next) { in get_available_governors() 346 governors = governors->next; in get_available_governors() 366 while (cpus->next) { in get_affected_cpus() 368 cpus = cpus->next; in get_affected_cpus() 387 while (cpus->next) { in get_related_cpus() 389 cpus = cpus->next; in get_related_cpus() 411 stats = stats->next; in get_freq_stats() 465 while (freqs->next) { in debug_output_one() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_fw.c | 35 struct fw_filter __rcu *next; member 64 f = rcu_dereference_bh(f->next)) { in fw_classify() 100 for (; f; f = rtnl_dereference(f->next)) { in fw_get() 145 rtnl_dereference(f->next)); in fw_destroy() 172 fp = &pfp->next, pfp = rtnl_dereference(*fp)) { in fw_delete() 174 RCU_INIT_POINTER(*fp, rtnl_dereference(f->next)); in fw_delete() 289 fp = &pfp->next, pfp = rtnl_dereference(*fp)) in fw_change() 293 RCU_INIT_POINTER(fnew->next, rtnl_dereference(pfp->next)); in fw_change() 333 RCU_INIT_POINTER(f->next, hea in fw_change() [all...] |
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | dtc.h | 131 struct marker *next; member 144 for (; (m); (m) = (m)->next) 159 struct marker *next = next_type_marker(m->next); in type_marker_length() local 161 if (next) in type_marker_length() 162 return next->offset - m->offset; in type_marker_length() 199 struct label *next; member 211 struct property *next; member 240 for ((l) = (l0); (l); (l) = (l)->next) 247 for ((p) = (n)->proplist; (p); (p) = (p)->next) 311 struct reserve_info *next; global() member [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | af_channelmap.c | 82 char *next = strchr(message, delim); in split() local 83 if (next) in split() 84 *next++ = '\0'; in split() 85 return next; in split() 90 char *next; in get_channel_idx() local 95 next = split(*map, delim); in get_channel_idx() 96 if (!next && delim == '-') in get_channel_idx() 104 *map = next; in get_channel_idx() 110 char *next = split(*map, delim); in get_channel() local 111 if (!next in get_channel() [all...] |
/third_party/backends/backend/pixma/ |
H A D | pixma_io_sanei.c | 75 pixma_io_t *next; member 82 struct scanner_info_t *next; member 102 for (si = first_scanner; si && devnr != 0; --devnr, si = si->next) in get_scanner_info() 120 si->next = first_scanner; in attach() 144 si->next = first_scanner; in attach_bjnp() 158 si = si->next; in clear_scanner_list() 331 si = si->next; in pixma_collect_devices() 344 si = si->next; in pixma_collect_devices() 393 io->next = first_io; in pixma_connect() 409 for (p = &first_io; *p && *p != io; p = &((*p)->next)) in pixma_disconnect() [all...] |
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | TransliterationChart.java | 83 while (it.next()) { in main() 115 Set equivs = (Set)rit.next(); in main() 118 String source = (String)sit.next(); in main() 126 String trial = (String)sit.next(); in main() 144 String item = (String)sit.next(); in main() 156 while (it.next()) { in main() 169 pw.println(cit.next() + "<br>"); in main() 220 String a = (String)i1.next(); in compare() 221 String b = (String)i2.next(); in compare() 267 itemToSet.put(it.next(), s in add() 283 public Object next() { next() method in TransliterationChart.EquivClass.MyIterator [all...] |
/third_party/googletest/googlemock/src/ |
H A D | gmock-spec-builders.cc | 127 ExpectationBase* next = it->expectation_base().get(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_() local 128 if (!next->is_retired()) { in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 129 next->Retire(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 130 expectations.push_back(next); in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 149 const ExpectationBase* next = it->expectation_base().get(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_() local 150 if (!next->IsSatisfied()) return false; in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 151 expectations.push_back(next); in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 169 const ExpectationBase* next = it->expectation_base().get(); in GTEST_EXCLUSIVE_LOCK_REQUIRED_() local 171 if (next->IsSatisfied()) { in GTEST_EXCLUSIVE_LOCK_REQUIRED_() 174 if (next in GTEST_EXCLUSIVE_LOCK_REQUIRED_() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | LocaleIDParser.java | 122 private char next() { in next() method in LocaleIDParser 132 * Advance index until the next terminator or id separator, and leave it there. 135 while (!isTerminatorOrIDSeparator(next())); in skipUntilTerminatorOrIDSeparator() 205 while(!isTerminatorOrIDSeparator(c = next())) { in parseLanguage() 248 while(!isTerminatorOrIDSeparator(c = next()) && AsciiUtil.isAlpha(c)) { in parseScript() 285 while (!isTerminatorOrIDSeparator(c = next()) && AsciiUtil.isAlpha(c)); in skipScript() 307 while (!isTerminatorOrIDSeparator(c = next())) { in parseCountry() 401 while ((c = next()) != DONE) { in parseVariant() 578 while (!isDoneOrKeywordAssign(next())) { in getKeyword() 586 while (!isDoneOrItemSeparator(next())) { in getValue() [all...] |
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | LocaleIDParser.java | 124 private char next() { in next() method in LocaleIDParser 134 * Advance index until the next terminator or id separator, and leave it there. 137 while (!isTerminatorOrIDSeparator(next())); in skipUntilTerminatorOrIDSeparator() 207 while(!isTerminatorOrIDSeparator(c = next())) { in parseLanguage() 250 while(!isTerminatorOrIDSeparator(c = next()) && AsciiUtil.isAlpha(c)) { in parseScript() 287 while (!isTerminatorOrIDSeparator(c = next()) && AsciiUtil.isAlpha(c)); in skipScript() 309 while (!isTerminatorOrIDSeparator(c = next())) { in parseCountry() 403 while ((c = next()) != DONE) { in parseVariant() 580 while (!isDoneOrKeywordAssign(next())) { in getKeyword() 588 while (!isDoneOrItemSeparator(next())) { in getValue() [all...] |
/third_party/libwebsockets/lib/core-net/ |
H A D | lws-dsh.c | 200 s.best->list.next = replace->next; in _lws_dsh_alloc_tail() 203 replace->prev->next = &s.best->list; in _lws_dsh_alloc_tail() 204 if (replace->next) in _lws_dsh_alloc_tail() 205 replace->next->prev = &s.best->list; in _lws_dsh_alloc_tail() 248 s.best->list.next = replace->next; in _lws_dsh_alloc_tail() 251 replace->prev->next = &s.best->list; in _lws_dsh_alloc_tail() 252 if (replace->next) in _lws_dsh_alloc_tail() 253 replace->next in _lws_dsh_alloc_tail() [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_state_tgsi_transform.c | 59 shader->next = head->next; in insert_at_head() 60 head->next = shader; in insert_at_head() 143 if (shader->next) { in write_vpos() 144 transform_shader = svga_search_shader_token_key(shader->next, &key); in write_vpos() 190 if (shader->next) { in transform_dynamic_indexing() 191 transform_shader = svga_search_shader_token_key(shader->next, &key); in transform_dynamic_indexing() 341 gs->base.next = NULL; in emulate_point_sprite() 347 gs->base.next = orig_gs->base.next; in emulate_point_sprite() [all...] |
/third_party/node/src/crypto/ |
H A D | crypto_bio.cc | 252 // read in the next buffer. in TryMoveReadHead() 308 Buffer* next = cur->next_; in FreeEmpty() local 310 cur = next; in FreeEmpty() 345 // Move to next buffer in IndexOf() 383 // Go to next buffer if there still are some bytes to write in Write() 389 // Additionally, since we're moved to the next buffer, read head in Write() 420 // Additionally, since we're moved to the next buffer, read head in Commit() 430 // If write head is full, next buffer is either read head or not empty. in TryAllocateForWrite() 445 Buffer* next = new Buffer(env_, len); in TryAllocateForWrite() local 448 next in TryAllocateForWrite() 483 Buffer* next = current->next_; ~NodeBIO() local [all...] |
/third_party/musl/porting/linux/user/src/aio/ |
H A D | aio.c | 53 struct aio_thread *next, *prev; member 180 if (at->next) at->next->prev = at->prev; in cleanup() 181 if (at->prev) at->prev->next = at->next; in cleanup() 182 else q->head = at->next; in cleanup() 233 if ((at.next = q->head)) at.next->prev = &at; in io_thread_func() 248 for (p=at.next; p && p->op!=LIO_WRITE; p=p->next); in io_thread_func() [all...] |
/third_party/musl/porting/liteos_a/user/src/aio/ |
H A D | aio.c | 54 struct aio_thread *next, *prev; member 180 if (at->next) at->next->prev = at->prev; in cleanup() 181 if (at->prev) at->prev->next = at->next; in cleanup() 182 else q->head = at->next; in cleanup() 231 if ((at.next = q->head)) at.next->prev = &at; in io_thread_func() 246 for (p=at.next; p && p->op!=LIO_WRITE; p=p->next); in io_thread_func() [all...] |
/third_party/musl/src/aio/ |
H A D | aio.c | 54 struct aio_thread *next, *prev; member 187 if (at->next) at->next->prev = at->prev; in cleanup() 188 if (at->prev) at->prev->next = at->next; in cleanup() 189 else q->head = at->next; in cleanup() 240 if ((at.next = q->head)) at.next->prev = &at; in io_thread_func() 255 for (p=at.next; p && p->op!=LIO_WRITE; p=p->next); in io_thread_func() [all...] |
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.cc | 198 for (AstConsString::Segment* current = segment_.next; current != nullptr; in Allocate() 199 current = current->next) { in Allocate() 218 if (!segment_.next) { in AllocateFlat() 225 current = current->next) { in AllocateFlat() 240 current = current->next) { in AllocateFlat() 259 current = current->next) { in AllocateFlat() 287 for (AstConsString::Segment* current = segment_.next; current != nullptr; in ToRawStrings() 288 current = current->next) { in ToRawStrings() 375 AstRawString* next = current->next(); in Internalize() local [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | free-list.cc | 39 set_top(node.next()); in PickNodeFromList() 49 cur_node = cur_node.next()) { in SearchForNodeInList() 56 set_top(cur_node.next()); in SearchForNodeInList() 64 prev_non_evac_node.set_next(cur_node.next()); in SearchForNodeInList() 100 n = n.next(); in RepairFreeList() 479 categories_[type] = category->next(); in RemoveCategory() 482 category->prev()->set_next(category->next()); in RemoveCategory() 484 if (category->next() != nullptr) { in RemoveCategory() 485 category->next()->set_prev(category->prev()); in RemoveCategory() 515 cur = cur.next(); in SumFreeList() [all...] |