Searched refs:node_cnt (Results 1 – 7 of 7) sorted by relevance
| /linux/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() 435 if (atomic_read(&et->node_cnt) || !ei.len) in f2fs_init_read_extent_tree() 640 unsigned int node_cnt = 0; in __destroy_extent_node() local 642 if (!et || !atomic_read(&et->node_cnt)) in __destroy_extent_node() 645 while (atomic_read(&et->node_cnt)) { in __destroy_extent_node() 647 node_cnt += __free_extent_tree(sbi, et, nr_shrink); in __destroy_extent_node() 651 f2fs_bug_on(sbi, atomic_read(&et->node_cnt)); in __destroy_extent_node() 653 return node_cnt; in __destroy_extent_node() [all …]
|
| H A D | f2fs.h | 800 atomic_t node_cnt; /* # of extent node in rb-tree*/ member
|
| /linux/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/include/trace/events/ |
| H A D | f2fs.h | 1907 TP_PROTO(struct f2fs_sb_info *sbi, unsigned int node_cnt, 1910 TP_ARGS(sbi, node_cnt, tree_cnt, type), 1914 __field(unsigned int, node_cnt) 1921 __entry->node_cnt = node_cnt; 1928 __entry->node_cnt, 1935 TP_PROTO(struct inode *inode, unsigned int node_cnt, 1938 TP_ARGS(inode, node_cnt, type), 1943 __field(unsigned int, node_cnt) 1950 __entry->node_cnt = node_cnt; 1956 __entry->node_cnt,
|
| /linux/drivers/net/phy/ |
| H A D | phy-c45.c | 1311 plca_cfg->node_cnt = (ret & MDIO_OATC14_PLCA_NCNT) >> 8; in genphy_c45_plca_get_cfg() 1362 if (plca_cfg->node_cnt >= 0 || plca_cfg->node_id >= 0) { in genphy_c45_plca_set_cfg() 1367 if (plca_cfg->node_cnt < 0 || plca_cfg->node_id < 0) { in genphy_c45_plca_set_cfg() 1377 if (plca_cfg->node_cnt >= 0) in genphy_c45_plca_set_cfg() 1379 (plca_cfg->node_cnt << 8); in genphy_c45_plca_set_cfg()
|
| H A D | phy.c | 765 if (curr_plca_cfg->node_cnt < 0 && plca_cfg->node_cnt >= 0) { in phy_ethtool_set_plca_cfg()
|
| /linux/include/linux/ |
| H A D | phy.h | 897 int node_cnt; member
|