/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/ |
H A D | debug_layer_test.h | 29 __eglMustCastToProperFunctionPointerType next);
|
/kernel/linux/linux-5.10/include/linux/raid/ |
H A D | xor.h | 11 struct xor_block_template *next; member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | msg.h | 13 struct msg_msgseg *next; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | msg.h | 13 struct msg_msgseg *next; member
|
/foundation/resourceschedule/resource_schedule_service/ressched_executor/plugins/socperf_executor_plugin/framework/src/ |
H A D | socperf_executor_config.cpp | 147 for (; child; child = child->next) { in ParseResourceXmlFile() 164 for (; grandson; grandson = grandson->next) { in LoadResource() 224 for (; greatGrandson; greatGrandson = greatGrandson->next) { in LoadFreqResourceContent() 265 for (; grandson; grandson = grandson->next) { in LoadGovResource() 322 for (; greatGrandson; greatGrandson = greatGrandson->next) { in TraversalGovResource()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
H A D | ap_config_use.cpp | 294 for (xmlNodePtr node = policyNodeList->children; node != nullptr; node = node->next) { in ParseCountryPolicyList() 300 for (xmlNodePtr item = node->children; item != nullptr; item = item->next) { in ParseCountryPolicyList() 340 for (xmlNodePtr node = innode->children; node != nullptr; node = node->next) { in GotoCountryPolicy() 373 for (xmlNodePtr item = policyNode->children; item != nullptr; item = item->next) { in ParsePreferredChannelsList() 405 for (xmlNodePtr node = innode->children; node != nullptr; node = node->next) { in GotoSoftapSupportChannels()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | suni.c | 63 for (walk = sunis; walk; walk = walk->next) { in suni_hz() 315 PRIV(dev)->next = sunis; in suni_start() 333 (unsigned long) poll_timer.list.next); in suni_start() 349 walk = &PRIV((*walk)->dev)->next); in suni_stop() 350 *walk = PRIV((*walk)->dev)->next; in suni_stop()
|
/kernel/linux/linux-5.10/drivers/base/ |
H A D | devtmpfs.c | 39 struct req *next; member 105 req->next = requests; in devtmpfs_submit_req() 398 struct req *next = req->next; in devtmpfs_work_loop() local 402 req = next; in devtmpfs_work_loop()
|
/kernel/linux/linux-5.10/arch/m68k/mac/ |
H A D | iop.c | 414 msg = msg->next; in iop_handle_send() 462 * channel is idle we force an immediate send of the next message in the 479 msg->next = NULL; in iop_send_message() 491 while (q->next) q = q->next; in iop_send_message() 492 q->next = msg; in iop_send_message()
|
/kernel/linux/linux-5.10/arch/loongarch/mm/ |
H A D | init.c | 260 unsigned long next; in arch_vmemmap_populate_hugepages() local 266 for (addr = start; addr < end; addr = next) { in arch_vmemmap_populate_hugepages() 267 next = pmd_addr_end(addr, end); in arch_vmemmap_populate_hugepages() 294 arch_vmemmap_verify((pte_t *)pmd, node, addr, next); in arch_vmemmap_populate_hugepages() 297 if (arch_vmemmap_populate_basepages(addr, next, node)) in arch_vmemmap_populate_hugepages()
|
/kernel/linux/linux-5.10/arch/um/kernel/ |
H A D | time.c | 337 static void time_travel_update_time(unsigned long long next, bool idle) in time_travel_update_time() argument 346 __time_travel_add_event(&ne, next); in time_travel_update_time() 404 unsigned long long next = time_travel_time + duration; in time_travel_sleep() local 409 time_travel_update_time(next, true); in time_travel_sleep() 420 os_timer_one_shot(time_travel_timer_event.time - next); in time_travel_sleep() 623 * "what do I do next" and onstack event we use to know when in timer_read()
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | dswstate.c | 446 walk_state->next = thread->walk_state_list; in acpi_ds_push_walk_state() 478 thread->walk_state_list = walk_state->next; in acpi_ds_pop_walk_state() 703 walk_state->control_state = state->common.next; in acpi_ds_delete_walk_state() 712 walk_state->scope_info = state->common.next; in acpi_ds_delete_walk_state() 721 walk_state->results = state->common.next; in acpi_ds_delete_walk_state()
|
H A D | evregion.c | 383 *last_obj_ptr = obj_desc->region.next; in acpi_ev_detach_region() 384 obj_desc->region.next = NULL; /* Must clear field */ in acpi_ev_detach_region() 465 last_obj_ptr = &obj_desc->region.next; in acpi_ev_detach_region() 466 obj_desc = obj_desc->region.next; in acpi_ev_detach_region() 525 region_obj->region.next = handler_obj->address_space.region_list; in acpi_ev_attach_region()
|
/kernel/linux/linux-5.10/drivers/base/regmap/ |
H A D | regcache-rbtree.c | 215 struct rb_node *next; in regcache_rbtree_exit() local 225 next = rb_first(&rbtree_ctx->root); in regcache_rbtree_exit() 226 while (next) { in regcache_rbtree_exit() 227 rbtree_node = rb_entry(next, struct regcache_rbtree_node, node); in regcache_rbtree_exit() 228 next = rb_next(&rbtree_node->node); in regcache_rbtree_exit()
|
/kernel/linux/linux-5.10/drivers/bus/ |
H A D | brcmstb_gisb.c | 131 struct list_head next; member 281 list_for_each_entry(gdev, &brcmstb_gisb_arb_device_list, next) { in brcmstb_bus_error_handler() 370 list_for_each_entry(gdev, &brcmstb_gisb_arb_device_list, next) in dump_gisb_error() 418 INIT_LIST_HEAD(&gdev->next); in brcmstb_gisb_arb_probe() 484 list_add_tail(&gdev->next, &brcmstb_gisb_arb_device_list); in brcmstb_gisb_arb_probe()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb3/ |
H A D | l2t.c | 243 for (p = &d->l2tab[hash].first; *p; p = &(*p)->next) in alloc_l2e() 245 *p = e->next; in alloc_l2e() 280 * Update an L2T entry that was previously used for the same next hop as neigh. 334 for (e = d->l2tab[hash].first; e; e = e->next) in t3_l2t_get() 347 e->next = d->l2tab[hash].first; in t3_l2t_get() 409 for (e = d->l2tab[hash].first; e; e = e->next) in t3_l2t_update()
|
/kernel/linux/linux-6.6/arch/m68k/mac/ |
H A D | iop.c | 396 msg = msg->next; in iop_handle_send() 444 * channel is idle we force an immediate send of the next message in the 461 msg->next = NULL; in iop_send_message() 473 while (q->next) q = q->next; in iop_send_message() 474 q->next = msg; in iop_send_message()
|
/kernel/linux/linux-6.6/arch/arm64/kernel/ |
H A D | smp.c | 631 goto next; in of_parse_and_init_cpus() 636 goto next; in of_parse_and_init_cpus() 649 goto next; in of_parse_and_init_cpus() 665 goto next; in of_parse_and_init_cpus() 671 next: in of_parse_and_init_cpus()
|
/kernel/linux/linux-6.6/arch/um/kernel/ |
H A D | time.c | 395 static void time_travel_update_time(unsigned long long next, bool idle) in time_travel_update_time() argument 404 __time_travel_add_event(&ne, next); in time_travel_update_time() 487 unsigned long long next = S64_MAX; in time_travel_sleep() local 492 time_travel_update_time(next, true); in time_travel_sleep() 503 os_timer_one_shot(time_travel_timer_event.time - next); in time_travel_sleep() 742 * "what do I do next" and onstack event we use to know when in timer_read()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | vmmgf100.c | 38 if (map->ctag && !(map->next & (1ULL << 44))) { in gf100_vmm_pgt_pte() 45 base += map->next; in gf100_vmm_pgt_pte() 52 data += map->next; in gf100_vmm_pgt_pte() 254 map->next = (1 << page->shift) >> 8; in gf100_vmm_valid() 304 map->next |= 1ULL << 44; in gf100_vmm_valid()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_icm_pool.c | 313 struct mlx5dr_icm_chunk *chunk, *next; in dr_icm_bucket_cleanup() local 319 list_for_each_entry_safe(chunk, next, &bucket->free_list, chunk_list) in dr_icm_bucket_cleanup() 325 list_for_each_entry_safe(chunk, next, &bucket->used_list, chunk_list) in dr_icm_bucket_cleanup() 555 struct mlx5dr_icm_mr *icm_mr, *next; in mlx5dr_icm_pool_destroy() local 560 list_for_each_entry_safe(icm_mr, next, &pool->icm_mr_list, mr_list) in mlx5dr_icm_pool_destroy()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/i40iw/ |
H A D | i40iw.h | 438 * @next: next free id 444 u32 *next) in i40iw_alloc_resource() 450 resource_num = find_next_zero_bit(resource_array, max_resources, *next); in i40iw_alloc_resource() 459 *next = resource_num + 1; in i40iw_alloc_resource() 460 if (*next == max_resources) in i40iw_alloc_resource() 461 *next = 0; in i40iw_alloc_resource() 440 i40iw_alloc_resource(struct i40iw_device *iwdev, unsigned long *resource_array, u32 max_resources, u32 *req_resource_num, u32 *next) i40iw_alloc_resource() argument
|
/kernel/linux/linux-5.10/net/sctp/ |
H A D | bind_addr.c | 286 goto next; in sctp_raw_to_bind_addrs() 293 next: in sctp_raw_to_bind_addrs() 349 goto next; in sctp_bind_addrs_check() 354 next: in sctp_bind_addrs_check() 553 addr = list_entry(bp->address_list.next, in sctp_is_ep_boundall()
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | conf.c | 270 for (child = menu->list; child; child = child->next) { in conf_choice() 325 for (child = menu->list; child; child = child->next) { in conf_choice() 338 for (child = child->list; child; child = child->next) { in conf_choice() 408 for (child = menu->list; child; child = child->next) in conf() 454 for (child = menu->list; child; child = child->next) in check_conf()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 311 struct rb_node *nd = rb_first_cached(&hists->entries), *next; in hists__find_annotations() local 363 next = rb_next(nd); in hists__find_annotations() 366 next = rb_prev(nd); in hists__find_annotations() 372 if (next != NULL) in hists__find_annotations() 373 nd = next; in hists__find_annotations()
|