Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 1440) sorted by relevance

12345678910>>...58

/linux-3.3/arch/arm/mach-msm/include/mach/
Diommu_hw-8xxx.h33 #define SET_GLOBAL_REG_N(b, n, r, v) SET_GLOBAL_REG(b, ((r) + (n << 2)), (v)) argument
34 #define GET_GLOBAL_REG_N(b, n, r) GET_GLOBAL_REG(b, ((r) + (n << 2))) argument
37 #define GET_GLOBAL_FIELD(b, r, F) GET_FIELD(((b) + (r)), F##_MASK, F##_SHIFT) argument
38 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument
41 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument
43 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument
97 #define SET_M2VCBR_N(b, N, v) SET_GLOBAL_REG_N(M2VCBR_N, N, (b), (v)) argument
98 #define SET_CBACR_N(b, N, v) SET_GLOBAL_REG_N(CBACR_N, N, (b), (v)) argument
99 #define SET_TLBRSW(b, v) SET_GLOBAL_REG(TLBRSW, (b), (v)) argument
100 #define SET_TLBTR0(b, v) SET_GLOBAL_REG(TLBTR0, (b), (v)) argument
[all …]
/linux-3.3/net/ceph/crush/
Dcrush.c29 int crush_get_bucket_item_weight(struct crush_bucket *b, int p) in crush_get_bucket_item_weight()
55 int i, b, c; in crush_calc_parents() local
72 void crush_destroy_bucket_uniform(struct crush_bucket_uniform *b) in crush_destroy_bucket_uniform()
79 void crush_destroy_bucket_list(struct crush_bucket_list *b) in crush_destroy_bucket_list()
88 void crush_destroy_bucket_tree(struct crush_bucket_tree *b) in crush_destroy_bucket_tree()
94 void crush_destroy_bucket_straw(struct crush_bucket_straw *b) in crush_destroy_bucket_straw()
103 void crush_destroy_bucket(struct crush_bucket *b) in crush_destroy_bucket()
127 int b; in crush_destroy() local
Dhash.c10 #define crush_hashmix(a, b, c) do { \ argument
27 __u32 b = a; in crush_hash32_rjenkins1() local
35 static __u32 crush_hash32_rjenkins1_2(__u32 a, __u32 b) in crush_hash32_rjenkins1_2()
46 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3()
59 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4()
73 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5()
101 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2()
111 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
121 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
131 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5()
/linux-3.3/arch/ia64/lib/
Didiv64.S27 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument
28 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument
31 # define INT_TO_FP(a,b) fcvt.xf a=b argument
32 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument
35 #define PASTE1(a,b) a##b argument
36 #define PASTE(a,b) PASTE1(a,b) argument
Didiv32.S28 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument
29 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument
33 # define INT_TO_FP(a,b) fcvt.xf a=b argument
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument
37 #define PASTE1(a,b) a##b argument
38 #define PASTE(a,b) PASTE1(a,b) argument
/linux-3.3/drivers/md/
Ddm-bufio.c372 struct dm_buffer *b = kmalloc(sizeof(struct dm_buffer) + c->aux_size, in alloc_buffer() local
394 static void free_buffer(struct dm_buffer *b) in free_buffer()
407 static void __link_buffer(struct dm_buffer *b, sector_t block, int dirty) in __link_buffer()
422 static void __unlink_buffer(struct dm_buffer *b) in __unlink_buffer()
436 static void __relink_lru(struct dm_buffer *b, int dirty) in __relink_lru()
477 struct dm_buffer *b = context; in dmio_complete() local
482 static void use_dmio(struct dm_buffer *b, int rw, sector_t block, in use_dmio()
513 static void use_inline_bio(struct dm_buffer *b, int rw, sector_t block, in use_inline_bio()
554 static void submit_io(struct dm_buffer *b, int rw, sector_t block, in submit_io()
579 struct dm_buffer *b = container_of(bio, struct dm_buffer, bio); in write_endio() local
[all …]
/linux-3.3/arch/xtensa/include/asm/
Dio.h110 #define writeb(b, addr) (void)((*(volatile unsigned char *)(addr)) = (b)) argument
111 #define writew(b, addr) (void)((*(volatile unsigned short *)(addr)) = (b)) argument
112 #define writel(b, addr) (void)((*(volatile unsigned int *)(addr)) = (b)) argument
126 static inline void __raw_writeb(__u8 b, volatile void __iomem *addr) in __raw_writeb()
130 static inline void __raw_writew(__u16 b, volatile void __iomem *addr) in __raw_writew()
134 static inline void __raw_writel(__u32 b, volatile void __iomem *addr) in __raw_writel()
169 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
170 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
171 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
179 # define out_8(b, addr) *(u8*)(addr) = (b) argument
[all …]
/linux-3.3/include/linux/
Djiffies.h106 #define time_after(a,b) \ argument
110 #define time_before(a,b) time_after(b,a) argument
112 #define time_after_eq(a,b) \ argument
116 #define time_before_eq(a,b) time_after_eq(b,a) argument
121 #define time_in_range(a,b,c) \ argument
128 #define time_in_range_open(a,b,c) \ argument
135 #define time_after64(a,b) \ argument
139 #define time_before64(a,b) time_after64(b,a) argument
141 #define time_after_eq64(a,b) \ argument
145 #define time_before_eq64(a,b) time_after_eq64(b,a) argument
Dhid-debug.h52 #define hid_dump_input(a,b,c) do { } while (0) argument
53 #define hid_dump_device(a,b) do { } while (0) argument
54 #define hid_dump_field(a,b,c) do { } while (0) argument
55 #define hid_resolv_usage(a,b) do { } while (0) argument
56 #define hid_debug_register(a, b) do { } while (0) argument
60 #define hid_debug_event(a,b) do { } while (0) argument
Djhash.h35 #define __jhash_mix(a, b, c) \ argument
46 #define __jhash_final(a, b, c) \ argument
72 u32 a, b, c; in jhash() local
119 u32 a, b, c; in jhash2() local
149 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
160 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
/linux-3.3/drivers/block/drbd/
Ddrbd_bitmap.c118 struct drbd_bitmap *b = mdev->bitmap; in __bm_print_lock_info() local
133 struct drbd_bitmap *b = mdev->bitmap; in drbd_bm_lock() local
164 struct drbd_bitmap *b = mdev->bitmap; in drbd_bm_unlock() local
221 struct drbd_bitmap *b = mdev->bitmap; in bm_page_lock_io() local
228 struct drbd_bitmap *b = mdev->bitmap; in bm_page_unlock_io() local
276 static unsigned int bm_word_to_page_idx(struct drbd_bitmap *b, unsigned long long_nr) in bm_word_to_page_idx()
284 static unsigned int bm_bit_to_page_idx(struct drbd_bitmap *b, u64 bitnr) in bm_bit_to_page_idx()
292 static unsigned long *__bm_map_pidx(struct drbd_bitmap *b, unsigned int idx, const enum km_type km) in __bm_map_pidx()
298 static unsigned long *bm_map_pidx(struct drbd_bitmap *b, unsigned int idx) in bm_map_pidx()
362 static struct page **bm_realloc_pages(struct drbd_bitmap *b, unsigned long want) in bm_realloc_pages()
[all …]
/linux-3.3/drivers/misc/
Dvmw_balloon.c223 static bool vmballoon_send_start(struct vmballoon *b) in vmballoon_send_start()
238 static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) in vmballoon_check_status()
259 static bool vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
278 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target()
317 static int vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_lock_page()
342 static bool vmballoon_send_unlock_page(struct vmballoon *b, unsigned long pfn) in vmballoon_send_unlock_page()
368 static void vmballoon_pop(struct vmballoon *b) in vmballoon_pop()
391 static void vmballoon_reset(struct vmballoon *b) in vmballoon_reset()
409 static int vmballoon_reserve_page(struct vmballoon *b, bool can_sleep) in vmballoon_reserve_page()
468 static int vmballoon_release_page(struct vmballoon *b, struct page *page) in vmballoon_release_page()
[all …]
/linux-3.3/arch/powerpc/include/asm/
Dppc-opcode.h112 #define __PPC_RB(b) (((b) & 0x1f) << 11) argument
116 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument
138 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ argument
140 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ argument
142 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument
145 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
148 #define PPC_MSGSND(b) stringify_in_c(.long PPC_INST_MSGSND | \ argument
159 #define PPC_TLBILX(t, a, b) stringify_in_c(.long PPC_INST_TLBILX | \ argument
161 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b) argument
162 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b) argument
[all …]
Dppc_asm.h113 #define SAVE_VR(n,b,base) li b,THREAD_VR0+(16*(n)); stvx n,base,b argument
114 #define SAVE_2VRS(n,b,base) SAVE_VR(n,b,base); SAVE_VR(n+1,b,base) argument
115 #define SAVE_4VRS(n,b,base) SAVE_2VRS(n,b,base); SAVE_2VRS(n+2,b,base) argument
116 #define SAVE_8VRS(n,b,base) SAVE_4VRS(n,b,base); SAVE_4VRS(n+4,b,base) argument
117 #define SAVE_16VRS(n,b,base) SAVE_8VRS(n,b,base); SAVE_8VRS(n+8,b,base) argument
118 #define SAVE_32VRS(n,b,base) SAVE_16VRS(n,b,base); SAVE_16VRS(n+16,b,base) argument
119 #define REST_VR(n,b,base) li b,THREAD_VR0+(16*(n)); lvx n,base,b argument
120 #define REST_2VRS(n,b,base) REST_VR(n,b,base); REST_VR(n+1,b,base) argument
121 #define REST_4VRS(n,b,base) REST_2VRS(n,b,base); REST_2VRS(n+2,b,base) argument
122 #define REST_8VRS(n,b,base) REST_4VRS(n,b,base); REST_4VRS(n+4,b,base) argument
[all …]
/linux-3.3/drivers/md/persistent-data/
Ddm-space-map-common.c23 struct dm_block *b, in index_prepare_for_write()
35 struct dm_block *b, in index_check()
73 struct dm_block *b, in bitmap_prepare_for_write()
85 struct dm_block *b, in bitmap_check()
120 static void *dm_bitmap_data(struct dm_block *b) in dm_bitmap_data()
127 static unsigned bitmap_word_used(void *addr, unsigned b) in bitmap_word_used()
138 static unsigned sm_lookup_bitmap(void *addr, unsigned b) in sm_lookup_bitmap()
150 static void sm_set_bitmap(void *addr, unsigned b, unsigned val) in sm_set_bitmap()
248 struct dm_block *b; in sm_ll_extend() local
272 int sm_ll_lookup_bitmap(struct ll_disk *ll, dm_block_t b, uint32_t *result) in sm_ll_lookup_bitmap()
[all …]
Ddm-space-map-checker.c25 static int ca_get_count(struct count_array *ca, dm_block_t b, uint32_t *count) in ca_get_count()
34 static int ca_count_more_than_one(struct count_array *ca, dm_block_t b, int *r) in ca_count_more_than_one()
43 static int ca_set_count(struct count_array *ca, dm_block_t b, uint32_t count) in ca_set_count()
62 static int ca_inc_block(struct count_array *ca, dm_block_t b) in ca_inc_block()
71 static int ca_dec_block(struct count_array *ca, dm_block_t b) in ca_dec_block()
197 dm_block_t b, n = 0; in sm_checker_get_nr_free() local
210 static int sm_checker_new_block(struct dm_space_map *sm, dm_block_t *b) in sm_checker_new_block()
226 static int sm_checker_inc_block(struct dm_space_map *sm, dm_block_t b) in sm_checker_inc_block()
235 static int sm_checker_dec_block(struct dm_space_map *sm, dm_block_t b) in sm_checker_dec_block()
244 static int sm_checker_get_count(struct dm_space_map *sm, dm_block_t b, uint32_t *result) in sm_checker_get_count()
[all …]
Ddm-space-map-metadata.c59 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b) in add_bop()
172 static int sm_metadata_get_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_get_count()
210 dm_block_t b, int *result) in sm_metadata_count_is_more_than_one()
257 static int sm_metadata_set_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_set_count()
276 static int sm_metadata_inc_block(struct dm_space_map *sm, dm_block_t b) in sm_metadata_inc_block()
293 static int sm_metadata_dec_block(struct dm_space_map *sm, dm_block_t b) in sm_metadata_dec_block()
310 static int sm_metadata_new_block_(struct dm_space_map *sm, dm_block_t *b) in sm_metadata_new_block_()
336 static int sm_metadata_new_block(struct dm_space_map *sm, dm_block_t *b) in sm_metadata_new_block()
434 static int sm_bootstrap_get_count(struct dm_space_map *sm, dm_block_t b, in sm_bootstrap_get_count()
443 dm_block_t b, int *result) in sm_bootstrap_count_is_more_than_one()
[all …]
/linux-3.3/arch/arm/mach-ebsa110/include/mach/
Dio.h54 #define readb(b) __readb(b) argument
55 #define readw(b) __readw(b) argument
56 #define readl(b) __readl(b) argument
61 #define writeb(v,b) __writeb(v,b) argument
62 #define writew(v,b) __writew(v,b) argument
63 #define writel(v,b) __writel(v,b) argument
/linux-3.3/arch/alpha/kernel/
Dio.c37 void iowrite8(u8 b, void __iomem *addr) in iowrite8()
43 void iowrite16(u16 b, void __iomem *addr) in iowrite16()
49 void iowrite32(u32 b, void __iomem *addr) in iowrite32()
77 void outb(u8 b, unsigned long port) in outb()
82 void outw(u16 b, unsigned long port) in outw()
87 void outl(u32 b, unsigned long port) in outl()
119 void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb()
124 void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew()
129 void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel()
134 void __raw_writeq(u64 b, volatile void __iomem *addr) in __raw_writeq()
[all …]
/linux-3.3/arch/alpha/include/asm/
Djensen.h118 static inline void jensen_local_outb(u8 b, unsigned long addr) in jensen_local_outb()
133 static inline void jensen_bus_outb(u8 b, unsigned long addr) in jensen_bus_outb()
161 __EXTERN_INLINE void jensen_outb(u8 b, unsigned long addr) in jensen_outb()
185 __EXTERN_INLINE void jensen_outw(u16 b, unsigned long addr) in jensen_outw()
192 __EXTERN_INLINE void jensen_outl(u32 b, unsigned long addr) in jensen_outl()
248 __EXTERN_INLINE void jensen_writeb(u8 b, volatile void __iomem *xaddr) in jensen_writeb()
256 __EXTERN_INLINE void jensen_writew(u16 b, volatile void __iomem *xaddr) in jensen_writew()
264 __EXTERN_INLINE void jensen_writel(u32 b, volatile void __iomem *xaddr) in jensen_writel()
272 __EXTERN_INLINE void jensen_writeq(u64 b, volatile void __iomem *xaddr) in jensen_writeq()
Dio.h140 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument
141 #define _IO_CONCAT(a,b) a ## _ ## b argument
339 extern inline void iowrite8(u8 b, void __iomem *addr) in iowrite8()
345 extern inline void iowrite16(u16 b, void __iomem *addr) in iowrite16()
361 extern inline void outb(u8 b, unsigned long port) in outb()
366 extern inline void outw(u16 b, unsigned long port) in outw()
380 extern inline void iowrite32(u32 b, void __iomem *addr) in iowrite32()
391 extern inline void outl(u32 b, unsigned long port) in outl()
408 extern inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb()
413 extern inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew()
[all …]
/linux-3.3/arch/h8300/include/asm/
Dio.h84 #define writeb(b,addr) (void)((*(volatile unsigned char *) \ argument
86 #define writew(b,addr) (void)((*(volatile unsigned short *) \ argument
88 #define writel(b,addr) (void)((*(volatile unsigned long *) \ argument
207 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
208 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
209 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
228 #define outsb(a,b,l) io_outsb(a,b,l) argument
229 #define outsw(a,b,l) io_outsw(a,b,l) argument
230 #define outsl(a,b,l) io_outsl(a,b,l) argument
232 #define insb(a,b,l) io_insb(a,b,l) argument
[all …]
/linux-3.3/arch/m68k/include/asm/
Dio_no.h46 #define writeb(b,addr) (void)((*(volatile unsigned char *) (addr)) = (b)) argument
47 #define writew(b,addr) (void)((*(volatile unsigned short *) (addr)) = (b)) argument
48 #define writel(b,addr) (void)((*(volatile unsigned int *) (addr)) = (b)) argument
112 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
113 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
114 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
130 #define outsb(a,b,l) io_outsb(a,b,l) argument
131 #define outsw(a,b,l) io_outsw(a,b,l) argument
132 #define outsl(a,b,l) io_outsl(a,b,l) argument
134 #define insb(a,b,l) io_insb(a,b,l) argument
[all …]
/linux-3.3/net/ceph/
Dbuffer.c12 struct ceph_buffer *b; in ceph_buffer_new() local
40 struct ceph_buffer *b = container_of(kref, struct ceph_buffer, kref); in ceph_buffer_release() local
53 int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end) in ceph_decode_buffer()
/linux-3.3/arch/arm/nwfpe/
Dsoftfloat.c1029 static float32 addFloat32Sigs( struct roundingData *roundData, float32 a, float32 b, flag zSign ) in addFloat32Sigs()
1101 static float32 subFloat32Sigs( struct roundingData *roundData, float32 a, float32 b, flag zSign ) in subFloat32Sigs()
1175 float32 float32_add( struct roundingData *roundData, float32 a, float32 b ) in float32_add()
1197 float32 float32_sub( struct roundingData *roundData, float32 a, float32 b ) in float32_sub()
1219 float32 float32_mul( struct roundingData *roundData, float32 a, float32 b ) in float32_mul()
1280 float32 float32_div( struct roundingData *roundData, float32 a, float32 b ) in float32_div()
1347 float32 float32_rem( struct roundingData *roundData, float32 a, float32 b ) in float32_rem()
1505 flag float32_eq( float32 a, float32 b ) in float32_eq()
1528 flag float32_le( float32 a, float32 b ) in float32_le()
1552 flag float32_lt( float32 a, float32 b ) in float32_lt()
[all …]

12345678910>>...58