Searched refs:ibits (Results 1 – 5 of 5) sorted by relevance
32 u32 ibits; member
175 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate()
149 .ibits = i, \
520 unsigned int ibits = LNET_COOKIE_TYPE_BITS + LNET_CPT_BITS; in lnet_res_lh_initialize() local524 rec->rec_lh_cookie += 1 << ibits; in lnet_res_lh_initialize()526 hash = (lh->lh_cookie >> ibits) & LNET_LH_HASH_MASK; in lnet_res_lh_initialize()
2862 static int __ll_inode_revalidate(struct dentry *dentry, __u64 ibits) in __ll_inode_revalidate() argument2883 if (ibits == MDS_INODELOCK_LOOKUP) in __ll_inode_revalidate()2920 } else if (!ll_have_md_lock(d_inode(dentry), &ibits, LCK_MINMODE)) { in __ll_inode_revalidate()2954 static int ll_inode_revalidate(struct dentry *dentry, __u64 ibits) in ll_inode_revalidate() argument2959 rc = __ll_inode_revalidate(dentry, ibits); in ll_inode_revalidate()