Home
last modified time | relevance | path

Searched refs:tmp_node (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Dbpf_lru_list.c143 struct bpf_lru_node *node, *tmp_node, *first_node; in __bpf_lru_list_rotate_active() local
147 list_for_each_entry_safe_reverse(node, tmp_node, active, list) { in __bpf_lru_list_rotate_active()
213 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink_inactive() local
217 list_for_each_entry_safe_reverse(node, tmp_node, inactive, list) { in __bpf_lru_list_shrink_inactive()
262 struct bpf_lru_node *node, *tmp_node; in __bpf_lru_list_shrink() local
277 list_for_each_entry_safe_reverse(node, tmp_node, force_shrink_list, in __bpf_lru_list_shrink()
293 struct bpf_lru_node *node, *tmp_node; in __local_list_flush() local
295 list_for_each_entry_safe_reverse(node, tmp_node, in __local_list_flush()
322 struct bpf_lru_node *node, *tmp_node; in bpf_lru_list_pop_free_to_local() local
331 list_for_each_entry_safe(node, tmp_node, &l->lists[BPF_LRU_LIST_T_FREE], in bpf_lru_list_pop_free_to_local()
/linux-6.3-rc2/fs/f2fs/
A Dextent_cache.c274 struct rb_node *parent = NULL, *tmp_node; in f2fs_lookup_rb_tree_ret() local
312 tmp_node = parent; in f2fs_lookup_rb_tree_ret()
314 tmp_node = rb_next(parent); in f2fs_lookup_rb_tree_ret()
315 *next_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret()
317 tmp_node = parent; in f2fs_lookup_rb_tree_ret()
319 tmp_node = rb_prev(parent); in f2fs_lookup_rb_tree_ret()
320 *prev_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret()
326 tmp_node = rb_prev(&re->rb_node); in f2fs_lookup_rb_tree_ret()
327 *prev_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret()
331 tmp_node = rb_next(&re->rb_node); in f2fs_lookup_rb_tree_ret()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/ti/
A Dcpsw_new.c1216 struct device_node *node = cpsw->dev->of_node, *tmp_node, *port_np; in cpsw_probe_dt() local
1225 tmp_node = of_get_child_by_name(node, "ethernet-ports"); in cpsw_probe_dt()
1226 if (!tmp_node) in cpsw_probe_dt()
1228 data->slaves = of_get_child_count(tmp_node); in cpsw_probe_dt()
1230 of_node_put(tmp_node); in cpsw_probe_dt()
1244 of_node_put(tmp_node); in cpsw_probe_dt()
1255 for_each_child_of_node(tmp_node, port_np) { in cpsw_probe_dt()
1334 of_node_put(tmp_node); in cpsw_probe_dt()
1339 of_node_put(tmp_node); in cpsw_probe_dt()
/linux-6.3-rc2/drivers/net/wireless/marvell/mwifiex/
A Dinit.c557 struct mwifiex_bss_prio_node *bssprio_node, *tmp_node; in mwifiex_delete_bss_prio_tbl() local
572 list_for_each_entry_safe(bssprio_node, tmp_node, head, in mwifiex_delete_bss_prio_tbl()
578 bssprio_node, tmp_node); in mwifiex_delete_bss_prio_tbl()
A Dcmdevt.c1026 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_cancel_pending_scan_cmd() local
1030 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_pending_scan_cmd()
1049 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_cancel_all_pending_cmd() local
1061 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_all_pending_cmd()
A D11n.c504 struct mwifiex_tx_ba_stream_tbl *del_tbl_ptr, *tmp_node; in mwifiex_11n_delete_all_tx_ba_stream_tbl() local
507 list_for_each_entry_safe(del_tbl_ptr, tmp_node, in mwifiex_11n_delete_all_tx_ba_stream_tbl()
A D11n_rxreorder.c787 struct mwifiex_rx_reorder_tbl *del_tbl_ptr, *tmp_node; in mwifiex_11n_cleanup_reorder_tbl() local
790 list_for_each_entry_safe(del_tbl_ptr, tmp_node, in mwifiex_11n_cleanup_reorder_tbl()
A Dwmm.c551 struct mwifiex_ra_list_tbl *ra_list, *tmp_node; in mwifiex_wmm_delete_all_ralist() local
557 list_for_each_entry_safe(ra_list, tmp_node, in mwifiex_wmm_delete_all_ralist()
A Dtdls.c1326 struct mwifiex_auto_tdls_peer *peer, *tmp_node; in mwifiex_flush_auto_tdls_list() local
1329 list_for_each_entry_safe(peer, tmp_node, &priv->auto_tdls_list, list) { in mwifiex_flush_auto_tdls_list()
/linux-6.3-rc2/drivers/scsi/elx/libefc/
A Defc_fabric.c109 struct efc_node *tmp_node; in efc_fabric_notify_topology() local
116 xa_for_each(&node->nport->lookup, index, tmp_node) { in efc_fabric_notify_topology()
117 if (tmp_node != node) { in efc_fabric_notify_topology()
118 efc_node_post_event(tmp_node, in efc_fabric_notify_topology()
/linux-6.3-rc2/drivers/accel/habanalabs/common/
A Dstate_dump.c228 struct hlist_node *tmp_node; in hl_state_dump_free_sync_to_engine_map() local
231 hash_for_each_safe(map->tb, i, tmp_node, entry, node) { in hl_state_dump_free_sync_to_engine_map()
A Dmemory.c2819 struct hlist_node *tmp_node; in hl_vm_ctx_fini() local
2837 hash_for_each_safe(ctx->mem_hash, i, tmp_node, hnode, node) { in hl_vm_ctx_fini()
/linux-6.3-rc2/lib/
A Dlist-test.c1151 struct hlist_node *tmp_node; in hlist_test_for_each_entry_safe() local
1164 hlist_for_each_entry_safe(cur, tmp_node, &list, list) { in hlist_test_for_each_entry_safe()
/linux-6.3-rc2/drivers/infiniband/hw/irdma/
A Dverbs.c1748 struct list_head *tmp_node, *list_node; in irdma_process_resize_list() local
1752 list_for_each_safe(list_node, tmp_node, &iwcq->resize_list) { in irdma_process_resize_list()
3536 struct list_head *tmp_node, *list_node; in __irdma_poll_cq() local
3551 list_for_each_safe(list_node, tmp_node, &iwcq->resize_list) { in __irdma_poll_cq()
A Dutils.c2509 struct list_head *tmp_node, *list_node; in irdma_remove_cmpls_list() local
2511 list_for_each_safe (list_node, tmp_node, &iwcq->cmpl_generated) { in irdma_remove_cmpls_list()

Completed in 66 milliseconds