Searched refs:node_cnt (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/f2fs/ |
| A D | extent_cache.c | 275 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 D | f2fs.h | 681 atomic_t node_cnt; /* # of extent node in rb-tree*/ member
|
| /linux/net/ethtool/ |
| 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/drivers/net/phy/ |
| A D | phy-c45.c | 1309 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 D | phy.c | 731 if (curr_plca_cfg->node_cnt < 0 && plca_cfg->node_cnt >= 0) { in phy_ethtool_set_plca_cfg()
|
| /linux/include/trace/events/ |
| A D | f2fs.h | 1851 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 D | phy.h | 857 int node_cnt; member
|
Completed in 37 milliseconds