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

/linux-master/fs/f2fs/
H A Dextent_cache.c285 atomic_inc(&et->node_cnt);
296 atomic_dec(&et->node_cnt);
344 atomic_set(&et->node_cnt, 0);
363 unsigned int count = atomic_read(&et->node_cnt);
373 return count - atomic_read(&et->node_cnt);
413 if (atomic_read(&et->node_cnt))
899 unsigned int node_cnt = 0, tree_cnt = 0; local
910 if (atomic_read(&et->node_cnt)) {
912 node_cnt += __free_extent_tree(sbi, et);
915 f2fs_bug_on(sbi, atomic_read(&et->node_cnt));
1059 unsigned int node_cnt = 0; local
1111 unsigned int node_cnt = 0; local
[all...]
H A Df2fs.h675 atomic_t node_cnt; /* # of extent node in rb-tree*/ member in struct:extent_tree
/linux-master/net/ethtool/
H A Dplca.c115 (plca->node_cnt >= 0 &&
116 nla_put_u32(skb, ETHTOOL_A_PLCA_NODE_CNT, plca->node_cnt)) ||
162 plca_update_sint(&plca_cfg.node_cnt, tb, ETHTOOL_A_PLCA_NODE_CNT, &mod);
/linux-master/drivers/net/phy/
H A Dphy-c45.c1309 plca_cfg->node_cnt = (ret & MDIO_OATC14_PLCA_NCNT) >> 8;
1360 if (plca_cfg->node_cnt >= 0 || plca_cfg->node_id >= 0) {
1365 if (plca_cfg->node_cnt < 0 || plca_cfg->node_id < 0) {
1375 if (plca_cfg->node_cnt >= 0)
1377 (plca_cfg->node_cnt << 8);
H A Dphy.c726 if (curr_plca_cfg->node_cnt < 0 && plca_cfg->node_cnt >= 0) {
/linux-master/include/trace/events/
H A Df2fs.h1850 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;
1869 TP_printk("dev = (%d,%d), shrunk: node_cnt = %u, tree_cnt = %u, type = %s",
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)
[all...]
/linux-master/include/linux/
H A Dphy.h819 * @node_cnt: the PLCA node count (maximum number of nodes having a TO). Only
844 int node_cnt; member in struct:phy_plca_cfg

Completed in 353 milliseconds