Home
last modified time | relevance | path

Searched defs:bb (Results 1 – 25 of 32) sorted by relevance

12

/linux-3.3/fs/sysfs/
Dbin.c72 struct bin_buffer *bb = file->private_data; in read() local
142 struct bin_buffer *bb = file->private_data; in write() local
179 struct bin_buffer *bb = file->private_data; in bin_vma_open() local
197 struct bin_buffer *bb = file->private_data; in bin_fault() local
218 struct bin_buffer *bb = file->private_data; in bin_page_mkwrite() local
240 struct bin_buffer *bb = file->private_data; in bin_access() local
262 struct bin_buffer *bb = file->private_data; in bin_set_policy() local
284 struct bin_buffer *bb = file->private_data; in bin_get_policy() local
306 struct bin_buffer *bb = file->private_data; in bin_migrate() local
339 struct bin_buffer *bb = file->private_data; in mmap() local
[all …]
/linux-3.3/block/
Dblk-lib.c20 struct bio_batch *bb = bio->bi_private; in bio_batch_end_io() local
47 struct bio_batch bb; in blkdev_issue_discard() local
133 struct bio_batch bb; in blkdev_issue_zeroout() local
/linux-3.3/fs/xfs/
Dxfs_rtalloc.h46 #define XFS_SUMOFFS(mp,ls,bb) ((int)((ls) * (mp)->m_sb.sb_rbmblocks + (bb))) argument
54 #define XFS_BLOCKTOBIT(mp,bb) ((bb) << (mp)->m_blkbit_log) argument
Dxfs_bmap_btree.h186 #define XFS_BMAP_BROOT_PTR_ADDR(mp, bb, i, sz) \ argument
193 #define XFS_BMAP_BROOT_SPACE(bb) \ argument
Dxfs_sb.h529 #define XFS_BB_TO_FSB(mp,bb) \ argument
531 #define XFS_BB_TO_FSBT(mp,bb) ((bb) >> (mp)->m_blkbb_log) argument
532 #define XFS_BB_FSB_OFFSET(mp,bb) ((bb) & ((mp)->m_bsize - 1)) argument
/linux-3.3/arch/alpha/boot/tools/
Dobjstrip.c105 unsigned long bb[64], sum = 0; in main() local
/linux-3.3/arch/arm/mach-omap2/
Dmux2430.c34 #define _OMAP2430_BALLENTRY(M0, bb, bt) \ argument
Dmux2420.c34 #define _OMAP2420_BALLENTRY(M0, bb, bt) \ argument
Dmux44xx.c44 #define _OMAP4_BALLENTRY(M0, bb, bt) \ argument
Dmux34xx.c34 #define _OMAP3_BALLENTRY(M0, bb, bt) \ argument
/linux-3.3/kernel/power/
Dsnapshot.c263 static inline unsigned long bm_block_bits(struct bm_block *bb) in bm_block_bits()
307 struct bm_block *bb; in create_bm_block_list() local
416 struct bm_block *bb; in memory_bm_create() local
462 struct bm_block *bb; in memory_bm_free() local
481 struct bm_block *bb; in memory_bm_find_bit() local
574 struct bm_block *bb; in memory_bm_next_pfn() local
/linux-3.3/crypto/
Drmd128.c52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd; in rmd128_transform() local
Drmd256.c52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd, tmp; in rmd256_transform() local
Drmd320.c56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee, tmp; in rmd320_transform() local
Drmd160.c56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee; in rmd160_transform() local
Dtgr192.c468 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
/linux-3.3/drivers/mtd/devices/
Ddocecc.c442 gf bb[NN - KK + 1]; in doc_decode_ecc() local
/linux-3.3/arch/x86/kernel/cpu/
Dcentaur.c347 u32 aa, bb, cc, dd; in init_centaur() local
/linux-3.3/drivers/md/
Dmd.c1570 u64 bb = le64_to_cpu(*bbp); in super_1_load() local
1790 struct badblocks *bb = &rdev->badblocks; in super_1_sync() local
7693 int md_is_badblock(struct badblocks *bb, sector_t s, int sectors, in md_is_badblock()
7772 static int md_set_badblocks(struct badblocks *bb, sector_t s, int sectors, in md_set_badblocks()
7934 static int md_clear_badblocks(struct badblocks *bb, sector_t s, int sectors) in md_clear_badblocks()
8036 void md_ack_all_badblocks(struct badblocks *bb) in md_ack_all_badblocks()
8072 badblocks_show(struct badblocks *bb, char *page, int unack) in badblocks_show()
8113 badblocks_store(struct badblocks *bb, const char *page, size_t len, int unack) in badblocks_store()
/linux-3.3/drivers/net/wireless/b43/
Dphy_g.c222 u16 bb, rf; in b43_set_txpower_g() local
289 u8 rf, bb; in b43_gphy_gain_lt_init() local
2124 struct b43_bbatt *bb) in default_baseband_attenuation()
Dlo.c918 struct b43_bbatt bb; in b43_lo_g_adjust_to() local
/linux-3.3/drivers/media/dvb/frontends/
Ddib0090.h149 static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_g… in dib0090_get_current_gain()
/linux-3.3/lib/
Dinflate.c223 STATIC ulg bb; /* bit buffer */ variable
/linux-3.3/drivers/net/wireless/wl1251/
Dacx.c692 struct acx_beacon_broadcast *bb; in wl1251_acx_bcn_dtim_options() local
/linux-3.3/drivers/net/ethernet/sun/
Dsunbmac.c215 struct bmac_init_block *bb = bp->bmac_block; in bigmac_init_rings() local

12