Home
last modified time | relevance | path

Searched refs:ibits (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/clk/qcom/
Dclk-pll.h32 u32 ibits; member
Dclk-pll.c175 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate()
Dgcc-ipq806x.c149 .ibits = i, \
/linux-4.4.14/drivers/staging/lustre/lnet/lnet/
Dapi-ni.c520 unsigned int ibits = LNET_COOKIE_TYPE_BITS + LNET_CPT_BITS; in lnet_res_lh_initialize() local
524 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()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c2862 static int __ll_inode_revalidate(struct dentry *dentry, __u64 ibits) in __ll_inode_revalidate() argument
2883 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() argument
2959 rc = __ll_inode_revalidate(dentry, ibits); in ll_inode_revalidate()