Home
last modified time | relevance | path

Searched refs:node_type (Results 1 – 5 of 5) sorted by relevance

/device/soc/rockchip/common/sdk_linux/fs/ubifs/
Drecovery.c161 if (ch->node_type != UBIFS_MST_NODE) { in get_master_node()
873 if (cs_node->ch.node_type != UBIFS_CS_NODE) { in get_cs_sqnum()
874 ubifs_err(c, "Not a CS node, type is %d", cs_node->ch.node_type); in get_cs_sqnum()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
Dmac_cfg.h255 mac_hisi_mesh_node_type_enum_uint8 node_type; /* 本节点角色 */ member
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/hmac/
Dhmac_config.c7341 param->node_type = MAC_HISI_MESH_STA; in hmac_config_get_mesh_nodeinfo()
7343 param->node_type = MAC_HISI_MESH_MG; in hmac_config_get_mesh_nodeinfo()
7345 param->node_type = MAC_HISI_MESH_MBR; in hmac_config_get_mesh_nodeinfo()
7348 param->node_type = MAC_HISI_MESH_UNSPEC; in hmac_config_get_mesh_nodeinfo()
7361 param->node_type, param->chan); in hmac_config_get_mesh_nodeinfo()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/wal/
Dwal_hipriv.c594 if (mesh_node_info->node_type == MAC_HISI_MESH_UNSPEC) { in wal_hipriv_get_mesh_node_info()
595 hi_at_printf("+MeshNode Type:%d\r\n", mesh_node_info->node_type); in wal_hipriv_get_mesh_node_info()
597 hi_at_printf("+MeshNode Type:%d\r\n", mesh_node_info->node_type); in wal_hipriv_get_mesh_node_info()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
Dfair.c1575 enum numa_type node_type; member
1702 ns->node_type = numa_classify(env->imbalance_pct, ns); in update_numa_stats()
1992 if (env->dst_stats.node_type == node_has_spare) { in task_numa_find_cpu()