Home
last modified time | relevance | path

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

/linux/fs/f2fs/
A Dextent_cache.c275 atomic_inc(&et->node_cnt); in __attach_extent_node()
286 atomic_dec(&et->node_cnt); in __detach_extent_node()
334 atomic_set(&et->node_cnt, 0); in __grab_extent_tree()
900 if (atomic_read(&et->node_cnt)) { in __shrink_extent_tree()
913 if (node_cnt + tree_cnt >= nr_shrink) in __shrink_extent_tree()
945 node_cnt++; in __shrink_extent_tree()
955 return node_cnt + tree_cnt; in __shrink_extent_tree()
1049 unsigned int node_cnt = 0; in __destroy_extent_node() local
1058 return node_cnt; in __destroy_extent_node()
1101 unsigned int node_cnt = 0; in __destroy_extent_tree() local
[all …]
A Df2fs.h681 atomic_t node_cnt; /* # of extent node in rb-tree*/ member
/linux/net/ethtool/
A Dplca.c119 (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/drivers/net/phy/
A Dphy-c45.c1309 plca_cfg->node_cnt = (ret & MDIO_OATC14_PLCA_NCNT) >> 8; in genphy_c45_plca_get_cfg()
1360 if (plca_cfg->node_cnt >= 0 || plca_cfg->node_id >= 0) { in genphy_c45_plca_set_cfg()
1365 if (plca_cfg->node_cnt < 0 || plca_cfg->node_id < 0) { in genphy_c45_plca_set_cfg()
1375 if (plca_cfg->node_cnt >= 0) in genphy_c45_plca_set_cfg()
1377 (plca_cfg->node_cnt << 8); in genphy_c45_plca_set_cfg()
A Dphy.c731 if (curr_plca_cfg->node_cnt < 0 && plca_cfg->node_cnt >= 0) { in phy_ethtool_set_plca_cfg()
/linux/include/trace/events/
A Df2fs.h1851 TP_PROTO(struct f2fs_sb_info *sbi, unsigned int node_cnt,
1854 TP_ARGS(sbi, node_cnt, tree_cnt, type),
1858 __field(unsigned int, node_cnt)
1865 __entry->node_cnt = node_cnt;
1872 __entry->node_cnt,
1879 TP_PROTO(struct inode *inode, unsigned int node_cnt,
1882 TP_ARGS(inode, node_cnt, type),
1887 __field(unsigned int, node_cnt)
1894 __entry->node_cnt = node_cnt;
1900 __entry->node_cnt,
/linux/include/linux/
A Dphy.h857 int node_cnt; member

Completed in 37 milliseconds