Searched refs:node_cnt (Results 1 – 4 of 4) 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 …]
|
| /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; 1926 TP_printk("dev = (%d,%d), shrunk: node_cnt = %u, tree_cnt = %u, type = %s", 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) [all...] |
| /linux/drivers/net/phy/ |
| H A D | phy.c | 765 if (curr_plca_cfg->node_cnt < 0 && plca_cfg->node_cnt >= 0) { in phy_ethtool_set_plca_cfg()
|