Searched refs:node_cnt (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/f2fs/ |
| H A D | extent_cache.c | 308 atomic_inc(&et->node_cnt); in __attach_extent_node() 319 atomic_dec(&et->node_cnt); in __detach_extent_node() 367 atomic_set(&et->node_cnt, 0); in __grab_extent_tree() 634 unsigned int node_cnt = 0; in __destroy_extent_node() local 647 return node_cnt; in __destroy_extent_node() 721 atomic_read(&et->node_cnt) < in __update_extent_tree_range() 977 if (atomic_read(&et->node_cnt)) in __shrink_extent_tree() 1019 node_cnt++; in __shrink_extent_tree() 1029 return node_cnt + tree_cnt; in __shrink_extent_tree() 1159 unsigned int node_cnt = 0; in __destroy_extent_tree() local [all …]
|
| H A D | f2fs.h | 692 atomic_t node_cnt; /* # of extent node in rb-tree*/ member
|
| /linux-6.15/net/ethtool/ |
| H A D | plca.c | 119 (plca->node_cnt >= 0 && in plca_get_cfg_fill_reply() 120 nla_put_u32(skb, ETHTOOL_A_PLCA_NODE_CNT, plca->node_cnt)) || in plca_get_cfg_fill_reply() 168 plca_update_sint(&plca_cfg.node_cnt, tb, ETHTOOL_A_PLCA_NODE_CNT, &mod); in ethnl_set_plca()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | phy-c45.c | 1310 plca_cfg->node_cnt = (ret & MDIO_OATC14_PLCA_NCNT) >> 8; in genphy_c45_plca_get_cfg() 1361 if (plca_cfg->node_cnt >= 0 || plca_cfg->node_id >= 0) { in genphy_c45_plca_set_cfg() 1366 if (plca_cfg->node_cnt < 0 || plca_cfg->node_id < 0) { in genphy_c45_plca_set_cfg() 1376 if (plca_cfg->node_cnt >= 0) in genphy_c45_plca_set_cfg() 1378 (plca_cfg->node_cnt << 8); in genphy_c45_plca_set_cfg()
|
| H A D | phy.c | 759 if (curr_plca_cfg->node_cnt < 0 && plca_cfg->node_cnt >= 0) { in phy_ethtool_set_plca_cfg()
|
| /linux-6.15/include/trace/events/ |
| H A D | f2fs.h | 1850 TP_PROTO(struct f2fs_sb_info *sbi, unsigned int node_cnt, 1853 TP_ARGS(sbi, node_cnt, tree_cnt, type), 1857 __field(unsigned int, node_cnt) 1864 __entry->node_cnt = node_cnt; 1871 __entry->node_cnt, 1878 TP_PROTO(struct inode *inode, unsigned int node_cnt, 1881 TP_ARGS(inode, node_cnt, type), 1886 __field(unsigned int, node_cnt) 1893 __entry->node_cnt = node_cnt; 1899 __entry->node_cnt,
|
| /linux-6.15/include/linux/ |
| H A D | phy.h | 827 int node_cnt; member
|