Home
last modified time | relevance | path

Searched refs:curr_node (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dfwofld.c1607 struct scanofld_chinfo_node *curr_node, u8 i) in scanofld_ch_node_print() argument
1609 PLTFM_MSG_TRACE("[CH %d] - DWORD 0:%x\n", i, *((u32 *)(curr_node->chinfo))); in scanofld_ch_node_print()
1610 PLTFM_MSG_TRACE("[CH %d] -- period = %d\n", i, curr_node->chinfo->period); in scanofld_ch_node_print()
1611 PLTFM_MSG_TRACE("[CH %d] -- dwell_time = %d\n", i, curr_node->chinfo->dwell_time); in scanofld_ch_node_print()
1612 PLTFM_MSG_TRACE("[CH %d] -- central_ch = %d\n", i, curr_node->chinfo->central_ch); in scanofld_ch_node_print()
1613 PLTFM_MSG_TRACE("[CH %d] -- pri_ch = %d\n", i, curr_node->chinfo->pri_ch); in scanofld_ch_node_print()
1614 PLTFM_MSG_TRACE("[CH %d] - DWORD 1:%x\n", i, *((u32 *)(curr_node->chinfo) + 1)); in scanofld_ch_node_print()
1615 PLTFM_MSG_TRACE("[CH %d] -- bw = %d\n", i, curr_node->chinfo->bw); in scanofld_ch_node_print()
1616 PLTFM_MSG_TRACE("[CH %d] -- noti_dwell = %d\n", i, curr_node->chinfo->c2h_notify_dwell); in scanofld_ch_node_print()
1617 PLTFM_MSG_TRACE("[CH %d] -- noti_preTX = %d\n", i, curr_node->chinfo->c2h_notify_preTX); in scanofld_ch_node_print()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dfwofld.c1607 struct scanofld_chinfo_node *curr_node, u8 i) in scanofld_ch_node_print() argument
1609 PLTFM_MSG_TRACE("[CH %d] - DWORD 0:%x\n", i, *((u32 *)(curr_node->chinfo))); in scanofld_ch_node_print()
1610 PLTFM_MSG_TRACE("[CH %d] -- period = %d\n", i, curr_node->chinfo->period); in scanofld_ch_node_print()
1611 PLTFM_MSG_TRACE("[CH %d] -- dwell_time = %d\n", i, curr_node->chinfo->dwell_time); in scanofld_ch_node_print()
1612 PLTFM_MSG_TRACE("[CH %d] -- central_ch = %d\n", i, curr_node->chinfo->central_ch); in scanofld_ch_node_print()
1613 PLTFM_MSG_TRACE("[CH %d] -- pri_ch = %d\n", i, curr_node->chinfo->pri_ch); in scanofld_ch_node_print()
1614 PLTFM_MSG_TRACE("[CH %d] - DWORD 1:%x\n", i, *((u32 *)(curr_node->chinfo) + 1)); in scanofld_ch_node_print()
1615 PLTFM_MSG_TRACE("[CH %d] -- bw = %d\n", i, curr_node->chinfo->bw); in scanofld_ch_node_print()
1616 PLTFM_MSG_TRACE("[CH %d] -- noti_dwell = %d\n", i, curr_node->chinfo->c2h_notify_dwell); in scanofld_ch_node_print()
1617 PLTFM_MSG_TRACE("[CH %d] -- noti_preTX = %d\n", i, curr_node->chinfo->c2h_notify_preTX); in scanofld_ch_node_print()
[all …]
/OK3568_Linux_fs/kernel/fs/ext4/
H A Ddir.c574 info->curr_node = NULL; in ext4_dx_readdir()
589 } else if (!info->curr_node) in ext4_dx_readdir()
590 info->curr_node = rb_first(&info->root); in ext4_dx_readdir()
598 if ((!info->curr_node) || in ext4_dx_readdir()
600 info->curr_node = NULL; in ext4_dx_readdir()
612 info->curr_node = rb_first(&info->root); in ext4_dx_readdir()
615 fname = rb_entry(info->curr_node, struct fname, rb_hash); in ext4_dx_readdir()
621 info->curr_node = rb_next(info->curr_node); in ext4_dx_readdir()
622 if (info->curr_node) { in ext4_dx_readdir()
623 fname = rb_entry(info->curr_node, struct fname, in ext4_dx_readdir()
H A Dext4.h2410 struct rb_node *curr_node; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx4/
H A Dalloc.c342 struct mlx4_zone_entry *curr_node; in __mlx4_alloc_from_zone() local
353 list_for_each_entry(curr_node, &zone_alloc->prios, prio_list) { in __mlx4_alloc_from_zone()
354 if (unlikely(curr_node->priority == zone->priority)) in __mlx4_alloc_from_zone()
359 struct mlx4_zone_entry *it = curr_node; in __mlx4_alloc_from_zone()
373 struct mlx4_zone_entry *it = curr_node; in __mlx4_alloc_from_zone()
379 if (unlikely(it->priority != curr_node->priority)) in __mlx4_alloc_from_zone()
393 if (list_is_last(&curr_node->prio_list, &zone_alloc->prios)) in __mlx4_alloc_from_zone()
396 curr_node = list_first_entry(&curr_node->prio_list, in __mlx4_alloc_from_zone()
397 typeof(*curr_node), in __mlx4_alloc_from_zone()
400 list_for_each_entry_from(curr_node, &zone_alloc->entries, list) { in __mlx4_alloc_from_zone()
[all …]
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Ddelayed-inode.c1152 struct btrfs_delayed_node *curr_node, *prev_node; in __btrfs_run_delayed_items() local
1171 curr_node = btrfs_first_delayed_node(delayed_root); in __btrfs_run_delayed_items()
1172 while (curr_node && (!count || (count && nr--))) { in __btrfs_run_delayed_items()
1174 curr_node); in __btrfs_run_delayed_items()
1176 btrfs_release_delayed_node(curr_node); in __btrfs_run_delayed_items()
1177 curr_node = NULL; in __btrfs_run_delayed_items()
1182 prev_node = curr_node; in __btrfs_run_delayed_items()
1183 curr_node = btrfs_next_delayed_node(curr_node); in __btrfs_run_delayed_items()
1187 if (curr_node) in __btrfs_run_delayed_items()
1188 btrfs_release_delayed_node(curr_node); in __btrfs_run_delayed_items()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/huawei/hinic/
H A Dhinic_hw_api_cmd.c226 struct hinic_api_cmd_cell *cell = chain->curr_node; in prepare_api_cmd()
270 struct hinic_api_cmd_cell *curr_node = chain->curr_node; in prepare_cell() local
273 prepare_cell_ctrl(&curr_node->ctrl, data_size); in prepare_cell()
401 chain->curr_node = ctxt->cell_vaddr; in api_cmd()
801 chain->curr_node = chain->head_node; in api_cmd_create_cells()
H A Dhinic_hw_api_cmd.h192 struct hinic_api_cmd_cell *curr_node; member
/OK3568_Linux_fs/external/mpp/mpp/codec/inc/
H A Drc_data_impl.h136 RcDataNode *curr_node; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/
H A Dfs_core.c828 struct fs_node *curr_node; in find_closest_ft() local
832 curr_node = &prio->node; in find_closest_ft()
834 ft = find_closest_ft_recursive(parent, &curr_node->list, reverse); in find_closest_ft()
835 curr_node = parent; in find_closest_ft()
836 parent = curr_node->parent; in find_closest_ft()