/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/sha/ |
H A D | sha256-armv4.S | 176 eor r12,r4,r5 @ a^b, b^c in next round 179 eor r12,r4,r5 @ a^b, b^c in next round 234 eor r3,r11,r4 @ a^b, b^c in next round 237 eor r3,r11,r4 @ a^b, b^c in next round 292 eor r12,r10,r11 @ a^b, b^c in next round 295 eor r12,r10,r11 @ a^b, b^c in next round 350 eor r3,r9,r10 @ a^b, b^c in next round 353 eor r3,r9,r10 @ a^b, b^c in next round 408 eor r12,r8,r9 @ a^b, b^c in next round 411 eor r12,r8,r9 @ a^b, b^c in next roun [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | tree-log.c | 858 sums = list_entry(ordered_sums.next, in replay_one_extent() 1146 goto next; in __add_inode_ref() 1183 next: in __add_inode_ref() 2053 goto next; in find_dir_range() 2066 next: in find_dir_range() 2067 /* check the next slot in the tree to see if it is a valid item */ in find_dir_range() 2596 struct extent_buffer *next; in walk_down_log_tree() local 2618 next = btrfs_find_create_tree_block(fs_info, bytenr, in walk_down_log_tree() 2621 if (IS_ERR(next)) in walk_down_log_tree() 2622 return PTR_ERR(next); in walk_down_log_tree() 5509 struct btrfs_dir_list *next; log_new_dir_dentries() local 5527 struct btrfs_ino_list *next; free_conflicting_inodes() local 6087 const struct btrfs_delayed_item *next; log_delayed_deletions_full() local 6124 const struct btrfs_delayed_item *next; batch_delete_dir_index_items() local [all...] |
/kernel/linux/linux-5.10/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-srv.c | 286 wr->wr.next = &rwr.wr; in rdma_write_sg() 287 rwr.wr.next = &inv_wr; in rdma_write_sg() 288 inv_wr.next = &imm_wr.wr; in rdma_write_sg() 290 wr->wr.next = &rwr.wr; in rdma_write_sg() 291 rwr.wr.next = &imm_wr.wr; in rdma_write_sg() 293 wr->wr.next = &inv_wr; in rdma_write_sg() 294 inv_wr.next = &imm_wr.wr; in rdma_write_sg() 296 wr->wr.next = &imm_wr.wr; in rdma_write_sg() 314 imm_wr.wr.next = NULL; in rdma_write_sg() 414 inv_wr.next in send_io_resp_imm() [all...] |
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | mmci.c | 506 static int mmci_prep_data(struct mmci_host *host, struct mmc_data *data, bool next) in mmci_prep_data() argument 513 err = host->ops->prep_data(host, data, next); in mmci_prep_data() 515 if (next && !err) in mmci_prep_data() 568 * to fire next DMA request. When that happens, MMCI will in mmci_dma_start() 979 bool next) in mmci_dmae_prep_data() 987 if (next) in mmci_dmae_prep_data() 989 /* Check if next job is already prepared. */ in mmci_dmae_prep_data() 1019 struct mmci_dmae_next *next = &dmae->next_data; in mmci_dmae_get_next_data() local 1024 WARN_ON(!data->host_cookie && (next->desc || next in mmci_dmae_get_next_data() 977 mmci_dmae_prep_data(struct mmci_host *host, struct mmc_data *data, bool next) mmci_dmae_prep_data() argument 1044 struct mmci_dmae_next *next = &dmae->next_data; mmci_dmae_unprep_data() local [all...] |
/kernel/linux/linux-5.10/kernel/futex/ |
H A D | core.c | 853 struct list_head *next, *head = &curr->pi_state_list; in exit_pi_state_list() local 867 next = head->next; in exit_pi_state_list() 868 pi_state = list_entry(next, struct futex_pi_state, list); in exit_pi_state_list() 897 if (head->next != next) { in exit_pi_state_list() 1528 * We pass it to the next owner. The WAITERS bit is always kept in wake_futex_pi() 1603 struct futex_q *this, *next; in futex_wake() local 1623 plist_for_each_entry_safe(this, next, &hb->chain, list) { in futex_wake() 1701 struct futex_q *this, *next; in futex_wake_op() local 1938 struct futex_q *this, *next; futex_requeue() local [all...] |
/kernel/linux/linux-5.10/kernel/power/ |
H A D | snapshot.c | 121 struct linked_page *next; member 179 safe_pages_list = safe_pages_list->next; in __get_safe_page() 207 lp->next = safe_pages_list; in recycle_safe_page() 238 struct linked_page *lp = list->next; in free_list_of_pages() 286 lp->next = ca->chain; in chain_alloc() 549 bm->cur.zone = list_entry(bm->zones.next, struct mem_zone_bm_rtree, in memory_bm_position_reset() 551 bm->cur.node = list_entry(bm->cur.zone->leaves.next, in memory_bm_position_reset() 835 * rtree_next_node - Jump to the next leaf node. 837 * Set the position to the beginning of the next node in the 838 * memory bitmap. This is either the next nod 2234 struct highmem_pbe *next; global() member [all...] |
/kernel/linux/linux-5.10/net/atm/ |
H A D | mpc.c | 136 mpc = mpc->next; in find_mpc_by_itfnum() 150 mpc = mpc->next; in find_mpc_by_vcc() 164 mpc = mpc->next; in find_mpc_by_lec() 196 entry->next = qos_head; in atm_mpoa_add_qos() 210 qos = qos->next; in atm_mpoa_search_qos() 226 qos_head = qos_head->next; in atm_mpoa_delete_qos() 233 if (curr->next == entry) { in atm_mpoa_delete_qos() 234 curr->next = entry->next; in atm_mpoa_delete_qos() 238 curr = curr->next; in atm_mpoa_delete_qos() [all...] |
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | buffered-io.c | 399 * we can skip trailing ones as they will be handled in the next in iomap_readpage_iter() 1045 * Make sure the next punch start is correctly bound to in iomap_write_delalloc_punch() 1057 * the next punch will start from. 1096 /* move offset to start of next folio in range */ in iomap_write_delalloc_scan() 1171 * seeking from start_byte to the beginning of the next hole. in iomap_write_delalloc_release() 1187 /* The next data search starts at the end of this one. */ in iomap_write_delalloc_release() 1480 struct bio *last = ioend->io_bio, *next; in iomap_finish_ioend() local 1486 for (bio = &ioend->io_inline_bio; bio; bio = next) { in iomap_finish_ioend() 1494 next = NULL; in iomap_finish_ioend() 1496 next in iomap_finish_ioend() 1551 iomap_ioend_can_merge(struct iomap_ioend *ioend, struct iomap_ioend *next) iomap_ioend_can_merge() argument 1581 struct iomap_ioend *next; iomap_ioend_try_merge() local 1779 struct iomap_ioend *ioend, *next; iomap_writepage_map() local [all...] |
/kernel/linux/linux-6.6/net/atm/ |
H A D | mpc.c | 136 mpc = mpc->next; in find_mpc_by_itfnum() 150 mpc = mpc->next; in find_mpc_by_vcc() 164 mpc = mpc->next; in find_mpc_by_lec() 196 entry->next = qos_head; in atm_mpoa_add_qos() 210 qos = qos->next; in atm_mpoa_search_qos() 226 qos_head = qos_head->next; in atm_mpoa_delete_qos() 233 if (curr->next == entry) { in atm_mpoa_delete_qos() 234 curr->next = entry->next; in atm_mpoa_delete_qos() 238 curr = curr->next; in atm_mpoa_delete_qos() [all...] |
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | ps.c | 181 struct ofields *next, *prev; member 601 for (field = TT.fields; field; field = field->next) { in show_ps() 635 if (!field->next && sign<0) { in show_ps() 644 if (field->next) pad++; in show_ps() 987 if (new->child) for (dt = new->child->child; dt; dt = dt->next) { in get_threads() 999 new = dt->child->next; in get_threads() 1085 for (; field; field = field->next) { in get_headers() 1102 // Allocate next chunk of data in parse_rest() 1179 for (field = TT.kfields; field && !ret; field = field->next) { in ksort() 1205 struct dirtree *next in collate_leaves() local 1660 struct regex_list *next; global() member [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 530 * will see the new packet type (until the next received packet). 607 * will see the new offload handlers (until the next received packet). 3113 skb->next = __this_cpu_read(softnet_data.completion_queue); in __dev_kfree_skb_irq() 3613 struct sk_buff *next = skb->next; in dev_hard_start_xmit() local 3616 rc = xmit_one(skb, dev, txq, next != NULL); in dev_hard_start_xmit() 3618 skb->next = next; in dev_hard_start_xmit() 3622 skb = next; in dev_hard_start_xmit() 3711 struct sk_buff *next, *hea in validate_xmit_skb_list() local 5411 struct sk_buff *skb, *next; __netif_receive_skb_list_ptype() local 5443 struct sk_buff *skb, *next; __netif_receive_skb_list_core() local 5497 struct sk_buff *skb, *next; __netif_receive_skb_list() local 5601 struct sk_buff *skb, *next; netif_receive_skb_list_internal() local 6337 struct softnet_data *next = remsd->rps_ipi_next; net_rps_send_ipi() local 7171 struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; __netdev_walk_all_upper_dev() local 7220 struct net_device *udev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; netdev_walk_all_upper_dev_rcu() local 7394 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; netdev_walk_all_lower_dev() local 7441 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; __netdev_walk_all_lower_dev() local 7569 struct net_device *ldev, *next, *now, *dev_stack[MAX_NEST_DEV + 1]; netdev_walk_all_lower_dev_rcu() local [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | cls_api.c | 81 static u32 next; in tcf_exts_miss_cookie_base_alloc() local 99 n, xa_limit_32b, &next, GFP_KERNEL); in tcf_exts_miss_cookie_base_alloc() 727 tp_next = rcu_dereference_protected(tp->next, 1); in tcf_chain_flush() 738 tp_next = rcu_dereference_protected(tp->next, 1); in tcf_chain_flush() 1089 * unlocked, which means next pointer could be invalid. Restart in __tcf_get_next_proto() 1095 for (; tp; tp = tcf_chain_dereference(tp->next, chain)) in __tcf_get_next_proto() 1099 tp = tcf_chain_dereference(tp->next, chain); in __tcf_get_next_proto() 1575 struct flow_block_cb *block_cb, *next; in tcf_block_bind() local 1597 list_for_each_entry_safe(block_cb, next, &bo->cb_list, list) { in tcf_block_bind() 1617 struct flow_block_cb *block_cb, *next; in tcf_block_unbind() local 1815 struct tcf_proto __rcu *next; global() member 1844 struct tcf_proto *next = tcf_chain_dereference(chain_info->next, chain); tcf_chain_tp_remove() local 1903 struct tcf_proto *next; tcf_chain_tp_delete_empty() local [all...] |
/kernel/linux/linux-6.6/tools/net/ynl/generated/ |
H A D | ethtool-user.h | 349 struct ethtool_strset_get_list *next; member 474 struct ethtool_linkinfo_get_list *next; member 488 struct ynl_ntf_base_type *next; member 714 struct ethtool_linkmodes_get_list *next; member 728 struct ynl_ntf_base_type *next; member 1016 struct ethtool_linkstate_get_list *next; member 1131 struct ethtool_debug_get_list *next; member 1145 struct ynl_ntf_base_type *next; member 1332 struct ethtool_wol_get_list *next; member 1345 struct ynl_ntf_base_type *next; member 1548 struct ethtool_features_get_list *next; global() member 1562 struct ynl_ntf_base_type *next; global() member 1845 struct ethtool_privflags_get_list *next; global() member 1859 struct ynl_ntf_base_type *next; global() member 2074 struct ethtool_rings_get_list *next; global() member 2088 struct ynl_ntf_base_type *next; global() member 2397 struct ethtool_channels_get_list *next; global() member 2411 struct ynl_ntf_base_type *next; global() member 2699 struct ethtool_coalesce_get_list *next; global() member 2713 struct ynl_ntf_base_type *next; global() member 3126 struct ethtool_pause_get_list *next; global() member 3140 struct ynl_ntf_base_type *next; global() member 3362 struct ethtool_eee_get_list *next; global() member 3375 struct ynl_ntf_base_type *next; global() member 3625 struct ethtool_tsinfo_get_list *next; global() member 3844 struct ethtool_tunnel_info_get_list *next; global() member 3966 struct ethtool_fec_get_list *next; global() member 3979 struct ynl_ntf_base_type *next; global() member 4223 struct ethtool_module_eeprom_get_list *next; global() member 4342 struct ethtool_phc_vclocks_get_list *next; global() member 4460 struct ethtool_module_get_list *next; global() member 4474 struct ynl_ntf_base_type *next; global() member 4656 struct ethtool_pse_get_list *next; global() member 4851 struct ethtool_rss_get_list *next; global() member 4981 struct ethtool_plca_get_cfg_list *next; global() member 4995 struct ynl_ntf_base_type *next; global() member 5246 struct ethtool_plca_get_status_list *next; global() member 5378 struct ethtool_mm_get_list *next; global() member 5391 struct ynl_ntf_base_type *next; global() member 5505 struct ynl_ntf_base_type *next; global() member 5528 struct ynl_ntf_base_type *next; global() member [all...] |
/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()
|