Home
last modified time | relevance | path

Searched defs:bs (Results 1 – 25 of 56) sorted by relevance

123

/linux-3.3/net/netfilter/
Dnf_conntrack_h323_asn1.c103 #define INC_BIT(bs) if((++(bs)->bit)>7){(bs)->cur++;(bs)->bit=0;} argument
104 #define INC_BITS(bs,b) if(((bs)->bit+=(b))>7){(bs)->cur+=(bs)->bit>>3;(bs)->bit&=7;} argument
105 #define BYTE_ALIGN(bs) if((bs)->bit){(bs)->cur++;(bs)->bit=0;} argument
106 #define CHECK_BOUND(bs,n) if((bs)->cur+(n)>(bs)->end)return(H323_ERROR_BOUND) argument
153 static unsigned int get_len(bitstr_t *bs) in get_len()
169 static unsigned int get_bit(bitstr_t *bs) in get_bit()
180 static unsigned int get_bits(bitstr_t *bs, unsigned int b) in get_bits()
206 static unsigned int get_bitmap(bitstr_t *bs, unsigned int b) in get_bitmap()
245 static unsigned int get_uint(bitstr_t *bs, int b) in get_uint()
267 static int decode_nul(bitstr_t *bs, const struct field_t *f, in decode_nul()
[all …]
/linux-3.3/drivers/block/drbd/
Ddrbd_vli.h238 static inline void bitstream_init(struct bitstream *bs, void *s, size_t len, unsigned int pad_bits) in bitstream_init()
246 static inline void bitstream_rewind(struct bitstream *bs) in bitstream_rewind()
260 static inline int bitstream_put_bits(struct bitstream *bs, u64 val, const unsigned int bits) in bitstream_put_bits()
293 static inline int bitstream_get_bits(struct bitstream *bs, u64 *out, int bits) in bitstream_get_bits()
340 static inline int vli_encode_bits(struct bitstream *bs, u64 in) in vli_encode_bits()
/linux-3.3/drivers/pcmcia/
Dsa11xx_base.h69 #define MECR_SET(mecr, sock, shift, mask, bs) \ argument
78 #define MECR_BSIO_SET(mecr, sock, bs) \ argument
84 #define MECR_BSA_SET(mecr, sock, bs) \ argument
90 #define MECR_BSM_SET(mecr, sock, bs) \ argument
/linux-3.3/crypto/
Dxcbc.c66 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_setkey() local
86 int bs = crypto_shash_blocksize(pdesc->tfm); in crypto_xcbc_digest_init() local
103 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_update() local
149 int bs = crypto_shash_blocksize(parent); in crypto_xcbc_digest_final() local
Dhmac.c47 int bs = crypto_shash_blocksize(parent); in hmac_setkey() local
Dxts.c100 const int bs = XTS_BLOCK_SIZE; in crypt() local
Dlrw.c144 const int bs = LRW_BLOCK_SIZE; in crypt() local
/linux-3.3/drivers/misc/sgi-gru/
Dgrukservices.c152 static void gru_load_kernel_context(struct gru_blade_state *bs, int blade_id) in gru_load_kernel_context()
196 struct gru_blade_state *bs; in gru_free_kernel_contexts() local
225 struct gru_blade_state *bs; in gru_lock_kernel_context() local
251 struct gru_blade_state *bs; in gru_unlock_kernel_context() local
264 struct gru_blade_state *bs; in gru_get_cpu_resources() local
300 struct gru_blade_state *bs; in gru_reserve_async_resources() local
334 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_release_async_resources() local
351 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_wait_async_cbr() local
368 struct gru_blade_state *bs = ASYNC_HAN_TO_BS(han); in gru_lock_async_resource() local
Dgrumain.c763 struct gru_blade_state *bs) in is_gts_stealable()
772 struct gru_blade_state *bs) in gts_stolen()
/linux-3.3/drivers/atm/
Dnicstarmac.c108 #define NICSTAR_REG_WRITE(bs, reg, val) \ argument
111 #define NICSTAR_REG_READ(bs, reg) \ argument
/linux-3.3/fs/
Dbio-integrity.c86 struct bio_set *bs) in bio_integrity_alloc_bioset()
145 void bio_integrity_free(struct bio *bio, struct bio_set *bs) in bio_integrity_free()
738 gfp_t gfp_mask, struct bio_set *bs) in bio_integrity_clone()
761 int bioset_integrity_create(struct bio_set *bs, int pool_size) in bioset_integrity_create()
778 void bioset_integrity_free(struct bio_set *bs) in bioset_integrity_free()
Dbio.c123 static void bio_put_slab(struct bio_set *bs) in bio_put_slab()
157 void bvec_free_bs(struct bio_set *bs, struct bio_vec *bv, unsigned int idx) in bvec_free_bs()
171 struct bio_set *bs) in bvec_alloc_bs()
233 void bio_free(struct bio *bio, struct bio_set *bs) in bio_free()
277 struct bio *bio_alloc_bioset(gfp_t gfp_mask, int nr_iovecs, struct bio_set *bs) in bio_alloc_bioset()
1572 static int biovec_create_pools(struct bio_set *bs, int pool_entries) in biovec_create_pools()
1583 static void biovec_free_pools(struct bio_set *bs) in biovec_free_pools()
1588 void bioset_free(struct bio_set *bs) in bioset_free()
1617 struct bio_set *bs; in bioset_create() local
/linux-3.3/arch/mips/txx9/generic/
Dmem_tx4927.c43 unsigned int bs = 0; in tx4927_process_sdccr() local
/linux-3.3/arch/powerpc/lib/
Drheap.c158 unsigned long s, e, bs, be; in attach_free_block() local
374 unsigned long s, e, m, bs, be; in rh_detach_region() local
531 unsigned long s, e, m, bs = 0, be = 0; in rh_alloc_fixed() local
/linux-3.3/include/linux/
Dbio.h528 static inline int bioset_integrity_create(struct bio_set *bs, int pool_size) in bioset_integrity_create()
533 static inline void bioset_integrity_free (struct bio_set *bs) in bioset_integrity_free()
543 static inline void bio_integrity_free(struct bio *bio, struct bio_set *bs) in bio_integrity_free()
549 gfp_t gfp_mask, struct bio_set *bs) in bio_integrity_clone()
/linux-3.3/fs/ext4/
Dxattr.c648 struct ext4_xattr_block_find *bs) in ext4_xattr_block_find()
691 struct ext4_xattr_block_find *bs) in ext4_xattr_block_set()
980 struct ext4_xattr_block_find bs = { in ext4_xattr_set_handle() local
1144 struct ext4_xattr_block_find *bs = NULL; in ext4_expand_extra_isize_ea() local
/linux-3.3/drivers/md/
Ddm-log.c258 static inline int log_test_bit(uint32_t *bs, unsigned bit) in log_test_bit()
264 uint32_t *bs, unsigned bit) in log_set_bit()
271 uint32_t *bs, unsigned bit) in log_clear_bit()
Ddm.c174 struct bio_set *bs; member
207 struct bio_set *bs; member
1040 struct bio_set *bs = bio->bi_private; in dm_bio_destructor() local
1050 unsigned int len, struct bio_set *bs) in split_bvec()
1082 unsigned int len, struct bio_set *bs) in clone_bio()
/linux-3.3/lib/
Dts_bm.c67 int shift = bm->patlen - 1, bs; in bm_find() local
/linux-3.3/drivers/media/dvb/bt8xx/
Ddvb-bt8xx.c157 unsigned char bs = 0; in thomson_dtt7579_tuner_calc_regs() local
352 unsigned char bs = 0; in advbt771_samsung_tdtc9251dh0_tuner_calc_regs() local
/linux-3.3/fs/ext3/
Dxattr.c638 struct ext3_xattr_block_find *bs) in ext3_xattr_block_find()
682 struct ext3_xattr_block_find *bs) in ext3_xattr_block_set()
960 struct ext3_xattr_block_find bs = { in ext3_xattr_set_handle() local
/linux-3.3/fs/hpfs/
Dalloc.c66 unsigned bs = near & ~0x3fff; in alloc_in_bmp() local
/linux-3.3/arch/ia64/sn/kernel/
Dio_common.c230 struct pcibus_bussoft *bs; in sn_pci_fixup_slot() local
/linux-3.3/drivers/mmc/card/
Dmmc_test.c160 unsigned int *bs; member
2186 unsigned int bs[] = {1 << 12, 1 << 13, 1 << 14, 1 << 15, 1 << 16, in mmc_test_profile_mult_write_blocking_perf() local
2205 unsigned int bs[] = {1 << 12, 1 << 13, 1 << 14, 1 << 15, 1 << 16, in mmc_test_profile_mult_write_nonblock_perf() local
2224 unsigned int bs[] = {1 << 12, 1 << 13, 1 << 14, 1 << 15, 1 << 16, in mmc_test_profile_mult_read_blocking_perf() local
2243 unsigned int bs[] = {1 << 12, 1 << 13, 1 << 14, 1 << 15, 1 << 16, in mmc_test_profile_mult_read_nonblock_perf() local
/linux-3.3/drivers/video/console/
Dbitblit.c214 unsigned int bs = info->var.yres - bh; in bit_clear_margins() local

123