/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas/ |
H A D | if_sdio.c | 104 struct if_sdio_packet *next; member 409 card->packets = packet->next; in if_sdio_host_to_card_worker() 937 packet->next = NULL; in if_sdio_host_to_card() 956 while (cur->next) in if_sdio_host_to_card() 957 cur = cur->next; in if_sdio_host_to_card() 958 cur->next = packet; in if_sdio_host_to_card() 1240 card->packets = card->packets->next; in if_sdio_probe() 1284 card->packets = card->packets->next; in if_sdio_remove()
|
/kernel/linux/linux-5.10/mm/ |
H A D | backing-dev.c | 489 * memcg_cgwb_list and blkcg_cgwb_list's next pointers indicate in cgwb_create() 496 blkcg_cgwb_list->next && memcg_cgwb_list->next) { in cgwb_create() 654 struct bdi_writeback *wb, *next; in wb_memcg_offline() local 657 list_for_each_entry_safe(wb, next, memcg_cgwb_list, memcg_node) in wb_memcg_offline() 659 memcg_cgwb_list->next = NULL; /* prevent new wb's */ in wb_memcg_offline() 671 struct bdi_writeback *wb, *next; in wb_blkcg_offline() local 674 list_for_each_entry_safe(wb, next, &blkcg->cgwb_list, blkcg_node) in wb_blkcg_offline() 676 blkcg->cgwb_list.next = NULL; /* prevent new wb's */ in wb_blkcg_offline() 965 * next writ [all...] |
/kernel/linux/linux-5.10/fs/ubifs/ |
H A D | replay.c | 65 * @list: next bud in the list 517 struct ubifs_bud *next; in is_last_bud() local 537 * journal code switched the next bud (from A to B), it first added a in is_last_bud() 551 next = list_entry(bud->list.next, struct ubifs_bud, list); in is_last_bud() 552 if (!list_is_last(&next->list, &jh->buds_list)) in is_last_bud() 555 err = ubifs_leb_read(c, next->lnum, (char *)&data, next->start, 4, 1); in is_last_bud() 872 b = list_entry(c->replay_buds.next, struct bud_entry, list); in destroy_bud_list() 1010 snod = list_entry(sleb->nodes.next, struc in replay_log_leb() [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | dmaengine.h | 115 * chunk and before first src/dst address for next chunk. 119 * chunk and before the first dst address for next chunk. 122 * chunk and before the first src address for next chunk. 594 * @next: at completion submit this descriptor 595 * @parent: pointer to the next level up in the dependency chain 596 * @lock: protect the parent and next pointers 612 struct dma_async_tx_descriptor *next; member 660 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *next) in txd_chain() argument 688 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *next) in txd_chain() argument 690 txd->next in txd_chain() [all...] |
/kernel/linux/linux-5.10/fs/nfs/ |
H A D | direct.c | 301 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_direct_read_completion() 322 req = nfs_list_entry(head->next); in nfs_read_sync_pgio_error() 609 req = nfs_list_entry(failed.next); in nfs_direct_write_reschedule() 638 req = nfs_list_entry(data->pages.next); in nfs_direct_commit_complete() 704 req = nfs_list_entry(reqs.next); in nfs_direct_write_clear_reqs() 740 struct nfs_page *req = nfs_list_entry(hdr->pages.next); in nfs_direct_write_completion() 761 req = nfs_list_entry(hdr->pages.next); in nfs_direct_write_completion() 787 req = nfs_list_entry(head->next); in nfs_write_sync_pgio_error()
|
/kernel/linux/linux-6.6/fs/ubifs/ |
H A D | replay.c | 65 * @list: next bud in the list 517 struct ubifs_bud *next; in is_last_bud() local 537 * journal code switched the next bud (from A to B), it first added a in is_last_bud() 551 next = list_entry(bud->list.next, struct ubifs_bud, list); in is_last_bud() 552 if (!list_is_last(&next->list, &jh->buds_list)) in is_last_bud() 555 err = ubifs_leb_read(c, next->lnum, (char *)&data, next->start, 4, 1); in is_last_bud() 872 b = list_entry(c->replay_buds.next, struct bud_entry, list); in destroy_bud_list() 1010 snod = list_entry(sleb->nodes.next, struc in replay_log_leb() [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmaengine.h | 115 * chunk and before first src/dst address for next chunk. 119 * chunk and before the first dst address for next chunk. 122 * chunk and before the first src address for next chunk. 598 * @next: at completion submit this descriptor 599 * @parent: pointer to the next level up in the dependency chain 600 * @lock: protect the parent and next pointers 616 struct dma_async_tx_descriptor *next; member 664 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *next) in txd_chain() argument 692 static inline void txd_chain(struct dma_async_tx_descriptor *txd, struct dma_async_tx_descriptor *next) in txd_chain() argument 694 txd->next in txd_chain() [all...] |
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | ssh_request_layer.c | 245 /* Get and prepare next request for transmit. */ in ssh_rtl_tx_try_process_one() 827 ktime_t next = KTIME_MAX; in ssh_rtl_timeout_reap() local 844 * Check if the timeout hasn't expired yet. Find out next in ssh_rtl_timeout_reap() 848 next = ktime_before(expires, next) ? expires : next; in ssh_rtl_timeout_reap() 891 next = max(next, ktime_add(now, SSH_RTL_REQUEST_TIMEOUT_RESOLUTION)); in ssh_rtl_timeout_reap() 892 if (next != KTIME_MAX) in ssh_rtl_timeout_reap() 893 ssh_rtl_timeout_reaper_mod(rtl, now, next); in ssh_rtl_timeout_reap() [all...] |
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | altera-msgdma.c | 233 struct msgdma_sw_desc *child, *next; in msgdma_free_descriptor() local 237 list_for_each_entry_safe(child, next, &desc->tx_list, node) { in msgdma_free_descriptor() 251 struct msgdma_sw_desc *desc, *next; in msgdma_free_desc_list() local 253 list_for_each_entry_safe(desc, next, list, node) in msgdma_free_desc_list() 443 /* Fetch the next scatterlist entry */ in msgdma_prep_slave_sg() 537 struct msgdma_sw_desc *sdesc, *next; in msgdma_copy_desc_to_fifo() local 541 list_for_each_entry_safe(sdesc, next, &desc->tx_list, node) in msgdma_copy_desc_to_fifo() 585 struct msgdma_sw_desc *desc, *next; in msgdma_chan_desc_cleanup() local 587 list_for_each_entry_safe(desc, next, &mdev->done_list, node) { in msgdma_chan_desc_cleanup() 736 /* Start next transfe in msgdma_irq_handler() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvp514x.c | 357 const struct tvp514x_reg *next = reglist; in tvp514x_write_regs() local 359 for (; next->token != TOK_TERM; next++) { in tvp514x_write_regs() 360 if (next->token == TOK_DELAY) { in tvp514x_write_regs() 361 msleep(next->val); in tvp514x_write_regs() 365 if (next->token == TOK_SKIP) in tvp514x_write_regs() 368 err = tvp514x_write_reg(sd, next->reg, (u8) next->val); in tvp514x_write_regs()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | algapi.c | 212 * NULL ->cra_users.next, since ->cra_users isn't in crypto_remove_spawns() 217 if (spawns->next == NULL) in crypto_remove_spawns() 670 struct crypto_spawn *next; in crypto_register_instance() local 675 next = spawn->next; in crypto_register_instance() 683 spawn = next; in crypto_register_instance() 747 spawn->next = inst->spawns; in crypto_grab_spawn() 995 queue->backlog = queue->backlog->next; in crypto_dequeue_request() 997 request = queue->list.next; in crypto_dequeue_request()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | gk104.c | 200 } prev, next, *chan; member 210 status->next.tsg = !!(stat & 0x10000000); in gk104_engn_status() 211 status->next.id = (stat & 0x0fff0000) >> 16; in gk104_engn_status() 222 status->chan = &status->next; in gk104_engn_status() 227 status->chan = &status->next; in gk104_engn_status() 240 status->next.tsg ? "tsg" : "ch", status->next.id, in gk104_engn_status() 241 status->chan == &status->next ? "*" : " "); in gk104_engn_status()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | srcline.c | 969 struct rb_node *next = rb_first_cached(tree); in srcline__tree_delete() local 971 while (next) { in srcline__tree_delete() 972 pos = rb_entry(next, struct srcline_node, rb_node); in srcline__tree_delete() 973 next = rb_next(&pos->rb_node); in srcline__tree_delete() 1053 struct rb_node *next = rb_first_cached(tree); in inlines__tree_delete() local 1055 while (next) { in inlines__tree_delete() 1056 pos = rb_entry(next, struct inline_node, rb_node); in inlines__tree_delete() 1057 next = rb_next(&pos->rb_node); in inlines__tree_delete()
|
/kernel/linux/linux-6.6/mm/ |
H A D | backing-dev.c | 629 * memcg_cgwb_list and blkcg_cgwb_list's next pointers indicate in cgwb_create() 636 blkcg_cgwb_list->next && memcg_cgwb_list->next) { in cgwb_create() 806 * it can be postponed until the next time, when all io in cleanup_offline_cgwbs_workfn() 840 struct bdi_writeback *wb, *next; in wb_memcg_offline() local 843 list_for_each_entry_safe(wb, next, memcg_cgwb_list, memcg_node) in wb_memcg_offline() 845 memcg_cgwb_list->next = NULL; /* prevent new wb's */ in wb_memcg_offline() 859 struct bdi_writeback *wb, *next; in wb_blkcg_offline() local 863 list_for_each_entry_safe(wb, next, list, blkcg_node) in wb_blkcg_offline() 865 list->next in wb_blkcg_offline() [all...] |
/kernel/linux/linux-6.6/mm/damon/ |
H A D | dbgfs.c | 462 struct damon_target *t, *next; in dbgfs_set_targets() local 464 damon_for_each_target_safe(t, next, ctx) { in dbgfs_set_targets() 473 damon_for_each_target_safe(t, next, ctx) in dbgfs_set_targets() 633 struct damon_region *r, *next; in set_init_regions() local 640 damon_for_each_region_safe(r, next, t) in set_init_regions() 659 damon_for_each_region_safe(r, next, t) in set_init_regions() 772 struct damon_target *t, *next; in dbgfs_before_terminate() local 778 damon_for_each_target_safe(t, next, ctx) { in dbgfs_before_terminate()
|
/test/xts/acts/kernel_lite/mem_posix/src/ |
H A D | MmapApiTest.cpp | 653 void *next = mmap((void *)after, len, PROT_READ | PROT_WRITE, MAP_ANON | MAP_SHARED, -1, 0); in HWTEST_F() local 654 LOG("next = %p, next + len = %p", next, (char *)next + len); in HWTEST_F() 655 EXPECT_TRUE(next != MAP_FAILED) << "mem != MAP_FAILED"; in HWTEST_F() 658 if (next == addr[i]) { in HWTEST_F() 663 addr[2] = next; in HWTEST_F() 682 if (next != MAP_FAILED) { in HWTEST_F() 683 EXPECT_TRUE(munmap(next, le in HWTEST_F() [all...] |
/third_party/elfutils/libelf/ |
H A D | elf32_updatefile.c | 94 while ((list = list->next) != NULL); in sort_sections() 306 goto next; in __elfw2() 409 dl = dl->next; in __elfw2() 426 next: in __elfw2() 705 goto next; in __elfw2() 710 goto next; in __elfw2() 791 dl = dl->next; in __elfw2() 810 next: in __elfw2()
|
/third_party/alsa-lib/src/topology/ |
H A D | dapm.c | 338 snd_config_iterator_t i, next; in tplg_parse_routes() local 344 snd_config_for_each(i, next, cfg) { in tplg_parse_routes() 370 snd_config_iterator_t i, next; in tplg_parse_dapm_graph() local 383 snd_config_for_each(i, next, cfg) { in tplg_parse_dapm_graph() 515 snd_config_iterator_t i, next; in tplg_parse_dapm_widget() local 530 snd_config_for_each(i, next, cfg) { in tplg_parse_dapm_widget() 896 next: in tplg_decode_dapm_widget() 1031 goto next; in tplg_decode_dapm_widget()
|
/third_party/alsa-lib/src/ucm/ |
H A D | ucm_subs.c | 209 lookup_iter_fcn_t next; member 272 for (curr = iter->first(uc_mgr, iter); curr; curr = iter->next(uc_mgr, iter)) { in rval_lookup_main() 351 .next = rval_card_lookup_next, in rval_card_lookup() 365 next: in rval_pcm_lookup1() 373 goto next; in rval_pcm_lookup1() 431 iter->next = rval_pcm_lookup_next; in rval_pcm_lookup_init() 846 snd_config_iterator_t i, next; in uc_mgr_substitute_tree() local 892 snd_config_for_each(i, next, node) { in uc_mgr_substitute_tree()
|
/third_party/curl/lib/ |
H A D | cf-h1-proxy.c | 267 nwritten = cf->next->cft->do_send(cf->next, data, buf, blen, &result); in send_CONNECT() 931 result = Curl_conn_cf_connect(cf->next, data, FALSE, &done); in H1_CONNECT() 949 /* a non-2xx response and we have no next url to try. */ in H1_CONNECT() 982 result = cf->next->cft->do_connect(cf->next, data, blocking, done); in cf_h1_proxy_connect() 1059 if(cf->next) in cf_h1_proxy_close() 1060 cf->next->cft->do_close(cf->next, data); in cf_h1_proxy_close()
|
H A D | content_encoding.c | 223 result = Curl_cwriter_write(data, writer->next, type, decomp, in inflate_stream() 271 at the next call, assume output has already started. */ in inflate_stream() 304 return Curl_cwriter_write(data, writer->next, type, buf, nbytes); in deflate_do_write() 461 return Curl_cwriter_write(data, writer->next, type, buf, nbytes); in gzip_do_write() 477 /* This next mess is to get around the potential case where there isn't in gzip_do_write() 479 * malloc a block and copy what we have then wait for the next call. If in gzip_do_write() 481 * make the block bigger, copy the next part in and keep waiting. in gzip_do_write() 575 /* We don't have any data to inflate; wait until next time */ in gzip_do_write() 673 return Curl_cwriter_write(data, writer->next, type, buf, nbytes); in brotli_do_write() 688 result = Curl_cwriter_write(data, writer->next, typ in brotli_do_write() [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/ |
H A D | UnicodeMap.java | 373 lastIndex = baseIndex; // store for next time in _put() 494 for (UnicodeSetIterator it = new UnicodeSetIterator(filter); it.next();) { in putAllFiltered() 686 for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { in composeWith() 730 T value = it.next(); in toString() 943 Object item = it.next(); in toString() 961 * @see java.util.Iterator#next() 963 public Entry<String, T> next() { in next() method in UnicodeMap.IteratorX 964 String key = iterator.next(); in next() 1017 public EntryRange<T> next() { in next() method in UnicodeMap.EntryRanges 1018 // a range may be null, but then the next on in next() [all...] |
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/ |
H A D | UnicodeMap.java | 370 lastIndex = baseIndex; // store for next time in _put() 491 for (UnicodeSetIterator it = new UnicodeSetIterator(filter); it.next();) { in putAllFiltered() 683 for (UnicodeSetIterator it = new UnicodeSetIterator(set); it.next();) { in composeWith() 727 T value = it.next(); in toString() 940 Object item = it.next(); in toString() 958 * @see java.util.Iterator#next() 960 public Entry<String, T> next() { in next() method in UnicodeMap.IteratorX 961 String key = iterator.next(); in next() 1014 public EntryRange<T> next() { in next() method in UnicodeMap.EntryRanges 1015 // a range may be null, but then the next on in next() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | uniset_props.cpp | 324 c = chars.next(opts, literal, ec); in applyPattern() 336 c = chars.next(opts, literal, ec); in applyPattern() 342 c = chars.next(opts, literal, ec); in applyPattern() 479 c = chars.next(opts, literal, ec); in applyPattern() 518 c = chars.next(opts, literal, ec); in applyPattern() 549 c = chars.next(opts, literal, ec); in applyPattern() 1006 UChar32 c = chars.next(iterOpts, literal, ec); in resemblesPropertyPattern() 1008 UChar32 d = chars.next(iterOpts & ~RuleCharacterIterator::SKIP_WHITESPACE, in resemblesPropertyPattern()
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_from_ssa.c | 11 * The above copyright notice and this permission notice (including the next 205 struct exec_node *next = bn->next; in merge_merge_sets() local 209 bn = next; in merge_merge_sets() 211 an = an->next; in merge_merge_sets() 248 bn = bn->next; in merge_sets_interfere() 251 an = an->next; in merge_sets_interfere() 258 an = an->next; in merge_sets_interfere() 261 bn = bn->next; in merge_sets_interfere() 779 /* The next bi in resolve_parallel_copy() [all...] |