[go: nahoru, domu]

Searched defs:ibits (Results 1 - 4 of 4) sorted by relevance

/drivers/clk/qcom/
H A Dclk-pll.h25 * @ibits: internal values
32 u32 ibits; member in struct:pll_freq_tbl
/drivers/staging/lustre/lustre/llite/
H A Dllite_capa.c192 __u64 ibits; local
207 /* ibits may be changed by ll_have_md_lock() so we have
209 ibits = MDS_INODELOCK_LOOKUP;
214 &ibits, LCK_MINMODE)) {
H A Dfile.c2902 static int __ll_inode_revalidate(struct dentry *dentry, __u64 ibits) argument
2918 * with new CMD ibits lock. See bug 12718 */
2923 if (ibits == MDS_INODELOCK_LOOKUP)
2960 } else if (!ll_have_md_lock(dentry->d_inode, &ibits, LCK_MINMODE)) {
2997 static int ll_inode_revalidate(struct dentry *dentry, __u64 ibits) argument
3002 rc = __ll_inode_revalidate(dentry, ibits);
/drivers/staging/lustre/lnet/lnet/
H A Dapi-ni.c596 unsigned int ibits = LNET_COOKIE_TYPE_BITS + LNET_CPT_BITS; local
600 rec->rec_lh_cookie += 1 << ibits;
602 hash = (lh->lh_cookie >> ibits) & LNET_LH_HASH_MASK;

Completed in 220 milliseconds