| /OK3568_Linux_fs/u-boot/fs/ext4/ |
| H A D | ext4_journal.c | 230 struct revoke_blk_list *tmp_node; in _get_node() local 231 tmp_node = zalloc(sizeof(struct revoke_blk_list)); in _get_node() 232 if (tmp_node == NULL) in _get_node() 234 tmp_node->content = NULL; in _get_node() 235 tmp_node->next = NULL; in _get_node() 237 return tmp_node; in _get_node() 271 struct revoke_blk_list *tmp_node = revk_blk_list; in ext4fs_free_revoke_blks() local 274 while (tmp_node != NULL) { in ext4fs_free_revoke_blks() 275 if (tmp_node->content) in ext4fs_free_revoke_blks() 276 free(tmp_node->content); in ext4fs_free_revoke_blks() [all …]
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | bpf_lru_list.c | 143 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/common/ |
| H A D | mali_gp_job.c | 66 struct mali_gp_allocation_node *alloc_node, *tmp_node; in _mali_gp_del_varying_allocations() local 68 list_for_each_entry_safe(alloc_node, tmp_node, &job->varying_alloc, node) { in _mali_gp_del_varying_allocations() 80 struct mali_gp_allocation_node *alloc_node, *tmp_node; in mali_gp_job_create() local 154 list_for_each_entry_safe(alloc_node, tmp_node, &job->varying_alloc, node) { in mali_gp_job_create()
|
| /OK3568_Linux_fs/kernel/fs/f2fs/ |
| H A D | extent_cache.c | 249 struct rb_node *parent = NULL, *tmp_node; in f2fs_lookup_rb_tree_ret() local 287 tmp_node = parent; in f2fs_lookup_rb_tree_ret() 289 tmp_node = rb_next(parent); in f2fs_lookup_rb_tree_ret() 290 *next_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret() 292 tmp_node = parent; in f2fs_lookup_rb_tree_ret() 294 tmp_node = rb_prev(parent); in f2fs_lookup_rb_tree_ret() 295 *prev_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret() 301 tmp_node = rb_prev(&re->rb_node); in f2fs_lookup_rb_tree_ret() 302 *prev_entry = rb_entry_safe(tmp_node, struct rb_entry, rb_node); in f2fs_lookup_rb_tree_ret() 306 tmp_node = rb_next(&re->rb_node); in f2fs_lookup_rb_tree_ret() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/ti/ |
| H A D | cpsw_new.c | 1231 struct device_node *node = cpsw->dev->of_node, *tmp_node, *port_np; in cpsw_probe_dt() local 1240 tmp_node = of_get_child_by_name(node, "ethernet-ports"); in cpsw_probe_dt() 1241 if (!tmp_node) in cpsw_probe_dt() 1243 data->slaves = of_get_child_count(tmp_node); in cpsw_probe_dt() 1245 of_node_put(tmp_node); in cpsw_probe_dt() 1259 of_node_put(tmp_node); in cpsw_probe_dt() 1270 for_each_child_of_node(tmp_node, port_np) { in cpsw_probe_dt() 1353 of_node_put(tmp_node); in cpsw_probe_dt() 1358 of_node_put(tmp_node); in cpsw_probe_dt()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/marvell/mwifiex/ |
| H A D | init.c | 568 struct mwifiex_bss_prio_node *bssprio_node, *tmp_node; in mwifiex_delete_bss_prio_tbl() local 583 list_for_each_entry_safe(bssprio_node, tmp_node, head, in mwifiex_delete_bss_prio_tbl() 589 bssprio_node, tmp_node); in mwifiex_delete_bss_prio_tbl()
|
| H A D | cmdevt.c | 1024 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_cancel_pending_scan_cmd() local 1028 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_pending_scan_cmd() 1047 struct cmd_ctrl_node *cmd_node = NULL, *tmp_node; in mwifiex_cancel_all_pending_cmd() local 1059 list_for_each_entry_safe(cmd_node, tmp_node, in mwifiex_cancel_all_pending_cmd()
|
| H A D | 11n.c | 516 struct mwifiex_tx_ba_stream_tbl *del_tbl_ptr, *tmp_node; in mwifiex_11n_delete_all_tx_ba_stream_tbl() local 519 list_for_each_entry_safe(del_tbl_ptr, tmp_node, in mwifiex_11n_delete_all_tx_ba_stream_tbl()
|
| H A D | 11n_rxreorder.c | 799 struct mwifiex_rx_reorder_tbl *del_tbl_ptr, *tmp_node; in mwifiex_11n_cleanup_reorder_tbl() local 802 list_for_each_entry_safe(del_tbl_ptr, tmp_node, in mwifiex_11n_cleanup_reorder_tbl()
|
| H A D | wmm.c | 563 struct mwifiex_ra_list_tbl *ra_list, *tmp_node; in mwifiex_wmm_delete_all_ralist() local 569 list_for_each_entry_safe(ra_list, tmp_node, in mwifiex_wmm_delete_all_ralist()
|
| H A D | tdls.c | 1326 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()
|
| /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/ |
| H A D | memory.c | 1738 struct hlist_node *tmp_node; in hl_vm_ctx_fini() local 1751 hash_for_each_safe(ctx->mem_hash, i, tmp_node, hnode, node) { in hl_vm_ctx_fini()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/ |
| H A D | moal_main.c | 5599 struct woal_event *evt = NULL, *tmp_node; local 5602 list_for_each_entry_safe (evt, tmp_node, &handle->evt_queue, link) { 6467 struct tx_status_info *tx_info = NULL, *tmp_node; local 6471 list_for_each_entry_safe (tx_info, tmp_node, &priv->tx_stat_queue, 6563 struct mcast_node *node = NULL, *tmp_node; local 6566 list_for_each_entry_safe (node, tmp_node, &priv->mcast_list, link) { 6681 struct tdls_peer *peer = NULL, *tmp_node; local 6684 list_for_each_entry_safe (peer, tmp_node, &priv->tdls_list, link) { 6750 struct tcp_sess *tcp_sess = NULL, *tmp_node; local 6754 list_for_each_entry_safe (tcp_sess, tmp_node, &priv->tcp_sess_queue, [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlinux/ |
| H A D | moal_main.c | 4647 struct tx_status_info *tx_info = NULL, *tmp_node; local 4651 list_for_each_entry_safe(tx_info, tmp_node, &priv->tx_stat_queue, link) { 4742 struct tdls_peer *peer = NULL, *tmp_node; local 4745 list_for_each_entry_safe(peer, tmp_node, &priv->tdls_list, link) { 4814 struct tcp_sess *tcp_sess = NULL, *tmp_node; local 4818 list_for_each_entry_safe(tcp_sess, tmp_node, &priv->tcp_sess_queue,
|