Home
last modified time | relevance | path

Searched refs:next (Results 2001 - 2025 of 12876) sorted by relevance

1...<<81828384858687888990>>...516

/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dswitch_to.h21 * Beware that resume now expects *next to be in d1 and the offset of
28 * pass prev in a0, next in a1
31 #define switch_to(prev,next,last) do { \
33 register void *_next __asm__ ("a1") = (next); \
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dspinlock_types.h16 u16 next; member
20 u16 next;
/third_party/typescript/tests/baselines/reference/
H A Dfor-of17.js3 next() {
19 next() {
H A Dfor-of18.js3 next() {
19 next() {
H A DiteratorSpreadInArray6.js3 next() {
20 next() {
H A DiteratorSpreadInArray7.js3 next() {
20 next() {
H A DiteratorSpreadInCall.js4 next() {
21 next() {
H A DiteratorSpreadInCall10.js4 next() {
21 next() {
H A DiteratorSpreadInCall11.js4 next() {
21 next() {
H A DiteratorSpreadInCall2.js4 next() {
21 next() {
H A DiteratorSpreadInCall3.js4 next() {
21 next() {
H A DiteratorSpreadInCall4.js4 next() {
21 next() {
/third_party/skia/docs/examples/
H A DPath_Iter_Iter.cpp9 SkDebugf("iter is " "%s" "done\n", SkPath::kDone_Verb == iter.next(points) ? "" : "not "); in REG_FIDDLE()
12 SkDebugf("iter is " "%s" "done\n", SkPath::kDone_Verb == iter.next(points) ? "" : "not "); in REG_FIDDLE()
/kernel/linux/linux-6.6/tools/net/ynl/generated/
H A Dethtool-user.c1638 struct ethtool_strset_get_list *next = rsp; in ethtool_strset_get_list_free() local
1640 while ((void *)next != YNL_LIST_END) { in ethtool_strset_get_list_free()
1641 rsp = next; in ethtool_strset_get_list_free()
1642 next = rsp->next; in ethtool_strset_get_list_free()
1786 struct ethtool_linkinfo_get_list *next = rsp; in ethtool_linkinfo_get_list_free() local
1788 while ((void *)next != YNL_LIST_END) { in ethtool_linkinfo_get_list_free()
1789 rsp = next; in ethtool_linkinfo_get_list_free()
1790 next = rsp->next; in ethtool_linkinfo_get_list_free()
2004 struct ethtool_linkmodes_get_list *next = rsp; ethtool_linkmodes_get_list_free() local
2211 struct ethtool_linkstate_get_list *next = rsp; ethtool_linkstate_get_list_free() local
2339 struct ethtool_debug_get_list *next = rsp; ethtool_debug_get_list_free() local
2516 struct ethtool_wol_get_list *next = rsp; ethtool_wol_get_list_free() local
2716 struct ethtool_features_get_list *next = rsp; ethtool_features_get_list_free() local
2985 struct ethtool_privflags_get_list *next = rsp; ethtool_privflags_get_list_free() local
3217 struct ethtool_rings_get_list *next = rsp; ethtool_rings_get_list_free() local
3438 struct ethtool_channels_get_list *next = rsp; ethtool_channels_get_list_free() local
3741 struct ethtool_coalesce_get_list *next = rsp; ethtool_coalesce_get_list_free() local
3977 struct ethtool_pause_get_list *next = rsp; ethtool_pause_get_list_free() local
4181 struct ethtool_eee_get_list *next = rsp; ethtool_eee_get_list_free() local
4384 struct ethtool_tsinfo_get_list *next = rsp; ethtool_tsinfo_get_list_free() local
4572 struct ethtool_tunnel_info_get_list *next = rsp; ethtool_tunnel_info_get_list_free() local
4721 struct ethtool_fec_get_list *next = rsp; ethtool_fec_get_list_free() local
4925 struct ethtool_module_eeprom_get_list *next = rsp; ethtool_module_eeprom_get_list_free() local
5051 struct ethtool_phc_vclocks_get_list *next = rsp; ethtool_phc_vclocks_get_list_free() local
5179 struct ethtool_module_get_list *next = rsp; ethtool_module_get_list_free() local
5349 struct ethtool_pse_get_list *next = rsp; ethtool_pse_get_list_free() local
5530 struct ethtool_rss_get_list *next = rsp; ethtool_rss_get_list_free() local
5689 struct ethtool_plca_get_cfg_list *next = rsp; ethtool_plca_get_cfg_list_free() local
5899 struct ethtool_plca_get_status_list *next = rsp; ethtool_plca_get_status_list_free() local
6067 struct ethtool_mm_get_list *next = rsp; ethtool_mm_get_list_free() local
[all...]
/kernel/linux/linux-5.10/drivers/usb/host/
H A Duhci-q.c198 ntd = list_entry(td->fl_list.next, in uhci_remove_td_from_frame_list()
334 if (qh->queue.next != &urbp->node) { in uhci_cleanup_queue()
358 /* Save the next toggle value */ in uhci_cleanup_queue()
360 td = list_entry(urbp->td_list.next, struct uhci_td, list); in uhci_cleanup_queue()
383 urbp = list_entry(qh->queue.next, struct urb_priv, node); in uhci_fixup_toggles()
398 td = list_entry(urbp->td_list.next, struct uhci_td, list); in uhci_fixup_toggles()
415 pipe = list_entry(qh->queue.next, struct urb_priv, node)->urb->pipe; in uhci_fixup_toggles()
487 struct urb_priv *urbp = list_entry(qh->queue.next, in uhci_activate_qh()
489 struct uhci_td *td = list_entry(urbp->td_list.next, in uhci_activate_qh()
506 uhci->next_qh = list_entry(qh->node.next, struc in uhci_activate_qh()
1259 unsigned frame, next; uhci_submit_isochronous() local
1323 next); uhci_submit_isochronous() local
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Duhci-q.c198 ntd = list_entry(td->fl_list.next, in uhci_remove_td_from_frame_list()
334 if (qh->queue.next != &urbp->node) { in uhci_cleanup_queue()
358 /* Save the next toggle value */ in uhci_cleanup_queue()
360 td = list_entry(urbp->td_list.next, struct uhci_td, list); in uhci_cleanup_queue()
383 urbp = list_entry(qh->queue.next, struct urb_priv, node); in uhci_fixup_toggles()
398 td = list_entry(urbp->td_list.next, struct uhci_td, list); in uhci_fixup_toggles()
415 pipe = list_entry(qh->queue.next, struct urb_priv, node)->urb->pipe; in uhci_fixup_toggles()
487 struct urb_priv *urbp = list_entry(qh->queue.next, in uhci_activate_qh()
489 struct uhci_td *td = list_entry(urbp->td_list.next, in uhci_activate_qh()
506 uhci->next_qh = list_entry(qh->node.next, struc in uhci_activate_qh()
1259 unsigned frame, next; uhci_submit_isochronous() local
1323 next); uhci_submit_isochronous() local
[all...]
/base/powermgr/thermal_manager/application/protector/src/policy/
H A Dthermal_kernel_config_file.cpp58 for (auto node = rootNode->children; node; node = node->next) { in ParseThermalKernelXML()
86 cur = cur->next; in ParserBaseNode()
126 cur = cur->next; in ParseControlNode()
139 for (auto subNode = cur->children; subNode; subNode = subNode->next) { in ParseSubNode()
164 for (auto subActionNode = subNode->children; subActionNode; subActionNode = subActionNode->next) { in ParseSubNode()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/config/
H A Daudio_tone_parser.cpp65 currNode = currNode->next; in LoadConfig()
82 sNode = sNode->next; in ParseToneInfoAttribute()
118 sNode = sNode->next; in ParseToneInfoAttribute()
127 currNode = currNode->next; in ParseToneInfo()
144 currNode = currNode->next; in ParseToneInfo()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/
H A Dtest_common.cpp33 uint32_t TestRend::next(uint32_t seed) in next() function in TestRend
40 a = next(seed); in init()
42 a = next(a); in init()
44 b = next(a); in init()
46 b = next(b); in init()
/foundation/resourceschedule/qos_manager/common/src/
H A Dconfig_reader.cpp63 for (; currNodePtr; currNodePtr = currNodePtr->next) { in FillinUidInfo()
85 for (; currNodePtr; currNodePtr = currNodePtr->next) { in FillinBundleNameInfo()
103 for (; currNodePtr; currNodePtr = currNodePtr->next) { in ParseAuth()
127 for (; currNodePtr; currNodePtr = currNodePtr->next) { in ParsePowerMode()
180 for (; currNodePtr; currNodePtr = currNodePtr->next) { in LoadFromConfigFile()
/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dconfig_reader.cpp43 for (; attrs; attrs = attrs->next) { in ParseProperties()
63 for (; currNodePtr; currNodePtr = currNodePtr->next) { in ParseSubItem()
84 for (; currNodePtr; currNodePtr = currNodePtr->next) { in ParseItem()
99 for (; currNodePtr; currNodePtr = currNodePtr->next) { in ParseConfig()
148 for (; currNodePtr; currNodePtr = currNodePtr->next) { in LoadFromConfigContent()
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dacobject.h54 * next natural alignment boundary (for both 32/64 cases)
129 union acpi_operand_object *next; /* Link for list of acquired mutexes */ member
138 union acpi_operand_object *next; member
199 /* The next two fields take advantage of the 3-byte space before NOTIFY_INFO */
278 union acpi_operand_object *next[2]; /* Device and System handler lists */ member
290 union acpi_operand_object *next; member
359 ACPI_OBJECT_COMMON_HEADER union acpi_operand_object *next; /* Link for object cache and internal lists */ member
/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dptrace_h.c26 /* calculate next pc */
39 len: instruction length (<0 next table index)
241 unsigned short *next; in user_enable_single_step() local
243 next = nextpc(child, (unsigned short *)h8300_get_reg(child, PT_PC)); in user_enable_single_step()
244 child->thread.breakinfo.addr = next; in user_enable_single_step()
245 child->thread.breakinfo.inst = *next; in user_enable_single_step()
246 *next = BREAKINST; in user_enable_single_step()
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dvma_map.c26 struct vma_to_fileoffset_map *next = map->next; in vma_map_free() local
28 map = next; in vma_map_free()
46 for (; map; map = map->next) { in vma_map_lookup()
77 new->next = map; in vma_map_add()
/kernel/linux/linux-5.10/block/
H A Dblk-rq-qos.h31 struct rq_qos *next; member
65 for (rqos = q->rq_qos; rqos; rqos = rqos->next) { in rq_qos_id()
113 rqos->next = q->rq_qos; in rq_qos_add()
134 for (cur = &q->rq_qos; *cur; cur = &(*cur)->next) { in rq_qos_del()
136 *cur = rqos->next; in rq_qos_del()

Completed in 16 milliseconds

1...<<81828384858687888990>>...516