Home
last modified time | relevance | path

Searched refs:next (Results 5251 - 5275 of 12684) sorted by relevance

1...<<211212213214215216217218219220>>...508

/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/
H A Dittnotify_bindings.rs1037 pub next: *mut ___itt_domain,
1102 unsafe { &(*(::std::ptr::null::<___itt_domain>())).next as *const _ as usize }, in bindgen_test_layout____itt_domain()
1108 stringify!(next) in bindgen_test_layout____itt_domain()
1220 pub next: *mut ___itt_string_handle,
1275 unsafe { &(*(::std::ptr::null::<___itt_string_handle>())).next as *const _ as usize }, in bindgen_test_layout____itt_string_handle()
1281 stringify!(next) in bindgen_test_layout____itt_string_handle()
1832 pub next: *mut ___itt_clock_domain,
1897 unsafe { &(*(::std::ptr::null::<___itt_clock_domain>())).next as *const _ as usize }, in bindgen_test_layout____itt_clock_domain()
1903 stringify!(next) in bindgen_test_layout____itt_clock_domain()
2397 pub next
[all...]
/kernel/linux/linux-5.10/drivers/dma/ppc4xx/
H A Dadma.c342 /* set 'next' pointer */ in ppc440spe_desc_init_dma01pq()
343 iter->hw_next = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pq()
447 iter = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pqzero_sum()
451 iter = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pqzero_sum()
477 /* set 'next' pointer */ in ppc440spe_desc_init_dma01pqzero_sum()
478 iter->hw_next = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pqzero_sum()
732 /* If previous next is overwritten something is wrong. in ppc440spe_desc_set_link()
1140 * that we'd be able to append the next lists to h/w in ppc440spe_chan_append()
1142 * appending of these next lists in ppc440spe_chan_append()
1453 slot = list_entry(slot->slot_node.next, in ppc440spe_adma_free_slots()
[all...]
/kernel/linux/linux-5.10/drivers/infiniband/hw/cxgb4/
H A Dqp.c636 if (wr->next->opcode == IB_WR_SEND) in build_rdma_write_cmpl()
639 wcwr->stag_inv = cpu_to_be32(wr->next->ex.invalidate_rkey); in build_rdma_write_cmpl()
644 if (wr->next->send_flags & IB_SEND_INLINE) in build_rdma_write_cmpl()
645 build_immd_cmpl(sq, &wcwr->u_cmpl.immd_src, wr->next); in build_rdma_write_cmpl()
648 &wcwr->u_cmpl.isgl_src, wr->next->sg_list, 1, NULL); in build_rdma_write_cmpl()
692 bool send_signaled = (wr->next->send_flags & IB_SEND_SIGNALED) || in post_write_cmpl()
733 if (wr->next->opcode == IB_WR_SEND) in post_write_cmpl()
741 swsqe->wr_id = wr->next->wr_id; in post_write_cmpl()
1030 wr = wr->next; in complete_sq_drain_wrs()
1073 wr = wr->next; in complete_rq_drain_wrs()
[all...]
/kernel/linux/linux-5.10/fs/btrfs/
H A Dfree-space-cache.c541 /* map the next page */ in io_ctl_add_entry()
553 * map the next one if there is any left. in io_ctl_add_bitmap()
647 goto next; in merge_space_tree()
649 goto next; in merge_space_tree()
660 next: in merge_space_tree()
956 cluster = list_entry(block_group->cluster_list.next, in write_cache_extent_entries()
1125 struct btrfs_free_space *entry, *next; in write_bitmap_entries() local
1129 list_for_each_entry_safe(entry, next, bitmap_list, list) { in write_bitmap_entries()
1154 struct btrfs_free_space *entry, *next; in cleanup_bitmap_list() local
1156 list_for_each_entry_safe(entry, next, bitmap_lis in cleanup_bitmap_list()
2014 struct rb_node *next = rb_next(&bitmap_info->offset_index); remove_from_bitmap() local
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dblock-group.c453 * allow for an allocation, so wait for at least the next wakeup tick, in btrfs_wait_block_group_cache_progress()
746 next: in load_extent_tree_free()
775 goto next; in load_extent_tree_free()
793 goto next; in load_extent_tree_free()
1525 goto next; in btrfs_delete_unused_bgs()
1542 goto next; in btrfs_delete_unused_bgs()
1568 * drop under the "next" label for the in btrfs_delete_unused_bgs()
1578 goto next; in btrfs_delete_unused_bgs()
1589 goto next; in btrfs_delete_unused_bgs()
1597 goto next; in btrfs_delete_unused_bgs()
[all...]
/kernel/linux/linux-6.6/drivers/dma/ppc4xx/
H A Dadma.c342 /* set 'next' pointer */ in ppc440spe_desc_init_dma01pq()
343 iter->hw_next = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pq()
447 iter = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pqzero_sum()
451 iter = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pqzero_sum()
477 /* set 'next' pointer */ in ppc440spe_desc_init_dma01pqzero_sum()
478 iter->hw_next = list_entry(iter->chain_node.next, in ppc440spe_desc_init_dma01pqzero_sum()
730 /* If previous next is overwritten something is wrong. in ppc440spe_desc_set_link()
1138 * that we'd be able to append the next lists to h/w in ppc440spe_chan_append()
1140 * appending of these next lists in ppc440spe_chan_append()
1451 slot = list_entry(slot->slot_node.next, in ppc440spe_adma_free_slots()
[all...]
/kernel/linux/linux-6.6/drivers/infiniband/hw/cxgb4/
H A Dqp.c636 if (wr->next->opcode == IB_WR_SEND) in build_rdma_write_cmpl()
639 wcwr->stag_inv = cpu_to_be32(wr->next->ex.invalidate_rkey); in build_rdma_write_cmpl()
644 if (wr->next->send_flags & IB_SEND_INLINE) in build_rdma_write_cmpl()
645 build_immd_cmpl(sq, &wcwr->u_cmpl.immd_src, wr->next); in build_rdma_write_cmpl()
648 &wcwr->u_cmpl.isgl_src, wr->next->sg_list, 1, NULL); in build_rdma_write_cmpl()
692 bool send_signaled = (wr->next->send_flags & IB_SEND_SIGNALED) || in post_write_cmpl()
733 if (wr->next->opcode == IB_WR_SEND) in post_write_cmpl()
741 swsqe->wr_id = wr->next->wr_id; in post_write_cmpl()
1030 wr = wr->next; in complete_sq_drain_wrs()
1073 wr = wr->next; in complete_rq_drain_wrs()
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c2026 } while ((list = list->next) != head); in find_identifier()
2510 * choose the next subobject to initialize.
2512 * Get designators for next element, switch old ones to EXPR_POS.
2598 struct expression *e, *last = NULL, *top = NULL, *next; in handle_list_initializer() local
2638 next = check_designators(e, ctype); in handle_list_initializer()
2639 if (!next) { in handle_list_initializer()
2643 top = next; in handle_list_initializer()
2667 next = first_subobject(type, lclass, v); in handle_list_initializer()
2668 if (next) { in handle_list_initializer()
2670 top = next; in handle_list_initializer()
3491 struct symbol *next = sym; check_duplicates() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dp2p_supplicant.c491 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_get_p2p_group()
492 for (s = wpa_s->conf->ssid; s; s = s->next) { in wpas_get_p2p_group()
547 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in p2p_group_go_member_count()
548 for (s = wpa_s->conf->ssid; s; s = s->next) { in p2p_group_go_member_count()
590 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_p2p_get_go_group()
616 for (wpa_s = wpa_s->global->ifaces; wpa_s; wpa_s = wpa_s->next) { in wpas_p2p_get_cli_group()
631 for (s = wpa_s->conf->ssid; s; s = s->next) { in wpas_p2p_get_persistent_go()
855 ssid = ssid->next; in wpas_p2p_group_delete()
1105 for (s = wpa_s->conf->ssid; s; s = s->next) { in wpas_p2p_store_persistent_group()
1200 for (s = p2p_wpa_s->conf->ssid; s; s = s->next) { in wpas_p2p_add_persistent_group_client()
[all...]
H A Dconfig.c2509 ssid = ssid->next; in wpa_config_update_prio_list()
2656 blob = blob->next; in wpa_config_flush_blobs()
2679 ssid = ssid->next; in wpa_config_free()
2686 cred = cred->next; in wpa_config_free()
2749 struct wpa_ssid *ssid, *next; in wpa_config_foreach_network() local
2753 next = ssid->next; in wpa_config_foreach_network()
2755 ssid = next; in wpa_config_foreach_network()
2774 ssid = ssid->next; in wpa_config_get_network()
2797 ssid = ssid->next; in wpa_config_add_network()
[all...]
/third_party/mesa3d/src/imgui/
H A Dimstb_truetype.h168 // If that sounds good enough, skip the next paragraph.
213 // Advancing for the next character:
593 // the distance from one row to the next (or 0 to mean they are packed tightly
775 // lineGap is the spacing between one row's descent and the next row's ascent...
791 // advanceWidth is the offset from the current horizontal position to the next horizontal position
1017 // the second string interpreted as big-endian utf16... useful for strings from next func
1743 // next point is also a curve point, so interpolate an on-point curve in stbtt__GetGlyphShapeTT()
1747 // otherwise just use the next point as our start point in stbtt__GetGlyphShapeTT()
2668 struct stbtt__hheap_chunk *next;
2690 c->next
[all...]
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h168 // If that sounds good enough, skip the next paragraph.
213 // Advancing for the next character:
593 // the distance from one row to the next (or 0 to mean they are packed tightly
775 // lineGap is the spacing between one row's descent and the next row's ascent...
791 // advanceWidth is the offset from the current horizontal position to the next horizontal position
1017 // the second string interpreted as big-endian utf16... useful for strings from next func
1743 // next point is also a curve point, so interpolate an on-point curve in stbtt__GetGlyphShapeTT()
1747 // otherwise just use the next point as our start point in stbtt__GetGlyphShapeTT()
2668 struct stbtt__hheap_chunk *next;
2690 c->next
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dconfig.c2874 ssid = ssid->next; in wpa_config_update_prio_list()
3031 blob = blob->next; in wpa_config_flush_blobs()
3054 ssid = ssid->next; in wpa_config_free()
3061 cred = cred->next; in wpa_config_free()
3134 struct wpa_ssid *ssid, *next; in wpa_config_foreach_network() local
3138 next = ssid->next; in wpa_config_foreach_network()
3140 ssid = next; in wpa_config_foreach_network()
3159 ssid = ssid->next; in wpa_config_get_network()
3182 ssid = ssid->next; in wpa_config_add_network()
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dwl_android_ext.c7109 node = node->next; in wl_ext_get_best_channel()
7406 node = cur->next; in wl_free_rssi_cache()
7430 *rssi_head = node->next; in wl_delete_dirty_rssi_cache()
7433 prev->next = node->next; in wl_delete_dirty_rssi_cache()
7441 node = prev->next; in wl_delete_dirty_rssi_cache()
7446 node = node->next; in wl_delete_dirty_rssi_cache()
7465 *rssi_head = node->next; in wl_delete_disconnected_rssi_cache()
7468 prev->next = node->next; in wl_delete_disconnected_rssi_cache()
[all...]
/kernel/linux/linux-5.10/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c272 * Block our completion routine from starting the next untagged
283 * Allow the next untagged transaction for this target or target lun
543 /* Clean up for the next user */ in ahc_free_scb()
575 * can't disappoint it. To achieve this, the next in ahc_swap_with_next_hscb()
593 q_hscb->next = scb->hscb->tag; in ahc_swap_with_next_hscb()
612 || scb->hscb->next == SCB_LIST_NULL) in ahc_queue_scb()
614 scb->hscb->tag, scb->hscb->next); in ahc_queue_scb()
1924 * next opportunity just in case this busfree in ahc_handle_scsiint()
1946 * Force renegotiation to occur the next time we initiate
1989 * Seqaddr represents the next instructio in ahc_clear_critical_section()
5810 uint8_t next; ahc_search_qinfifo() local
6113 u_int next; ahc_search_disc_list() local
6177 u_int next; ahc_rem_scb_from_disc_list() local
6222 u_int curscb, next; ahc_rem_wscb() local
[all...]
/kernel/linux/linux-5.10/kernel/sched/
H A Dfair.c651 struct rb_node *next = rb_next(&se->run_node); in __pick_next_entity() local
653 if (!next) in __pick_next_entity()
656 return rb_entry(next, struct sched_entity, run_node); in __pick_next_entity()
855 * such that the next switched_to_fair() has the in post_init_entity_util_avg()
2188 * period will be for the next scan window. If local/(local+remote) ratio is
2766 work->next = work; in task_numa_work()
2801 * the next time around. in task_numa_work()
2874 * would find the !migratable VMA on the next scan but not reset the in task_numa_work()
2911 p->numa_work.next = &p->numa_work; in init_numa_balancing()
2950 if ((curr->flags & (PF_EXITING | PF_KTHREAD)) || work->next ! in task_tick_numa()
3365 set_task_rq_fair(struct sched_entity *se, struct cfs_rq *prev, struct cfs_rq *next) set_task_rq_fair() argument
5783 struct sched_entity *next; check_preempt_from_idle() local
10471 unsigned long interval, next; update_next_balance() local
[all...]
/kernel/linux/linux-6.6/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c272 * Block our completion routine from starting the next untagged
283 * Allow the next untagged transaction for this target or target lun
543 /* Clean up for the next user */ in ahc_free_scb()
575 * can't disappoint it. To achieve this, the next in ahc_swap_with_next_hscb()
593 q_hscb->next = scb->hscb->tag; in ahc_swap_with_next_hscb()
612 || scb->hscb->next == SCB_LIST_NULL) in ahc_queue_scb()
614 scb->hscb->tag, scb->hscb->next); in ahc_queue_scb()
1923 * next opportunity just in case this busfree in ahc_handle_scsiint()
1945 * Force renegotiation to occur the next time we initiate
1988 * Seqaddr represents the next instructio in ahc_clear_critical_section()
5807 uint8_t next; ahc_search_qinfifo() local
6108 u_int next; ahc_search_disc_list() local
6172 u_int next; ahc_rem_scb_from_disc_list() local
6217 u_int curscb, next; ahc_rem_wscb() local
[all...]
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_tables_api.c307 struct nft_hook *hook, *next; in nft_netdev_unregister_hooks() local
309 list_for_each_entry_safe(hook, next, hook_list, list) { in nft_netdev_unregister_hooks()
2046 struct nft_hook *hook, *next; in nf_tables_chain_destroy() local
2058 list_for_each_entry_safe(hook, next, in nf_tables_chain_destroy()
2131 struct nft_hook *hook, *next; in nf_tables_parse_netdev_hooks() local
2165 list_for_each_entry_safe(hook, next, hook_list, list) { in nf_tables_parse_netdev_hooks()
2306 struct nft_hook *h, *next; in nft_chain_release_hook() local
2308 list_for_each_entry_safe(h, next, &hook->list, list) { in nft_chain_release_hook()
2558 struct nft_hook *h, *next; in nf_tables_updchain() local
2588 list_for_each_entry_safe(h, next, in nf_tables_updchain()
3353 const struct nft_expr *expr, *next; nf_tables_fill_rule_info() local
3687 struct nft_expr *expr, *next; nf_tables_rule_destroy() local
5186 struct nft_set_elem_catchall *next, *catchall; nft_set_catchall_destroy() local
6511 struct nft_set_elem_catchall *catchall, *next; nft_setelem_catchall_remove() local
8174 struct nft_hook *hook, *next; __nft_unregister_flowtable_net_hooks() local
8196 struct nft_hook *hook, *hook2, *next; nft_register_flowtable_net_hooks() local
8248 struct nft_hook *hook, *next; nft_hooks_destroy() local
8262 struct nft_hook *hook, *next; nft_flowtable_update() local
8465 struct nft_hook *this, *next; nft_flowtable_hook_release() local
8820 struct nft_hook *hook, *next; nf_tables_flowtable_destroy() local
9293 struct nft_trans *trans, *next; nf_tables_trans_destroy_work() local
9402 struct nft_trans *trans, *next; nf_tables_commit_chain_prepare_cancel() local
9570 struct nft_trans_gc *trans, *next; nft_trans_gc_work() local
9710 struct nft_set_elem_catchall *catchall, *next; nft_trans_gc_catchall_sync() local
9741 struct nft_module_request *req, *next; nf_tables_module_autoload_cleanup() local
9884 struct nft_set *set, *next; nft_set_commit_update() local
9915 struct nft_trans *trans, *next; nf_tables_commit() local
10222 struct nft_module_request *req, *next; nf_tables_module_autoload() local
10272 struct nft_set *set, *next; nft_set_abort_update() local
10287 struct nft_trans *trans, *next; __nf_tables_abort() local
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c659 struct rb_node *next = rb_next(&se->run_node); in fair_pick_next_entity() local
661 if (!next) { in fair_pick_next_entity()
665 return rb_entry(next, struct sched_entity, run_node); in fair_pick_next_entity()
869 * such that the next switched_to_fair() has the in post_init_entity_util_avg()
2238 * period will be for the next scan window. If local/(local+remote) ratio is
2838 work->next = work; in task_numa_work()
2875 * the next time around. in task_numa_work()
2950 * would find the !migratable VMA on the next scan but not reset the in task_numa_work()
2988 p->numa_work.next = &p->numa_work; in init_numa_balancing()
3026 if ((curr->flags & (PF_EXITING | PF_KTHREAD)) || work->next ! in task_tick_numa()
3452 set_task_rq_fair(struct sched_entity *se, struct cfs_rq *prev, struct cfs_rq *next) set_task_rq_fair() argument
5774 struct sched_entity *next; check_preempt_from_idle() local
10454 unsigned long interval, next; update_next_balance() local
[all...]
/kernel/linux/linux-5.10/drivers/atm/
H A Diphase.c98 que->next = NULL; in ia_init_rtn_q()
104 data->next = NULL; in ia_enque_head_rtn_q()
105 if (que->next == NULL) in ia_enque_head_rtn_q()
106 que->next = que->tail = data; in ia_enque_head_rtn_q()
108 data->next = que->next; in ia_enque_head_rtn_q()
109 que->next = data; in ia_enque_head_rtn_q()
119 entry->next = NULL; in ia_enque_rtn_q()
120 if (que->next == NULL) in ia_enque_rtn_q()
121 que->next in ia_enque_rtn_q()
[all...]
/kernel/linux/linux-6.6/drivers/atm/
H A Diphase.c99 que->next = NULL; in ia_init_rtn_q()
105 data->next = NULL; in ia_enque_head_rtn_q()
106 if (que->next == NULL) in ia_enque_head_rtn_q()
107 que->next = que->tail = data; in ia_enque_head_rtn_q()
109 data->next = que->next; in ia_enque_head_rtn_q()
110 que->next = data; in ia_enque_head_rtn_q()
120 entry->next = NULL; in ia_enque_rtn_q()
121 if (que->next == NULL) in ia_enque_rtn_q()
122 que->next in ia_enque_rtn_q()
[all...]
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c459 for (netif = group->netif_list; netif != NULL; netif = netif->next) {
461 for (netif = netif_list; netif != NULL; netif = netif->next) {
558 loc_netif = loc_netif->next;
566 loc_netif = loc_netif->next;
612 loc_netif = loc_netif->next;
620 loc_netif = loc_netif->next;
1348 for (netif = group->netif_list; netif != NULL; netif = netif->next) {
1350 for (netif = netif_list; netif != NULL; netif = netif->next) {
2932 for (useg = tpcb->unacked; useg != NULL; useg = useg->next) {
2961 for (neibq = neighbor_cache[idx].q; neibq != NULL; neibq = neibq->next) {
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A D3c515.c275 u32 next; member
288 u32 next; member
304 unsigned int cur_rx, cur_tx; /* The next free ring entry */
333 next:8; /* The media type to try next. */ member
718 dev->if_port = media_tbl[dev->if_port].next; in corkscrew_open()
809 vp->rx_ring[i].next = in corkscrew_open()
812 vp->rx_ring[i].next = 0; in corkscrew_open()
823 vp->rx_ring[i - 1].next = in corkscrew_open()
909 media_tbl[dev->if_port].next; in corkscrew_timer()
[all...]
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-ioctl.c547 old_nl->next = (uint32_t) ((void *) nl - in list_devices()
551 nl->next = 0; in list_devices()
593 info->old_vers->next = (uint32_t) ((void *)info->vers - in list_version_get_info()
598 info->vers->next = 0; in list_version_get_info()
1199 spec->next = outptr - outbuf; in retrieve_status()
1271 static int next_target(struct dm_target_spec *last, uint32_t next, void *end, in next_target() argument
1274 *spec = (struct dm_target_spec *) ((unsigned char *) last + next); in next_target()
1289 uint32_t next = param->data_start; in populate_table() local
1300 r = next_target(spec, next, end, &spec, &target_params); in populate_table()
1315 next in populate_table()
[all...]
/kernel/linux/linux-5.10/net/sunrpc/
H A Dxprt.c447 * Adjust the congestion window, and wake up the next task
504 * Clear the congestion window wait flag and wake up the next
664 * xprt_adjust_timeout - adjust timeout values for next retransmit
1343 struct rpc_rqst *next = list_first_entry(&req->rq_xmit2, in xprt_request_dequeue_transmit_locked() local
1346 list_add_tail(&next->rq_xmit, &next->rq_xprt->xmit_queue); in xprt_request_dequeue_transmit_locked()
1542 struct rpc_rqst *next, *req = task->tk_rqstp; in xprt_transmit() local
1548 next = list_first_entry_or_null(&xprt->xmit_queue, in xprt_transmit()
1550 if (!next) in xprt_transmit()
1552 xprt_pin_rqst(next); in xprt_transmit()
[all...]

Completed in 107 milliseconds

1...<<211212213214215216217218219220>>...508