Home
last modified time | relevance | path

Searched refs:node_cnt (Results 1 – 9 of 9) sorted by relevance

/linux-6.6.21/fs/f2fs/
Dextent_cache.c286 atomic_inc(&et->node_cnt); in __attach_extent_node()
297 atomic_dec(&et->node_cnt); in __detach_extent_node()
345 atomic_set(&et->node_cnt, 0); in __grab_extent_tree()
364 unsigned int count = atomic_read(&et->node_cnt); in __free_extent_tree()
374 return count - atomic_read(&et->node_cnt); in __free_extent_tree()
414 if (atomic_read(&et->node_cnt)) in f2fs_init_read_extent_tree()
902 unsigned int node_cnt = 0, tree_cnt = 0; in __shrink_extent_tree() local
913 if (atomic_read(&et->node_cnt)) { in __shrink_extent_tree()
915 node_cnt += __free_extent_tree(sbi, et); in __shrink_extent_tree()
918 f2fs_bug_on(sbi, atomic_read(&et->node_cnt)); in __shrink_extent_tree()
[all …]
Df2fs.h661 atomic_t node_cnt; /* # of extent node in rb-tree*/ member
/linux-6.6.21/net/ethtool/
Dplca.c115 (plca->node_cnt >= 0 && in plca_get_cfg_fill_reply()
116 nla_put_u32(skb, ETHTOOL_A_PLCA_NODE_CNT, plca->node_cnt)) || in plca_get_cfg_fill_reply()
162 plca_update_sint(&plca_cfg.node_cnt, tb, ETHTOOL_A_PLCA_NODE_CNT, &mod); in ethnl_set_plca()
/linux-6.6.21/drivers/net/phy/
Dphy-c45.c1220 plca_cfg->node_cnt = (ret & MDIO_OATC14_PLCA_NCNT) >> 8; in genphy_c45_plca_get_cfg()
1271 if (plca_cfg->node_cnt >= 0 || plca_cfg->node_id >= 0) { in genphy_c45_plca_set_cfg()
1276 if (plca_cfg->node_cnt < 0 || plca_cfg->node_id < 0) { in genphy_c45_plca_set_cfg()
1286 if (plca_cfg->node_cnt >= 0) in genphy_c45_plca_set_cfg()
1288 (plca_cfg->node_cnt << 8); in genphy_c45_plca_set_cfg()
Dphy.c706 if (curr_plca_cfg->node_cnt < 0 && plca_cfg->node_cnt >= 0) { in phy_ethtool_set_plca_cfg()
/linux-6.6.21/include/trace/events/
Df2fs.h1751 TP_PROTO(struct f2fs_sb_info *sbi, unsigned int node_cnt,
1754 TP_ARGS(sbi, node_cnt, tree_cnt, type),
1758 __field(unsigned int, node_cnt)
1765 __entry->node_cnt = node_cnt;
1772 __entry->node_cnt,
1779 TP_PROTO(struct inode *inode, unsigned int node_cnt,
1782 TP_ARGS(inode, node_cnt, type),
1787 __field(unsigned int, node_cnt)
1794 __entry->node_cnt = node_cnt;
1800 __entry->node_cnt,
/linux-6.6.21/tools/net/ynl/generated/
Dethtool-user.h4910 __u32 node_cnt:1; member
4921 __u32 node_cnt; member
5010 __u32 node_cnt:1; member
5021 __u32 node_cnt; member
5084 __u32 node_cnt) in ethtool_plca_set_cfg_req_set_node_cnt() argument
5086 req->_present.node_cnt = 1; in ethtool_plca_set_cfg_req_set_node_cnt()
5087 req->node_cnt = node_cnt; in ethtool_plca_set_cfg_req_set_node_cnt()
5174 __u32 node_cnt:1; member
5185 __u32 node_cnt; member
Dethtool-user.c5627 dst->_present.node_cnt = 1; in ethtool_plca_get_cfg_rsp_parse()
5628 dst->node_cnt = mnl_attr_get_u32(attr); in ethtool_plca_get_cfg_rsp_parse()
5763 if (req->_present.node_cnt) in ethtool_plca_set_cfg()
5764 mnl_attr_put_u32(nlh, ETHTOOL_A_PLCA_NODE_CNT, req->node_cnt); in ethtool_plca_set_cfg()
5835 dst->_present.node_cnt = 1; in ethtool_plca_get_status_rsp_parse()
5836 dst->node_cnt = mnl_attr_get_u32(attr); in ethtool_plca_get_status_rsp_parse()
/linux-6.6.21/include/linux/
Dphy.h831 int node_cnt; member