Home
last modified time | relevance | path

Searched refs:next (Results 4226 - 4250 of 13154) sorted by relevance

1...<<161162163164165166167168169170>>...527

/third_party/typescript/tests/baselines/reference/
H A DdeclaredExternalModule.js6 (res, req, next): void;
/kernel/linux/linux-5.10/net/sched/
H A Dcls_api.c603 tp_next = rcu_dereference_protected(tp->next, 1); in tcf_chain_flush()
614 tp_next = rcu_dereference_protected(tp->next, 1); in tcf_chain_flush()
965 * unlocked, which means next pointer could be invalid. Restart in __tcf_get_next_proto()
971 for (; tp; tp = tcf_chain_dereference(tp->next, chain)) in __tcf_get_next_proto()
975 tp = tcf_chain_dereference(tp->next, chain); in __tcf_get_next_proto()
1446 struct flow_block_cb *block_cb, *next; in tcf_block_bind() local
1468 list_for_each_entry_safe(block_cb, next, &bo->cb_list, list) { in tcf_block_bind()
1488 struct flow_block_cb *block_cb, *next; in tcf_block_unbind() local
1492 list_for_each_entry_safe(block_cb, next, &bo->cb_list, list) { in tcf_block_unbind()
1543 for (; tp; tp = rcu_dereference_bh(tp->next)) { in __tcf_classify()
1644 struct tcf_proto __rcu *next; global() member
1673 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); tcf_chain_tp_remove() local
1732 struct tcf_proto *next; tcf_chain_tp_delete_empty() local
[all...]
/kernel/linux/linux-5.10/fs/fuse/
H A Dfile.c388 struct fuse_writepage_args *next; member
1655 struct fuse_writepage_args *aux, *next; variable
1696 for (aux = wpa->next; aux; aux = next) {
1697 next = aux->next;
1698 aux->next = NULL;
1722 wpa = list_entry(fi->queued_writes.next,
1786 while (wpa->next) { in fuse_writepage_end()
1789 struct fuse_writepage_args *next in fuse_writepage_end() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/
H A Dqla_edif.c87 list_for_each_entry_safe(entry, tentry, indx_list, next) { in qla_edif_list_find_sa_index()
180 INIT_LIST_HEAD(&entry->next); in qla_edif_list_add_sa_update_index()
188 list_add_tail(&entry->next, &fcport->edif.edif_indx_list); in qla_edif_list_add_sa_update_index()
199 list_del(&entry->next); in qla_edif_list_delete_sa_index()
324 list_del(&sa_ctl->next); in qla_edif_free_sa_ctl()
456 list_for_each_entry_safe(entry, tmp, &ha->sadb_rx_index_list, next) { in qla2x00_release_all_sadb()
458 list_del(&entry->next); in qla2x00_release_all_sadb()
467 list_for_each_entry_safe(entry, tmp, &ha->sadb_tx_index_list, next) { in qla2x00_release_all_sadb()
469 list_del(&entry->next); in qla2x00_release_all_sadb()
1276 * when the next d in qla_edif_dbell_bsg()
[all...]
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
H A Ddaemon.c739 for (pos = daemon->connections_head; NULL != pos; pos = pos->next) in MHD_get_fdset2()
1225 * to receive an HTTP request from this socket next).
1735 struct MHD_Connection *next = NULL; in resume_suspended_connections() local
1743 next = daemon->suspended_connections_head; in resume_suspended_connections()
1745 while (NULL != (pos = next)) in resume_suspended_connections()
1747 next = pos->next; in resume_suspended_connections()
1866 * to receive an HTTP request from this socket next).
2175 struct MHD_Connection *next; in MHD_run_from_select() local
2202 next in MHD_run_from_select()
2359 struct MHD_Connection *next; MHD_poll_all() local
2640 struct MHD_Connection *next; MHD_epoll() local
[all...]
/third_party/vulkan-loader/loader/
H A Dwsi.c200 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_DestroySurfaceKHR()
628 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateWin32SurfaceKHR()
647 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateWin32SurfaceKHR()
747 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateWaylandSurfaceKHR()
766 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateWaylandSurfaceKHR()
869 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateXcbSurfaceKHR()
888 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateXcbSurfaceKHR()
994 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateXlibSurfaceKHR()
1013 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, i++) { in terminator_CreateXlibSurfaceKHR()
1119 for (struct loader_icd_term *icd_term = loader_inst->icd_terms; icd_term != NULL; icd_term = icd_term->next, in terminator_CreateDirectFBSurfaceEXT()
[all...]
/kernel/linux/linux-6.6/kernel/sched/
H A Dsched.h583 struct cfs_rq *prev, struct cfs_rq *next);
586 struct cfs_rq *prev, struct cfs_rq *next) { } in set_task_rq_fair()
669 struct sched_entity *next; member
774 int next; /* next highest */ member
822 u64 next; member
915 struct perf_domain *next; member
1055 struct balance_callback *next; member
1607 * %RQCF_REQ_SKIP - will request skipping of clock update on the next
1624 * one position though, because the next rq_unpin_loc
585 set_task_rq_fair(struct sched_entity *se, struct cfs_rq *prev, struct cfs_rq *next) set_task_rq_fair() argument
2045 struct sched_group *next; /* Must be a circular list */ global() member
2462 set_next_task(struct rq *rq, struct task_struct *next) set_next_task() argument
3677 switch_mm_cid(struct rq *rq, struct task_struct *prev, struct task_struct *next) switch_mm_cid() argument
3723 switch_mm_cid(struct rq *rq, struct task_struct *prev, struct task_struct *next) switch_mm_cid() argument
[all...]
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-pcm.c2143 goto next; in dpcm_be_dai_trigger()
2154 goto next; in dpcm_be_dai_trigger()
2158 goto next; in dpcm_be_dai_trigger()
2168 goto next; in dpcm_be_dai_trigger()
2175 goto next; in dpcm_be_dai_trigger()
2179 goto next; in dpcm_be_dai_trigger()
2184 goto next; in dpcm_be_dai_trigger()
2193 goto next; in dpcm_be_dai_trigger()
2200 goto next; in dpcm_be_dai_trigger()
2205 goto next; in dpcm_be_dai_trigger()
[all...]
/third_party/backends/backend/
H A Dmagicolor.c1755 for (dev = first_dev; dev; dev = dev->next) { in device_detect()
1821 dev->next = first_dev; in device_detect()
1838 struct snmp_ip*next; member
1889 ip = ip->next; in mc_network_discovery_handle()
1894 new_handled->next = magic->handled; in mc_network_discovery_handle()
1953 new_detected->next = magic->detected; in mc_network_discovery_handle()
2096 snmp_ip *tmp = magic.handled->next; in mc_network_discovery()
2101 snmp_ip *tmp = magic.detected->next; in mc_network_discovery()
2242 Magicolor_Device *dev, *next; in free_devices() local
2246 for (dev = first_dev; dev; dev = next) { in free_devices()
[all...]
/third_party/curl/lib/
H A Dmulti.c465 data->next = NULL; /* end of the line */ in link_easy()
468 last->next = data; in link_easy()
483 /* make the previous node point to our next */ in unlink_easy()
485 data->prev->next = data->next; in unlink_easy()
487 multi->easyp = data->next; /* point to first node */ in unlink_easy()
489 /* make our next point to our previous node */ in unlink_easy()
490 if(data->next) in unlink_easy()
491 data->next->prev = data->prev; in unlink_easy()
495 data->prev = data->next in unlink_easy()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java1091 trial = it.next(); in matchesAt()
1103 trial = it.next(); in matchesAt()
1340 // c is before start of next range in add_unchecked()
1877 // // Each case deliberately falls through to the next
2656 c = chars.next(opts); in applyPattern()
2668 c = chars.next(opts); in applyPattern()
2674 c = chars.next(opts); in applyPattern()
2800 c = chars.next(opts); in applyPattern()
2837 c = chars.next(opts); in applyPattern()
2885 c = chars.next(opt in applyPattern()
4394 public EntryRange next() { next() method in UnicodeSet.EntryRangeIterator
4462 public String next() { next() method in UnicodeSet.UnicodeSetIterator2
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeSet.java1029 trial = it.next(); in matchesAt()
1041 trial = it.next(); in matchesAt()
1272 // c is before start of next range in add_unchecked()
1787 // // Each case deliberately falls through to the next
2545 c = chars.next(opts); in applyPattern()
2557 c = chars.next(opts); in applyPattern()
2563 c = chars.next(opts); in applyPattern()
2689 c = chars.next(opts); in applyPattern()
2726 c = chars.next(opts); in applyPattern()
2774 c = chars.next(opt in applyPattern()
4253 public EntryRange next() { next() method in UnicodeSet.EntryRangeIterator
4320 public String next() { next() method in UnicodeSet.UnicodeSetIterator2
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp1633 DateTimeMatcher trial = it.next(); in getBestRaw()
1924 curElem = curElem->next.getAlias(); in getPatternForSkeleton()
1958 DateTimeMatcher current = it.next(); in getRedundants()
2041 prevElem->next.adoptInstead(curElem); in copyFrom()
2047 otherElem = otherElem->next.getAlias(); in copyFrom()
2127 while( curElem -> next != nullptr ) in add()
2129 curElem = curElem->next.getAlias(); in add()
2141 curElem->next.adoptInstead(newElem.orphan()); in add()
2142 curElem = curElem->next.getAlias(); in add()
2172 curElem = curElem->next in getPatternFromBasePattern()
2686 PatternMapIterator::next() { next() function in DateTimePatternGenerator::AppendItemNamesSink::PatternMapIterator
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp1625 DateTimeMatcher trial = it.next(); in getBestRaw()
1916 curElem = curElem->next.getAlias(); in getPatternForSkeleton()
1950 DateTimeMatcher current = it.next(); in getRedundants()
2033 prevElem->next.adoptInstead(curElem); in copyFrom()
2039 otherElem = otherElem->next.getAlias(); in copyFrom()
2119 while( curElem -> next != nullptr ) in add()
2121 curElem = curElem->next.getAlias(); in add()
2133 curElem->next.adoptInstead(newElem.orphan()); in add()
2134 curElem = curElem->next.getAlias(); in add()
2164 curElem = curElem->next in getPatternFromBasePattern()
2678 PatternMapIterator::next() { next() function in DateTimePatternGenerator::AppendItemNamesSink::PatternMapIterator
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen.cpp1553 DateTimeMatcher trial = it.next();
1837 curElem = curElem->next.getAlias();
1871 DateTimeMatcher current = it.next();
1954 prevElem->next.adoptInstead(curElem);
1960 otherElem = otherElem->next.getAlias();
2040 while( curElem -> next != nullptr )
2042 curElem = curElem->next.getAlias();
2054 curElem->next.adoptInstead(newElem.orphan());
2055 curElem = curElem->next.getAlias();
2085 curElem = curElem->next
[all...]
/third_party/python/Lib/test/
H A Dtest_exceptions.py854 self.assertEqual(next(g), KeyError)
856 self.assertEqual(next(g), KeyError)
858 self.assertEqual(next(g), None)
865 self.assertEqual(next(g), KeyError)
867 self.assertEqual(next(g), KeyError)
869 self.assertEqual(next(g), TypeError)
881 next(it)
883 next(it)
897 next(it)
922 tp = next(i
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/rsn_supp/
H A Dtdls.c97 struct wpa_tdls_peer *next; member
278 for (peer = sm->tdls; peer; peer = peer->next) { in wpa_tdls_tpk_send()
673 cur = cur->next; in wpa_tdls_peer_remove_from_list()
684 prev->next = peer->next; in wpa_tdls_peer_remove_from_list()
686 sm->tdls = peer->next; in wpa_tdls_peer_remove_from_list()
761 for (peer = sm->tdls; peer; peer = peer->next) { in wpa_tdls_send_teardown()
848 for (peer = sm->tdls; peer; peer = peer->next) { in wpa_tdls_teardown_link()
881 for (peer = sm->tdls; peer; peer = peer->next) { in wpa_tdls_disable_unreachable_link()
917 for (peer = sm->tdls; peer; peer = peer->next) { in wpa_tdls_get_link_status()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dscan.c59 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_wps_in_use()
107 ssid = ssid->next; in wpa_supplicant_enabled_networks()
136 ssid = ssid->next; in wpa_supplicant_assoc_try()
147 if (ssid->next) { in wpa_supplicant_assoc_try()
148 /* Continue from the next SSID on the next attempt. */ in wpa_supplicant_assoc_try()
349 for (count = 0, ssid = conf->ssid; ssid; ssid = ssid->next) { in wpa_supplicant_build_filter_ssids()
359 for (ssid = conf->ssid; ssid; ssid = ssid->next) { in wpa_supplicant_build_filter_ssids()
632 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in non_p2p_network_enabled()
910 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_supplicant_scan()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/rsn_supp/
H A Dtdls.c97 struct wpa_tdls_peer *next; member
290 for (peer = sm->tdls; peer; peer = peer->next) {
685 cur = cur->next;
696 prev->next = peer->next;
698 sm->tdls = peer->next;
777 for (peer = sm->tdls; peer; peer = peer->next) {
864 for (peer = sm->tdls; peer; peer = peer->next) {
897 for (peer = sm->tdls; peer; peer = peer->next) {
933 for (peer = sm->tdls; peer; peer = peer->next) {
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dscan.c72 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpas_wps_in_use()
147 ssid = ssid->next; in wpa_supplicant_enabled_networks()
176 ssid = ssid->next; in wpa_supplicant_assoc_try()
187 if (ssid->next) { in wpa_supplicant_assoc_try()
188 /* Continue from the next SSID on the next attempt. */ in wpa_supplicant_assoc_try()
397 for (count = 0, ssid = conf->ssid; ssid; ssid = ssid->next) { in wpa_supplicant_build_filter_ssids()
407 for (ssid = conf->ssid; ssid; ssid = ssid->next) { in wpa_supplicant_build_filter_ssids()
720 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in non_p2p_network_enabled()
1015 for (ssid = wpa_s->conf->ssid; ssid; ssid = ssid->next) { in wpa_supplicant_scan()
[all...]
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_subscribe_internal.h45 struct coap_subscription_t *next; /**< next element in linked list */ member
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_libmtp.cpp30 f = f->next; in LIBMTPFreeFilesAndFolders()
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dspinlock_types.h18 u16 next; member
/kernel/linux/linux-5.10/arch/sparc/include/asm/
H A Dcpudata_32.h25 int next; member
/kernel/linux/linux-5.10/drivers/net/appletalk/
H A Dipddp.h21 struct ipddp_route *next; member

Completed in 62 milliseconds

1...<<161162163164165166167168169170>>...527