Searched refs:node_cnt (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/fs/f2fs/ |
A D | extent_cache.c | 399 atomic_inc(&et->node_cnt); in __attach_extent_node() 410 atomic_dec(&et->node_cnt); in __detach_extent_node() 458 atomic_set(&et->node_cnt, 0); in __grab_extent_tree() 527 if (atomic_read(&et->node_cnt)) in f2fs_init_read_extent_tree() 1016 if (atomic_read(&et->node_cnt)) { in __shrink_extent_tree() 1061 node_cnt++; in __shrink_extent_tree() 1071 return node_cnt + tree_cnt; in __shrink_extent_tree() 1165 unsigned int node_cnt = 0; in __destroy_extent_node() local 1174 return node_cnt; in __destroy_extent_node() 1217 unsigned int node_cnt = 0; in __destroy_extent_tree() local [all …]
|
A D | f2fs.h | 679 atomic_t node_cnt; /* # of extent node in rb-tree*/ member
|
/linux-6.3-rc2/net/ethtool/ |
A D | plca.c | 102 (plca->node_cnt >= 0 && in plca_get_cfg_fill_reply() 103 nla_put_u32(skb, ETHTOOL_A_PLCA_NODE_CNT, plca->node_cnt)) || in plca_get_cfg_fill_reply() 149 plca_update_sint(&plca_cfg.node_cnt, tb[ETHTOOL_A_PLCA_NODE_CNT], &mod); in ethnl_set_plca()
|
/linux-6.3-rc2/drivers/net/phy/ |
A D | phy-c45.c | 1185 plca_cfg->node_cnt = (ret & MDIO_OATC14_PLCA_NCNT) >> 8; in genphy_c45_plca_get_cfg() 1236 if (plca_cfg->node_cnt >= 0 || plca_cfg->node_id >= 0) { in genphy_c45_plca_set_cfg() 1241 if (plca_cfg->node_cnt < 0 || plca_cfg->node_id < 0) { in genphy_c45_plca_set_cfg() 1251 if (plca_cfg->node_cnt >= 0) in genphy_c45_plca_set_cfg() 1253 (plca_cfg->node_cnt << 8); in genphy_c45_plca_set_cfg()
|
A D | phy.c | 659 if (curr_plca_cfg->node_cnt < 0 && plca_cfg->node_cnt >= 0) { in phy_ethtool_set_plca_cfg()
|
/linux-6.3-rc2/include/trace/events/ |
A D | f2fs.h | 1737 TP_PROTO(struct f2fs_sb_info *sbi, unsigned int node_cnt, 1740 TP_ARGS(sbi, node_cnt, tree_cnt, type), 1744 __field(unsigned int, node_cnt) 1751 __entry->node_cnt = node_cnt; 1758 __entry->node_cnt, 1765 TP_PROTO(struct inode *inode, unsigned int node_cnt, 1768 TP_ARGS(inode, node_cnt, type), 1773 __field(unsigned int, node_cnt) 1780 __entry->node_cnt = node_cnt; 1786 __entry->node_cnt,
|
/linux-6.3-rc2/include/linux/ |
A D | phy.h | 816 int node_cnt; member
|
Completed in 31 milliseconds