/linux-4.4.14/block/ |
D | blk-lib.c | 20 struct bio_batch *bb = bio->bi_private; in bio_batch_end_io() local 48 struct bio_batch bb; in blkdev_issue_discard() local 151 struct bio_batch bb; in blkdev_issue_write_same() local 220 struct bio_batch bb; in __blkdev_issue_zeroout() local
|
/linux-4.4.14/fs/xfs/libxfs/ |
D | xfs_bmap_btree.h | 84 #define XFS_BMAP_BROOT_PTR_ADDR(mp, bb, i, sz) \ argument 91 #define XFS_BMAP_BROOT_SPACE(mp, bb) \ argument 96 #define XFS_BMAP_BMDR_SPACE(bb) \ argument
|
D | xfs_format.h | 572 #define XFS_BB_TO_FSB(mp,bb) \ argument 574 #define XFS_BB_TO_FSBT(mp,bb) ((bb) >> (mp)->m_blkbb_log) argument 1081 #define XFS_SUMOFFS(mp,ls,bb) ((int)((ls) * (mp)->m_sb.sb_rbmblocks + (bb))) argument 1089 #define XFS_BLOCKTOBIT(mp,bb) ((bb) << (mp)->m_blkbit_log) argument
|
/linux-4.4.14/net/tipc/ |
D | bcast.c | 80 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcbase_select_primary() local 110 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcast_inc_bearer_dst_cnt() local 120 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcast_dec_bearer_dst_cnt() local 141 struct tipc_bc_base *bb = tipc_bc_base(net); in tipc_bcbase_xmit() local 506 struct tipc_bc_base *bb = NULL; in tipc_bcast_init() local
|
/linux-4.4.14/arch/alpha/boot/tools/ |
D | objstrip.c | 108 unsigned long bb[64], sum = 0; in main() local
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | mux34xx.c | 34 #define _OMAP3_BALLENTRY(M0, bb, bt) \ argument
|
/linux-4.4.14/arch/x86/kernel/cpu/ |
D | centaur.c | 116 u32 aa, bb, cc, dd; in init_centaur() local
|
/linux-4.4.14/crypto/ |
D | rmd128.c | 52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd; in rmd128_transform() local
|
D | rmd256.c | 52 u32 aa, bb, cc, dd, aaa, bbb, ccc, ddd, tmp; in rmd256_transform() local
|
D | rmd320.c | 56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee, tmp; in rmd320_transform() local
|
D | rmd160.c | 56 u32 aa, bb, cc, dd, ee, aaa, bbb, ccc, ddd, eee; in rmd160_transform() local
|
D | tgr192.c | 468 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
|
/linux-4.4.14/drivers/net/wireless/b43/ |
D | phy_g.c | 222 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()
|
D | lo.c | 918 struct b43_bbatt bb; in b43_lo_g_adjust_to() local
|
/linux-4.4.14/drivers/media/dvb-frontends/ |
D | dib0090.h | 149 static inline void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_g… in dib0090_get_current_gain()
|
D | dib0090.c | 928 u16 rf, bb, ref; in dib0090_gain_apply() local 1317 void dib0090_get_current_gain(struct dvb_frontend *fe, u16 * rf, u16 * bb, u16 * rf_gain_limit, u16… in dib0090_get_current_gain()
|
/linux-4.4.14/drivers/md/ |
D | md.c | 1485 u64 bb = le64_to_cpu(*bbp); in super_1_load() local 1773 struct badblocks *bb = &rdev->badblocks; in super_1_sync() local 8524 int md_is_badblock(struct badblocks *bb, sector_t s, int sectors, in md_is_badblock() 8604 static int md_set_badblocks(struct badblocks *bb, sector_t s, int sectors, in md_set_badblocks() 8773 static int md_clear_badblocks(struct badblocks *bb, sector_t s, int sectors) in md_clear_badblocks() 8879 void md_ack_all_badblocks(struct badblocks *bb) in md_ack_all_badblocks() 8915 badblocks_show(struct badblocks *bb, char *page, int unack) in badblocks_show() 8956 badblocks_store(struct badblocks *bb, const char *page, size_t len, int unack) in badblocks_store()
|
/linux-4.4.14/drivers/input/mouse/ |
D | cypress_ps2.h | 9 #define ENCODE_CMD(aa, bb, cc, dd) \ argument
|
/linux-4.4.14/arch/x86/kernel/kprobes/ |
D | core.c | 70 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
|
/linux-4.4.14/lib/ |
D | inflate.c | 223 STATIC ulg bb; /* bit buffer */ variable
|
/linux-4.4.14/arch/x86/kernel/ |
D | uprobes.c | 59 #define W(row, b0, b1, b2, b3, b4, b5, b6, b7, b8, b9, ba, bb, bc, bd, be, bf)\ argument
|
/linux-4.4.14/drivers/net/ethernet/sun/ |
D | sunbmac.c | 213 struct bmac_init_block *bb = bp->bmac_block; in bigmac_init_rings() local
|
/linux-4.4.14/drivers/net/wireless/ti/wl1251/ |
D | acx.c | 643 struct acx_beacon_broadcast *bb; in wl1251_acx_bcn_dtim_options() local
|
/linux-4.4.14/drivers/message/fusion/ |
D | mptfc.c | 276 FCDevicePage0_t **bb = (FCDevicePage0_t **)b; in mptfc_FcDevPage0_cmp_func() local
|
/linux-4.4.14/drivers/net/wireless/realtek/rtl818x/rtl8180/ |
D | dev.c | 303 int idx, bb; in rtl8180_handle_rx() local
|
/linux-4.4.14/drivers/net/wireless/ti/wlcore/ |
D | acx.c | 580 struct acx_beacon_broadcast *bb; in wl1271_acx_bcn_dtim_options() local
|
/linux-4.4.14/drivers/s390/cio/ |
D | qdio_main.c | 79 unsigned int *bb, unsigned int fc, in do_siga_output()
|
/linux-4.4.14/fs/ext4/ |
D | mballoc.c | 443 char *bb; in mb_find_buddy() local 1263 void *bb; in mb_find_order_for_block() local
|
/linux-4.4.14/include/video/ |
D | omapdss.h | 382 s16 br, bg, bb; member
|