Home
last modified time | relevance | path

Searched defs:b (Results 1 – 200 of 1780) sorted by relevance

123456789

/linux-4.4.14/drivers/iommu/
Dmsm_iommu_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-4.4.14/net/ceph/crush/
Dcrush.c26 int crush_get_bucket_item_weight(const struct crush_bucket *b, int p) in crush_get_bucket_item_weight()
46 void crush_destroy_bucket_uniform(struct crush_bucket_uniform *b) in crush_destroy_bucket_uniform()
53 void crush_destroy_bucket_list(struct crush_bucket_list *b) in crush_destroy_bucket_list()
62 void crush_destroy_bucket_tree(struct crush_bucket_tree *b) in crush_destroy_bucket_tree()
70 void crush_destroy_bucket_straw(struct crush_bucket_straw *b) in crush_destroy_bucket_straw()
79 void crush_destroy_bucket_straw2(struct crush_bucket_straw2 *b) in crush_destroy_bucket_straw2()
87 void crush_destroy_bucket(struct crush_bucket *b) in crush_destroy_bucket()
116 __s32 b; in crush_destroy() local
127 __u32 b; in crush_destroy() local
Dhash.c12 #define crush_hashmix(a, b, c) do { \ argument
29 __u32 b = a; in crush_hash32_rjenkins1() local
37 static __u32 crush_hash32_rjenkins1_2(__u32 a, __u32 b) in crush_hash32_rjenkins1_2()
48 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3()
61 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4()
75 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5()
103 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2()
113 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3()
123 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4()
133 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5()
/linux-4.4.14/arch/sparc/crypto/
Dopcodes.h17 #define CRC32C(a,b,c) \ argument
29 #define AES_EROUND01(a,b,c,d) \ argument
31 #define AES_EROUND23(a,b,c,d) \ argument
33 #define AES_DROUND01(a,b,c,d) \ argument
35 #define AES_DROUND23(a,b,c,d) \ argument
37 #define AES_EROUND01_L(a,b,c,d) \ argument
39 #define AES_EROUND23_L(a,b,c,d) \ argument
41 #define AES_DROUND01_L(a,b,c,d) \ argument
43 #define AES_DROUND23_L(a,b,c,d) \ argument
45 #define AES_KEXPAND1(a,b,c,d) \ argument
[all …]
/linux-4.4.14/drivers/md/bcache/
Dbtree.c96 #define insert_lock(s, b) ((b)->level <= (s)->lock) argument
116 #define btree(fn, key, b, op, ...) \ argument
157 static inline struct bset *write_block(struct btree *b) in write_block()
162 static void bch_btree_init_next(struct btree *b) in bch_btree_init_next()
189 static uint64_t btree_csum_set(struct btree *b, struct bset *i) in btree_csum_set()
198 void bch_btree_node_read_done(struct btree *b) in bch_btree_node_read_done()
287 static void bch_btree_node_read(struct btree *b) in bch_btree_node_read()
325 static void btree_complete_write(struct btree *b, struct btree_write *w) in btree_complete_write()
342 struct btree *b = container_of(cl, struct btree, io); in btree_node_write_unlock() local
349 struct btree *b = container_of(cl, struct btree, io); in __btree_node_write_done() local
[all …]
Dalloc.c74 uint8_t bch_inc_gen(struct cache *ca, struct bucket *b) in bch_inc_gen()
87 struct bucket *b; in bch_rescale_priorities() local
124 static inline bool can_inc_bucket_gen(struct bucket *b) in can_inc_bucket_gen()
129 bool bch_can_invalidate_bucket(struct cache *ca, struct bucket *b) in bch_can_invalidate_bucket()
139 void __bch_invalidate_one_bucket(struct cache *ca, struct bucket *b) in __bch_invalidate_one_bucket()
152 static void bch_invalidate_one_bucket(struct cache *ca, struct bucket *b) in bch_invalidate_one_bucket()
168 #define bucket_prio(b) \ argument
180 struct bucket *b; in invalidate_buckets_lru() local
217 struct bucket *b; in invalidate_buckets_fifo() local
240 struct bucket *b; in invalidate_buckets_random() local
[all …]
Dbset.c19 void bch_dump_bset(struct btree_keys *b, struct bset *i, unsigned set) in bch_dump_bset()
41 void bch_dump_bucket(struct btree_keys *b) in bch_dump_bucket()
52 int __bch_count_data(struct btree_keys *b) in __bch_count_data()
64 void __bch_check_keys(struct btree_keys *b, const char *fmt, ...) in __bch_check_keys()
264 static inline size_t btree_keys_bytes(struct btree_keys *b) in btree_keys_bytes()
269 static inline size_t btree_keys_cachelines(struct btree_keys *b) in btree_keys_cachelines()
275 static inline size_t bset_tree_bytes(struct btree_keys *b) in bset_tree_bytes()
281 static inline size_t bset_prev_bytes(struct btree_keys *b) in bset_prev_bytes()
288 void bch_btree_keys_free(struct btree_keys *b) in bch_btree_keys_free()
312 int bch_btree_keys_alloc(struct btree_keys *b, unsigned page_order, gfp_t gfp) in bch_btree_keys_alloc()
[all …]
Dbset.h226 static inline struct bset_tree *bset_tree_last(struct btree_keys *b) in bset_tree_last()
231 static inline bool bset_written(struct btree_keys *b, struct bset_tree *t) in bset_written()
236 static inline bool bkey_written(struct btree_keys *b, struct bkey *k) in bkey_written()
241 static inline unsigned bset_byte_offset(struct btree_keys *b, struct bset *i) in bset_byte_offset()
246 static inline unsigned bset_sector_offset(struct btree_keys *b, struct bset *i) in bset_sector_offset()
259 static inline size_t bch_btree_keys_u64s_remaining(struct btree_keys *b) in bch_btree_keys_u64s_remaining()
274 static inline struct bset *bset_next_set(struct btree_keys *b, in bset_next_set()
308 struct btree_keys *b; member
331 static inline struct bkey *bch_bset_search(struct btree_keys *b, in bch_bset_search()
338 #define for_each_key_filter(b, k, iter, filter) \ argument
[all …]
Dextents.c127 struct btree *b = container_of(keys, struct btree, keys); in bch_bkey_dump() local
167 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_invalid() local
171 static bool btree_ptr_bad_expensive(struct btree *b, const struct bkey *k) in btree_ptr_bad_expensive()
205 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_bad() local
230 struct btree *b = container_of(bk, struct btree, keys); in bch_btree_ptr_insert_fixup() local
321 static bool bch_extent_insert_fixup(struct btree_keys *b, in bch_extent_insert_fixup()
499 struct btree *b = container_of(bk, struct btree, keys); in bch_extent_invalid() local
503 static bool bch_extent_bad_expensive(struct btree *b, const struct bkey *k, in bch_extent_bad_expensive()
535 struct btree *b = container_of(bk, struct btree, keys); in bch_extent_bad() local
580 struct btree *b = container_of(bk, struct btree, keys); in bch_extent_merge() local
Dbtree.h166 static inline struct btree_write *btree_current_write(struct btree *b) in btree_current_write()
171 static inline struct btree_write *btree_prev_write(struct btree *b) in btree_prev_write()
176 static inline struct bset *btree_bset_first(struct btree *b) in btree_bset_first()
181 static inline struct bset *btree_bset_last(struct btree *b) in btree_bset_last()
186 static inline unsigned bset_block_offset(struct btree *b, struct bset *i) in bset_block_offset()
200 #define for_each_cached_btree(b, c, iter) \ argument
225 static inline void rw_lock(bool w, struct btree *b, int level) in rw_lock()
233 static inline void rw_unlock(bool w, struct btree *b) in rw_unlock()
Dio.c18 struct bbio *b = container_of(bio, struct bbio, bio); in bch_bbio_free() local
24 struct bbio *b = mempool_alloc(c->bio_meta, GFP_NOIO); in bch_bbio_alloc() local
37 struct bbio *b = container_of(bio, struct bbio, bio); in __bch_submit_bbio() local
49 struct bbio *b = container_of(bio, struct bbio, bio); in bch_submit_bbio() local
111 struct bbio *b = container_of(bio, struct bbio, bio); in bch_bbio_count_io_errors() local
Dmovinggc.c65 struct bbio *b = container_of(bio, struct bbio, bio); in read_moving_endio() local
195 struct bucket *b; in bucket_heap_top() local
202 struct bucket *b; in bch_moving_gc() local
/linux-4.4.14/drivers/md/
Ddm-cache-block-types.h24 static inline dm_oblock_t to_oblock(dm_block_t b) in to_oblock()
29 static inline dm_block_t from_oblock(dm_oblock_t b) in from_oblock()
34 static inline dm_cblock_t to_cblock(uint32_t b) in to_cblock()
39 static inline uint32_t from_cblock(dm_cblock_t b) in from_cblock()
44 static inline dm_dblock_t to_dblock(dm_block_t b) in to_dblock()
49 static inline dm_block_t from_dblock(dm_dblock_t b) in from_dblock()
Ddm-bufio.c262 struct dm_buffer *b; in __find() local
276 static void __insert(struct dm_bufio_client *c, struct dm_buffer *b) in __insert()
298 static void __remove(struct dm_bufio_client *c, struct dm_buffer *b) in __remove()
441 struct dm_buffer *b = kmalloc(sizeof(struct dm_buffer) + c->aux_size, in alloc_buffer() local
463 static void free_buffer(struct dm_buffer *b) in free_buffer()
476 static void __link_buffer(struct dm_buffer *b, sector_t block, int dirty) in __link_buffer()
491 static void __unlink_buffer(struct dm_buffer *b) in __unlink_buffer()
505 static void __relink_lru(struct dm_buffer *b, int dirty) in __relink_lru()
546 struct dm_buffer *b = context; in dmio_complete() local
552 static void use_dmio(struct dm_buffer *b, int rw, sector_t block, in use_dmio()
[all …]
Dmultipath.c97 char b[BDEVNAME_SIZE]; in multipath_end_request() local
186 char b[BDEVNAME_SIZE]; in multipath_error() local
232 char b[BDEVNAME_SIZE]; in print_multipath_conf() local
332 char b[BDEVNAME_SIZE]; in multipathd() local
/linux-4.4.14/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-4.4.14/drivers/block/drbd/
Ddrbd_bitmap.c120 struct drbd_bitmap *b = device->bitmap; in __bm_print_lock_info() local
131 struct drbd_bitmap *b = device->bitmap; in drbd_bm_lock() local
158 struct drbd_bitmap *b = device->bitmap; in drbd_bm_unlock() local
218 struct drbd_bitmap *b = device->bitmap; in bm_page_lock_io() local
225 struct drbd_bitmap *b = device->bitmap; in bm_page_unlock_io() local
293 static unsigned int bm_word_to_page_idx(struct drbd_bitmap *b, unsigned long long_nr) in bm_word_to_page_idx()
301 static unsigned int bm_bit_to_page_idx(struct drbd_bitmap *b, u64 bitnr) in bm_bit_to_page_idx()
309 static unsigned long *__bm_map_pidx(struct drbd_bitmap *b, unsigned int idx) in __bm_map_pidx()
315 static unsigned long *bm_map_pidx(struct drbd_bitmap *b, unsigned int idx) in bm_map_pidx()
378 static struct page **bm_realloc_pages(struct drbd_bitmap *b, unsigned long want) in bm_realloc_pages()
[all …]
Ddrbd_vli.h150 #define LEVEL(t,b,v) \ in vli_decode_bits() argument
176 #define LEVEL(t,b,v) do { \ in __vli_encode_bits() argument
205 u8 *b; member
262 unsigned char *b = bs->cur.b; in bitstream_put_bits() local
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvif/
Dobject.h38 #define nvif_rd(a,f,b,c) ({ \ argument
47 #define nvif_wr(a,f,b,c,d) ({ \ argument
54 #define nvif_rd08(a,b) ({ ((u8)nvif_rd((a), ioread8, 1, (b))); }) argument
55 #define nvif_rd16(a,b) ({ ((u16)nvif_rd((a), ioread16_native, 2, (b))); }) argument
56 #define nvif_rd32(a,b) ({ ((u32)nvif_rd((a), ioread32_native, 4, (b))); }) argument
57 #define nvif_wr08(a,b,c) nvif_wr((a), iowrite8, 1, (b), (u8)(c)) argument
58 #define nvif_wr16(a,b,c) nvif_wr((a), iowrite16_native, 2, (b), (u16)(c)) argument
59 #define nvif_wr32(a,b,c) nvif_wr((a), iowrite32_native, 4, (b), (u32)(c)) argument
60 #define nvif_mask(a,b,c,d) ({ \ argument
67 #define nvif_mthd(a,b,c,d) nvif_object_mthd((a), (b), (c), (d)) argument
/linux-4.4.14/include/linux/
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_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
160 static inline u32 jhash_3words(u32 a, u32 b, u32 c, u32 initval) in jhash_3words()
165 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
Dhid-debug.h53 #define hid_dump_input(a,b,c) do { } while (0) argument
54 #define hid_dump_report(a,b,c,d) do { } while (0) argument
55 #define hid_dump_device(a,b) do { } while (0) argument
56 #define hid_dump_field(a,b,c) do { } while (0) argument
57 #define hid_resolv_usage(a,b) do { } while (0) argument
58 #define hid_debug_register(a, b) do { } while (0) argument
62 #define hid_debug_event(a,b) do { } while (0) argument
Djiffies.h102 #define time_after(a,b) \ argument
106 #define time_before(a,b) time_after(b,a) argument
108 #define time_after_eq(a,b) \ argument
112 #define time_before_eq(a,b) time_after_eq(b,a) argument
117 #define time_in_range(a,b,c) \ argument
124 #define time_in_range_open(a,b,c) \ argument
131 #define time_after64(a,b) \ argument
135 #define time_before64(a,b) time_after64(b,a) argument
137 #define time_after_eq64(a,b) \ argument
141 #define time_before_eq64(a,b) time_after_eq64(b,a) argument
[all …]
Dlist_bl.h119 static inline void hlist_bl_lock(struct hlist_bl_head *b) in hlist_bl_lock()
124 static inline void hlist_bl_unlock(struct hlist_bl_head *b) in hlist_bl_unlock()
129 static inline bool hlist_bl_is_locked(struct hlist_bl_head *b) in hlist_bl_is_locked()
Dcompiler-gcc.h119 #define __printf(a, b) __attribute__((format(printf, a, b))) argument
120 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
157 #define __compiler_offsetof(a, b) \ argument
/linux-4.4.14/arch/h8300/include/asm/
Dio.h24 static inline void ctrl_outb(unsigned char b, unsigned long addr) in ctrl_outb()
29 static inline void ctrl_outw(unsigned short b, unsigned long addr) in ctrl_outw()
34 static inline void ctrl_outl(unsigned long b, unsigned long addr) in ctrl_outl()
39 static inline void ctrl_bclr(int b, unsigned char *addr) in ctrl_bclr()
47 static inline void ctrl_bset(int b, unsigned char *addr) in ctrl_bset()
/linux-4.4.14/drivers/misc/
Dvmw_balloon.c322 static bool vmballoon_send_start(struct vmballoon *b, unsigned long req_caps) in vmballoon_send_start()
356 static bool vmballoon_check_status(struct vmballoon *b, unsigned long status) in vmballoon_check_status()
377 static bool vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id()
405 static bool vmballoon_send_get_target(struct vmballoon *b, u32 *new_target) in vmballoon_send_get_target()
445 static int vmballoon_send_lock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_lock_page()
466 static int vmballoon_send_batched_lock(struct vmballoon *b, in vmballoon_send_batched_lock()
493 static bool vmballoon_send_unlock_page(struct vmballoon *b, unsigned long pfn, in vmballoon_send_unlock_page()
514 static bool vmballoon_send_batched_unlock(struct vmballoon *b, in vmballoon_send_batched_unlock()
559 static void vmballoon_pop(struct vmballoon *b) in vmballoon_pop()
595 static int vmballoon_lock_page(struct vmballoon *b, unsigned int num_pages, in vmballoon_lock_page()
[all …]
/linux-4.4.14/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()
253 struct dm_block *b; in sm_ll_extend() local
275 int sm_ll_lookup_bitmap(struct ll_disk *ll, dm_block_t b, uint32_t *result) in sm_ll_lookup_bitmap()
[all …]
Ddm-block-manager.c307 static void report_recursive_bug(dm_block_t b, int r) in report_recursive_bug()
323 static struct dm_buffer *to_buffer(struct dm_block *b) in to_buffer()
328 dm_block_t dm_block_location(struct dm_block *b) in dm_block_location()
334 void *dm_block_data(struct dm_block *b) in dm_block_data()
448 int dm_bm_read_lock(struct dm_block_manager *bm, dm_block_t b, in dm_bm_read_lock()
482 dm_block_t b, struct dm_block_validator *v, in dm_bm_write_lock()
518 dm_block_t b, struct dm_block_validator *v, in dm_bm_read_try_lock()
551 dm_block_t b, struct dm_block_validator *v, in dm_bm_write_lock_zero()
581 void dm_bm_unlock(struct dm_block *b) in dm_bm_unlock()
605 void dm_bm_prefetch(struct dm_block_manager *bm, dm_block_t b) in dm_bm_prefetch()
Ddm-space-map.h97 static inline int dm_sm_get_count(struct dm_space_map *sm, dm_block_t b, in dm_sm_get_count()
104 dm_block_t b, int *result) in dm_sm_count_is_more_than_one()
109 static inline int dm_sm_set_count(struct dm_space_map *sm, dm_block_t b, in dm_sm_set_count()
120 static inline int dm_sm_inc_block(struct dm_space_map *sm, dm_block_t b) in dm_sm_inc_block()
125 static inline int dm_sm_dec_block(struct dm_space_map *sm, dm_block_t b) in dm_sm_dec_block()
130 static inline int dm_sm_new_block(struct dm_space_map *sm, dm_block_t *b) in dm_sm_new_block()
Ddm-space-map-metadata.c118 enum block_op_type type, dm_block_t b) in brb_push()
180 static int add_bop(struct sm_metadata *smm, enum block_op_type type, dm_block_t b) in add_bop()
299 static int sm_metadata_get_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_get_count()
340 dm_block_t b, int *result) in sm_metadata_count_is_more_than_one()
391 static int sm_metadata_set_count(struct dm_space_map *sm, dm_block_t b, in sm_metadata_set_count()
410 static int sm_metadata_inc_block(struct dm_space_map *sm, dm_block_t b) in sm_metadata_inc_block()
427 static int sm_metadata_dec_block(struct dm_space_map *sm, dm_block_t b) in sm_metadata_dec_block()
444 static int sm_metadata_new_block_(struct dm_space_map *sm, dm_block_t *b) in sm_metadata_new_block_()
470 static int sm_metadata_new_block(struct dm_space_map *sm, dm_block_t *b) in sm_metadata_new_block()
599 static int sm_bootstrap_get_count(struct dm_space_map *sm, dm_block_t b, in sm_bootstrap_get_count()
[all …]
Ddm-transaction-manager.c31 static unsigned prefetch_hash(dm_block_t b) in prefetch_hash()
49 static void prefetch_add(struct prefetch_set *p, dm_block_t b) in prefetch_add()
103 static int is_shadow(struct dm_transaction_manager *tm, dm_block_t b) in is_shadow()
124 static void insert_shadow(struct dm_transaction_manager *tm, dm_block_t b) in insert_shadow()
328 int dm_tm_read_lock(struct dm_transaction_manager *tm, dm_block_t b, in dm_tm_read_lock()
345 void dm_tm_unlock(struct dm_transaction_manager *tm, struct dm_block *b) in dm_tm_unlock()
351 void dm_tm_inc(struct dm_transaction_manager *tm, dm_block_t b) in dm_tm_inc()
362 void dm_tm_dec(struct dm_transaction_manager *tm, dm_block_t b) in dm_tm_dec()
373 int dm_tm_ref(struct dm_transaction_manager *tm, dm_block_t b, in dm_tm_ref()
Ddm-space-map-disk.c64 static int sm_disk_get_count(struct dm_space_map *sm, dm_block_t b, in sm_disk_get_count()
71 static int sm_disk_count_is_more_than_one(struct dm_space_map *sm, dm_block_t b, in sm_disk_count_is_more_than_one()
86 static int sm_disk_set_count(struct dm_space_map *sm, dm_block_t b, in sm_disk_set_count()
126 static int sm_disk_inc_block(struct dm_space_map *sm, dm_block_t b) in sm_disk_inc_block()
143 static int sm_disk_dec_block(struct dm_space_map *sm, dm_block_t b) in sm_disk_dec_block()
151 static int sm_disk_new_block(struct dm_space_map *sm, dm_block_t *b) in sm_disk_new_block()
Ddm-btree-spine.c23 struct dm_block *b, in node_prepare_for_write()
38 struct dm_block *b, in node_check()
95 int bn_read_lock(struct dm_btree_info *info, dm_block_t b, in bn_read_lock()
120 void unlock_block(struct dm_btree_info *info, struct dm_block *b) in unlock_block()
199 int shadow_step(struct shadow_spine *s, dm_block_t b, in shadow_step()
Ddm-bitset.c126 unsigned b = index % BITS_PER_ARRAY_ENTRY; in dm_bitset_set_bit() local
143 unsigned b = index % BITS_PER_ARRAY_ENTRY; in dm_bitset_clear_bit() local
160 unsigned b = index % BITS_PER_ARRAY_ENTRY; in dm_bitset_test_bit() local
/linux-4.4.14/arch/alpha/include/asm/
Dio.h139 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument
140 #define _IO_CONCAT(a,b) a ## _ ## b argument
340 extern inline void iowrite8(u8 b, void __iomem *addr) in iowrite8()
346 extern inline void iowrite16(u16 b, void __iomem *addr) in iowrite16()
362 extern inline void outb(u8 b, unsigned long port) in outb()
367 extern inline void outw(u16 b, unsigned long port) in outw()
381 extern inline void iowrite32(u32 b, void __iomem *addr) in iowrite32()
392 extern inline void outl(u32 b, unsigned long port) in outl()
409 extern inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb()
414 extern inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew()
[all …]
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()
/linux-4.4.14/include/trace/events/
Dtlb.h23 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument
24 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument
34 #define EM(a,b) { a, b }, argument
35 #define EMe(a,b) { a, b } argument
Dmigrate.h30 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
31 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
42 #define EM(a, b) {a, b}, argument
43 #define EMe(a, b) {a, b} argument
D9p.h82 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
83 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
93 #define EM(a, b) { a, b }, argument
94 #define EMe(a, b) { a, b } argument
Dv4l2.h13 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
14 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
59 #define EM(a, b) {a, b}, argument
60 #define EMe(a, b) {a, b} argument
Dcompaction.h53 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
54 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
65 #define EM(a, b) {a, b}, argument
66 #define EMe(a, b) {a, b} argument
Dsunrpc.h188 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
189 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
227 #define EM(a, b) {a, b}, argument
228 #define EMe(a, b) {a, b} argument
Dwriteback.h29 #define EM(a,b) TRACE_DEFINE_ENUM(a); argument
30 #define EMe(a,b) TRACE_DEFINE_ENUM(a); argument
50 #define EM(a,b) { a, b }, argument
51 #define EMe(a,b) { a, b } argument
/linux-4.4.14/arch/metag/include/asm/
Dio.h61 static inline void __raw_writeb(u8 b, volatile void __iomem *addr) in __raw_writeb()
71 static inline void __raw_writew(u16 b, volatile void __iomem *addr) in __raw_writew()
81 static inline void __raw_writel(u32 b, volatile void __iomem *addr) in __raw_writel()
91 static inline void __raw_writeq(u64 b, volatile void __iomem *addr) in __raw_writeq()
127 #define metag_out8(b, addr) __raw_writeb(b, (volatile void __iomem *)(addr)) argument
128 #define metag_out16(b, addr) __raw_writew(b, (volatile void __iomem *)(addr)) argument
129 #define metag_out32(b, addr) __raw_writel(b, (volatile void __iomem *)(addr)) argument
130 #define metag_out64(b, addr) __raw_writeq(b, (volatile void __iomem *)(addr)) argument
/linux-4.4.14/include/ras/
Dras_event.h279 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
280 #define EMe(a, b) TRACE_DEFINE_ENUM(a); argument
291 #define EM(a, b) { a, b }, argument
292 #define EMe(a, b) { a, b } argument
/linux-4.4.14/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-4.4.14/arch/powerpc/include/asm/
Dppc-opcode.h256 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument
261 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument
265 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument
288 #define PPC_DCBAL(a, b) stringify_in_c(.long PPC_INST_DCBAL | \ argument
290 #define PPC_DCBZL(a, b) stringify_in_c(.long PPC_INST_DCBZL | \ argument
292 #define PPC_LDARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LDARX | \ argument
295 #define PPC_LWARX(t, a, b, eh) stringify_in_c(.long PPC_INST_LWARX | \ argument
298 #define PPC_MSGSND(b) stringify_in_c(.long PPC_INST_MSGSND | \ argument
300 #define PPC_MSGCLR(b) stringify_in_c(.long PPC_INST_MSGCLR | \ argument
302 #define PPC_MSGSNDP(b) stringify_in_c(.long PPC_INST_MSGSNDP | \ argument
[all …]
Dppc_asm.h113 #define SAVE_VR(n,b,base) li b,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,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 …]
Dio.h518 #define __do_readsb(a, b, n) eeh_readsb(PCI_FIX_ADDR(a), (b), (n)) argument
519 #define __do_readsw(a, b, n) eeh_readsw(PCI_FIX_ADDR(a), (b), (n)) argument
520 #define __do_readsl(a, b, n) eeh_readsl(PCI_FIX_ADDR(a), (b), (n)) argument
526 #define __do_writesb(a, b, n) _outsb(PCI_FIX_ADDR(a),(b),(n)) argument
527 #define __do_writesw(a, b, n) _outsw(PCI_FIX_ADDR(a),(b),(n)) argument
528 #define __do_writesl(a, b, n) _outsl(PCI_FIX_ADDR(a),(b),(n)) argument
530 #define __do_insb(p, b, n) readsb((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) argument
531 #define __do_insw(p, b, n) readsw((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) argument
532 #define __do_insl(p, b, n) readsl((PCI_IO_ADDR)_IO_BASE+(p), (b), (n)) argument
533 #define __do_outsb(p, b, n) writesb((PCI_IO_ADDR)_IO_BASE+(p),(b),(n)) argument
[all …]
/linux-4.4.14/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-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/
Daux.h23 #define AUX_MSG(b,l,f,a...) do { \ argument
27 #define AUX_ERR(b,f,a...) AUX_MSG((b), error, f, ##a) argument
28 #define AUX_DBG(b,f,a...) AUX_MSG((b), debug, f, ##a) argument
29 #define AUX_TRACE(b,f,a...) AUX_MSG((b), trace, f, ##a) argument
Dbus.h30 #define BUS_MSG(b,l,f,a...) do { \ argument
34 #define BUS_ERR(b,f,a...) BUS_MSG((b), error, f, ##a) argument
35 #define BUS_DBG(b,f,a...) BUS_MSG((b), debug, f, ##a) argument
36 #define BUS_TRACE(b,f,a...) BUS_MSG((b), trace, f, ##a) argument
/linux-4.4.14/arch/m68k/include/asm/
Dio_no.h45 #define writeb(b,addr) (void)((*(volatile unsigned char *) (addr)) = (b)) argument
46 #define writew(b,addr) (void)((*(volatile unsigned short *) (addr)) = (b)) argument
47 #define writel(b,addr) (void)((*(volatile unsigned int *) (addr)) = (b)) argument
111 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
112 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
113 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
129 #define outsb(a,b,l) io_outsb(a,b,l) argument
130 #define outsw(a,b,l) io_outsw(a,b,l) argument
131 #define outsl(a,b,l) io_outsl(a,b,l) argument
133 #define insb(a,b,l) io_insb(a,b,l) argument
[all …]
Dio.h11 #define writeb_relaxed(b, addr) writeb(b, addr) argument
12 #define writew_relaxed(b, addr) writew(b, addr) argument
13 #define writel_relaxed(b, addr) writel(b, addr) argument
Dzorro.h14 #define z_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
15 #define z_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
16 #define z_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
Dnubus.h14 #define nubus_memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
15 #define nubus_memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
16 #define nubus_memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
Dbootstd.h71 #define _bsc2(type,name,atype,a,btype,b) \ argument
84 #define _bsc3(type,name,atype,a,btype,b,ctype,c) \ argument
99 #define _bsc4(type,name,atype,a,btype,b,ctype,c,dtype,d) \ argument
115 #define _bsc5(type,name,atype,a,btype,b,ctype,c,dtype,d,etype,e) \ argument
/linux-4.4.14/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 …]
Dsoftfloat.h238 static inline flag float32_eq_nocheck(float32 a, float32 b) in float32_eq_nocheck()
243 static inline flag float32_lt_nocheck(float32 a, float32 b) in float32_lt_nocheck()
259 static inline flag float64_eq_nocheck(float64 a, float64 b) in float64_eq_nocheck()
264 static inline flag float64_lt_nocheck(float64 a, float64 b) in float64_lt_nocheck()
/linux-4.4.14/arch/sh/include/asm/
Dio_noioport.h55 #define insb(a, b, c) BUG() argument
56 #define insw(a, b, c) BUG() argument
57 #define insl(a, b, c) BUG() argument
59 #define outsb(a, b, c) BUG() argument
60 #define outsw(a, b, c) BUG() argument
61 #define outsl(a, b, c) BUG() argument
Dio_generic.h7 #define IO_CONCAT(a,b) _IO_CONCAT(a,b) argument
8 #define _IO_CONCAT(a,b) a ## _ ## b argument
/linux-4.4.14/arch/x86/kernel/cpu/mcheck/
Dmce_amd.c78 struct threshold_block *b; member
91 static const char *bank4_names(const struct threshold_block *b) in bank4_names()
126 static int lvt_off_valid(struct threshold_block *b, int apic, u32 lo, u32 hi) in lvt_off_valid()
196 static void mce_threshold_block_init(struct threshold_block *b, int offset) in mce_threshold_block_init()
253 struct threshold_block b; in mce_amd_feature_init() local
477 store_threshold_limit(struct threshold_block *b, const char *buf, size_t size) in store_threshold_limit()
500 static ssize_t show_error_count(struct threshold_block *b, char *buf) in show_error_count()
537 struct threshold_block *b = to_block(kobj); in show() local
549 struct threshold_block *b = to_block(kobj); in store() local
571 struct threshold_block *b = NULL; in allocate_threshold_blocks() local
[all …]
/linux-4.4.14/net/ceph/
Dbuffer.c13 struct ceph_buffer *b; in ceph_buffer_new() local
35 struct ceph_buffer *b = container_of(kref, struct ceph_buffer, kref); in ceph_buffer_release() local
43 int ceph_decode_buffer(struct ceph_buffer **b, void **p, void *end) in ceph_decode_buffer()
Darmor.c42 unsigned char a, b, c; in ceph_armor() local
79 int a, b, c, d; in ceph_unarmor() local
Dceph_hash.c10 #define mix(a, b, c) \ argument
26 __u32 a, b, c; /* the internal state */ in ceph_str_hash_rjenkins() local
/linux-4.4.14/lib/
Dlist_sort.c21 struct list_head *b), in merge()
50 struct list_head *b), in merge_and_restore_back_links()
106 struct list_head *b)) in list_sort()
201 static int __init cmp(void *priv, struct list_head *a, struct list_head *b) in cmp()
Dlcm.c7 unsigned long lcm(unsigned long a, unsigned long b) in lcm()
16 unsigned long lcm_not_zero(unsigned long a, unsigned long b) in lcm_not_zero()
Dsort.c17 static void u32_swap(void *a, void *b, int size) in u32_swap()
24 static void u64_swap(void *a, void *b, int size) in u64_swap()
31 static void generic_swap(void *a, void *b, int size) in generic_swap()
Ddecompress_unxz.c177 static bool memeq(const void *a, const void *b, size_t size) in memeq()
194 uint8_t *b = buf; in memzero() local
257 struct xz_buf b; in unxz() local
Dinflate.c140 uch b; /* number of bits in this code or subcode */ member
322 unsigned *b, /* code lengths in bits (all assumed <= BMAX) */ in huft_build()
602 register ulg b; /* bit buffer */ in inflate_codes() local
708 register ulg b; /* bit buffer */ in inflate_stored() local
844 register ulg b; /* bit buffer */ in inflate_dynamic() local
1039 register ulg b; /* bit buffer */ in inflate_block() local
Dhalfmd4.c17 #define ROUND(f, a, b, c, d, x, s) \ argument
28 __u32 a = buf[0], b = buf[1], c = buf[2], d = buf[3]; in half_md4_transform() local
/linux-4.4.14/crypto/
Dmemneq.c68 __crypto_memneq_generic(const void *a, const void *b, size_t size) in __crypto_memneq_generic()
92 static inline unsigned long __crypto_memneq_16(const void *a, const void *b) in __crypto_memneq_16()
156 noinline unsigned long __crypto_memneq(const void *a, const void *b, in __crypto_memneq()
Dtwofish_generic.c58 #define G2(b) \ argument
67 #define ENCROUND(n, a, b, c, d) \ argument
74 #define DECROUND(n, a, b, c, d) \ argument
116 u32 a, b, c, d; in twofish_encrypt() local
153 u32 a, b, c, d; in twofish_decrypt() local
Dgf128mul.c128 u64 b = be64_to_cpu(x->b); in gf128mul_x_lle() local
138 u64 b = be64_to_cpu(x->b); in gf128mul_x_bbe() local
148 u64 b = le64_to_cpu(x->b); in gf128mul_x_ble() local
159 u64 b = be64_to_cpu(x->b); in gf128mul_x8_lle() local
169 u64 b = be64_to_cpu(x->b); in gf128mul_x8_bbe() local
176 void gf128mul_lle(be128 *r, const be128 *b) in gf128mul_lle()
214 void gf128mul_bbe(be128 *r, const be128 *b) in gf128mul_bbe()
Dtwofish_common.c482 #define CALC_S(a, b, c, d, i, w, x, y, z) \ argument
497 #define CALC_SB_2(i, a, b) \ argument
505 #define CALC_SB192_2(i, a, b) \ argument
513 #define CALC_SB256_2(i, a, b) \ argument
543 #define CALC_K_2(a, b, c, d, j) \ argument
556 #define CALC_K192_2(a, b, c, d, j) \ argument
569 #define CALC_K256_2(a, b, j) \ argument
Dmd4.c63 #define ROUND1(a,b,c,d,k,s) (a = lshift(a + F(b,c,d) + k, s)) argument
64 #define ROUND2(a,b,c,d,k,s) (a = lshift(a + G(b,c,d) + k + (u32)0x5A827999,s)) argument
65 #define ROUND3(a,b,c,d,k,s) (a = lshift(a + H(b,c,d) + k + (u32)0x6ED9EBA1,s)) argument
86 u32 a, b, c, d; in md4_transform() local
Dtgr192.c38 u64 a, b, c; member
404 u64 b = *rb; in tgr192_round() local
423 u64 b = *rb; in tgr192_pass() local
468 u64 a, b, c, aa, bb, cc; in tgr192_transform() local
/linux-4.4.14/arch/x86/mm/kmemcheck/
Dopcode.c5 static bool opcode_is_prefix(uint8_t b) in opcode_is_prefix()
20 static bool opcode_is_rex_prefix(uint8_t b) in opcode_is_rex_prefix()
25 static bool opcode_is_rex_prefix(uint8_t b) in opcode_is_rex_prefix()
/linux-4.4.14/drivers/net/fddi/skfp/h/
Dcmtdef.h57 #define DB_PR(flag,a,b,c) { if (flag) printf(a,b,c) ; } argument
59 #define DB_PR(flag,a,b,c) argument
63 #define DB_ECM(a,b,c) DB_PR((smc->debug.d_smt&1),a,b,c) argument
64 #define DB_ECMN(n,a,b,c) DB_PR((smc->debug.d_ecm >=(n)),a,b,c) argument
65 #define DB_RMT(a,b,c) DB_PR((smc->debug.d_smt&2),a,b,c) argument
66 #define DB_RMTN(n,a,b,c) DB_PR((smc->debug.d_rmt >=(n)),a,b,c) argument
67 #define DB_CFM(a,b,c) DB_PR((smc->debug.d_smt&4),a,b,c) argument
68 #define DB_CFMN(n,a,b,c) DB_PR((smc->debug.d_cfm >=(n)),a,b,c) argument
69 #define DB_PCM(a,b,c) DB_PR((smc->debug.d_smt&8),a,b,c) argument
70 #define DB_PCMN(n,a,b,c) DB_PR((smc->debug.d_pcm >=(n)),a,b,c) argument
[all …]
Dhwmtm.h171 #define DB_RX(a,b,c,lev) if (DB_P.d_os.hwm_rx >= (lev)) printf(a,b,c) argument
172 #define DB_TX(a,b,c,lev) if (DB_P.d_os.hwm_tx >= (lev)) printf(a,b,c) argument
173 #define DB_GEN(a,b,c,lev) if (DB_P.d_os.hwm_gen >= (lev)) printf(a,b,c) argument
175 #define DB_RX(a,b,c,lev) argument
176 #define DB_TX(a,b,c,lev) argument
177 #define DB_GEN(a,b,c,lev) argument
/linux-4.4.14/arch/mips/math-emu/
Dieee754.c41 #define xPCNST(s, b, m, ebias) \ argument
50 #define DPCNST(s, b, m) \ argument
73 #define SPCNST(s, b, m) \ argument
/linux-4.4.14/arch/powerpc/xmon/
Dspu-insns.h128 #define _A2(a,b) {2,a,b} argument
129 #define _A3(a,b,c) {3,a,b,c} argument
130 #define _A4(a,b,c,d) {4,a,b,c,d} argument
/linux-4.4.14/include/uapi/linux/
Duuid.h28 __u8 b[16]; member
32 __u8 b[16]; member
35 #define UUID_LE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
42 #define UUID_BE(a, b, c, d0, d1, d2, d3, d4, d5, d6, d7) \ argument
/linux-4.4.14/arch/cris/include/asm/
Dio.h96 static inline void writeb(unsigned char b, volatile void __iomem *addr) in writeb()
103 static inline void writew(unsigned short b, volatile void __iomem *addr) in writew()
110 static inline void writel(unsigned int b, volatile void __iomem *addr) in writel()
117 #define writeb_relaxed(b, addr) writeb(b, addr) argument
118 #define writew_relaxed(b, addr) writew(b, addr) argument
119 #define writel_relaxed(b, addr) writel(b, addr) argument
126 #define memset_io(a,b,c) memset((void *)(a),(b),(c)) argument
127 #define memcpy_fromio(a,b,c) memcpy((a),(void *)(b),(c)) argument
128 #define memcpy_toio(a,b,c) memcpy((void *)(a),(b),(c)) argument
/linux-4.4.14/include/linux/mtd/
Dftl.h63 #define BLOCK_FREE(b) ((b) == 0xffffffff) argument
64 #define BLOCK_DELETED(b) (((b) == 0) || ((b) == 0xfffffffe)) argument
66 #define BLOCK_TYPE(b) ((b) & 0x7f) argument
67 #define BLOCK_ADDRESS(b) ((b) & ~0x7f) argument
68 #define BLOCK_NUMBER(b) ((b) >> 9) argument
/linux-4.4.14/drivers/video/fbdev/matrox/
Di2c-matroxfb.c72 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setsda() local
77 struct i2c_bit_adapter* b = data; in matroxfb_gpio_setscl() local
82 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getsda() local
87 struct i2c_bit_adapter* b = data; in matroxfb_gpio_getscl() local
101 static int i2c_bus_reg(struct i2c_bit_adapter* b, struct matrox_fb_info* minfo, in i2c_bus_reg()
124 static void i2c_bit_bus_del(struct i2c_bit_adapter* b) { in i2c_bit_bus_del()
/linux-4.4.14/arch/sh/kernel/cpu/sh4/
Dsoftfloat.c224 static float64 subFloat64Sigs(float64 a, float64 b, flag zSign) in subFloat64Sigs()
285 static float64 addFloat64Sigs(float64 a, float64 b, flag zSign) in addFloat64Sigs()
454 static float32 subFloat32Sigs(float32 a, float32 b, flag zSign) in subFloat32Sigs()
516 static float32 addFloat32Sigs(float32 a, float32 b, flag zSign) in addFloat32Sigs()
573 float64 float64_sub(float64 a, float64 b) in float64_sub()
587 float32 float32_sub(float32 a, float32 b) in float32_sub()
601 float32 float32_add(float32 a, float32 b) in float32_add()
615 float64 float64_add(float64 a, float64 b) in float64_add()
656 static bits64 estimateDiv128To64(bits64 a0, bits64 a1, bits64 b) in estimateDiv128To64()
682 void mul64To128(bits64 a, bits64 b, bits64 * z0Ptr, bits64 * z1Ptr) in mul64To128()
[all …]
/linux-4.4.14/drivers/watchdog/
Dit87_wdt.c120 #define CIR_DR(b) (b) argument
121 #define CIR_IER(b) (b + 1) argument
122 #define CIR_RCR(b) (b + 2) argument
123 #define CIR_TCR1(b) (b + 3) argument
124 #define CIR_TCR2(b) (b + 4) argument
125 #define CIR_TSR(b) (b + 5) argument
126 #define CIR_RSR(b) (b + 6) argument
127 #define CIR_BDLR(b) (b + 5) argument
128 #define CIR_BDHR(b) (b + 6) argument
129 #define CIR_IIR(b) (b + 7) argument
/linux-4.4.14/fs/ntfs/
Dmst.c42 int post_read_mst_fixup(NTFS_RECORD *b, const u32 size) in post_read_mst_fixup()
123 int pre_write_mst_fixup(NTFS_RECORD *b, const u32 size) in pre_write_mst_fixup()
179 void post_write_mst_fixup(NTFS_RECORD *b) in post_write_mst_fixup()
/linux-4.4.14/lib/842/
D842_compress.c118 #define get_input_data(p, o, b) \ argument
121 #define init_hashtable_nodes(p, b) do { \ argument
131 #define find_index(p, b, n) ({ \ argument
143 #define check_index(p, b, n) \ argument
148 #define replace_hash(p, b, i, d) do { \ argument
178 int b = p->bit, bits = b + n, s = round_up(bits, 8) - bits; in add_bits() local
233 int ret, i, b = 0; in add_template() local
336 static int add_short_data_template(struct sw842_param *p, u8 b) in add_short_data_template()
392 int i, match, b = 0; in check_template() local
/linux-4.4.14/fs/xfs/libxfs/
Dxfs_btree.h207 xfs_bmbt_irec_t b; member
232 } b; member
443 #define XFS_EXTLEN_MIN(a,b) min_t(xfs_extlen_t, (a), (b)) argument
444 #define XFS_EXTLEN_MAX(a,b) max_t(xfs_extlen_t, (a), (b)) argument
445 #define XFS_AGBLOCK_MIN(a,b) min_t(xfs_agblock_t, (a), (b)) argument
446 #define XFS_AGBLOCK_MAX(a,b) max_t(xfs_agblock_t, (a), (b)) argument
447 #define XFS_FILEOFF_MIN(a,b) min_t(xfs_fileoff_t, (a), (b)) argument
448 #define XFS_FILEOFF_MAX(a,b) max_t(xfs_fileoff_t, (a), (b)) argument
449 #define XFS_FILBLKS_MIN(a,b) min_t(xfs_filblks_t, (a), (b)) argument
450 #define XFS_FILBLKS_MAX(a,b) max_t(xfs_filblks_t, (a), (b)) argument
[all …]
Dxfs_rtbitmap.c90 xfs_rtword_t *b; /* current word in buffer */ in xfs_rtfind_back() local
265 xfs_rtword_t *b; /* current word in buffer */ in xfs_rtfind_forw() local
522 xfs_rtword_t *b; /* current word in buffer */ in xfs_rtmodify_range() local
757 xfs_rtword_t *b; /* current word in buffer */ in xfs_rtcheck_range() local
941 #define xfs_rtcheck_alloc_range(m,t,b,l) (0) argument
/linux-4.4.14/drivers/media/usb/dvb-usb/
Ddtt200u-fe.c27 u8 st = GET_TUNE_STATUS, b[3]; in dtt200u_fe_read_status() local
50 u8 bw = GET_VIT_ERR_CNT,b[3]; in dtt200u_fe_read_ber() local
59 u8 bw = GET_RS_UNCOR_BLK_CNT,b[2]; in dtt200u_fe_read_unc_blocks() local
69 u8 bw = GET_AGC, b; in dtt200u_fe_read_signal_strength() local
87 u8 b = SET_INIT; in dtt200u_fe_init() local
Ddibusb-common.c66 u8 b[3]; in dibusb_power_ctrl() local
79 u8 b[3] = { 0 }; in dibusb2_0_streaming_ctrl() local
101 u8 b[3] = { DIBUSB_REQ_SET_IOCTL, DIBUSB_IOCTL_CMD_POWER_MODE, DIBUSB_IOCTL_POWER_WAKEUP }; in dibusb2_0_power_ctrl() local
295 u8 a,b; in dibusb_dib3000mc_tuner_attach() local
Dvp702x.c34 u16 value, u16 index, u8 *b, int blen) in vp702x_usb_in_op_unlocked()
59 u16 index, u8 *b, int blen) in vp702x_usb_in_op()
71 u16 value, u16 index, u8 *b, int blen) in vp702x_usb_out_op_unlocked()
90 u16 index, u8 *b, int blen) in vp702x_usb_out_op()
225 u8 *b; in vp702x_init_pid_filter() local
Ddigitv.c124 u8 b[5]; in digitv_nxt6000_tuner_set_params() local
231 u8 b[4] = { 0 }; in digitv_rc_query() local
270 u8 b[4] = { 0 }; in digitv_probe() local
Daz6027.c302 u16 value, u16 index, u8 *b, int blen) in az6027_usb_in_op()
335 u8 *b, in az6027_usb_out_op()
420 u8 *b; in az6027_ci_read_attribute_mem() local
493 u8 *b; in az6027_ci_read_cam_control() local
569 u8 *b; in CI_CamReady() local
685 u8 *b; in az6027_ci_poll_slot_status() local
1061 u8 *b; in az6027_identify_state() local
Dtechnisat-usb2.c90 u8 b[64]; in technisat_usb2_i2c_access() local
275 u8 b = 0; in technisat_usb2_set_led_timer() local
396 static u8 technisat_usb2_calc_lrc(const u8 *b, u16 length) in technisat_usb2_calc_lrc()
405 u16 offset, u8 *b, u16 length, u8 tries) in technisat_usb2_eeprom_lrc_read()
597 u8 buf[62], *b; in technisat_usb2_get_ir() local
/linux-4.4.14/fs/nfsd/
Dnfscache.c149 nfsd_reply_cache_free(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in nfsd_reply_cache_free()
220 lru_put_end(struct nfsd_drc_bucket *b, struct svc_cacherep *rp) in lru_put_end()
227 prune_bucket(struct nfsd_drc_bucket *b) in prune_bucket()
259 struct nfsd_drc_bucket *b = &drc_hashtbl[i]; in prune_cache_entries() local
344 nfsd_cache_search(struct nfsd_drc_bucket *b, struct svc_rqst *rqstp, in nfsd_cache_search()
390 struct nfsd_drc_bucket *b = &drc_hashtbl[hash]; in nfsd_cache_lookup() local
515 struct nfsd_drc_bucket *b; in nfsd_cache_update() local
Dblocklayoutxdr.c18 struct pnfs_block_extent *b = lgp->lg_content; in nfsd4_block_encode_layoutget() local
39 nfsd4_block_encode_volume(struct xdr_stream *xdr, struct pnfs_block_volume *b) in nfsd4_block_encode_volume()
/linux-4.4.14/arch/x86/xen/
Dmulticalls.c57 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_flush() local
134 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in __xen_mc_entry() local
165 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_extend_args() local
195 struct mc_buffer *b = this_cpu_ptr(&mc_buffer); in xen_mc_callback() local
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal-lpc.c121 static void opal_lpc_insb(unsigned long p, void *b, unsigned long c) in opal_lpc_insb()
129 static void opal_lpc_insw(unsigned long p, void *b, unsigned long c) in opal_lpc_insw()
137 static void opal_lpc_insl(unsigned long p, void *b, unsigned long c) in opal_lpc_insl()
145 static void opal_lpc_outsb(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsb()
153 static void opal_lpc_outsw(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsw()
161 static void opal_lpc_outsl(unsigned long p, const void *b, unsigned long c) in opal_lpc_outsl()
/linux-4.4.14/drivers/media/v4l2-core/
Dvideobuf2-v4l2.c49 static int __verify_planes_array(struct vb2_buffer *vb, const struct v4l2_buffer *b) in __verify_planes_array()
74 static int __verify_length(struct vb2_buffer *vb, const struct v4l2_buffer *b) in __verify_length()
112 const struct v4l2_buffer *b = pb; in __set_timestamp() local
148 static int vb2_queue_or_prepare_buf(struct vb2_queue *q, struct v4l2_buffer *b, in vb2_queue_or_prepare_buf()
181 struct v4l2_buffer *b = pb; in __fill_v4l2_buffer() local
287 const struct v4l2_buffer *b = pb; in __fill_vb2_buffer() local
453 int vb2_querybuf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_querybuf()
504 int vb2_prepare_buf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_prepare_buf()
539 static int vb2_internal_qbuf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_internal_qbuf()
563 int vb2_qbuf(struct vb2_queue *q, struct v4l2_buffer *b) in vb2_qbuf()
[all …]
/linux-4.4.14/lib/xz/
Dxz_dec_stream.c157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp()
218 static enum xz_ret dec_block(struct xz_dec *s, struct xz_buf *b) in dec_block()
281 static void index_update(struct xz_dec *s, const struct xz_buf *b) in index_update()
296 static enum xz_ret dec_index(struct xz_dec *s, struct xz_buf *b) in dec_index()
346 static enum xz_ret crc32_validate(struct xz_dec *s, struct xz_buf *b) in crc32_validate()
370 static bool check_skip(struct xz_dec *s, struct xz_buf *b) in check_skip()
549 static enum xz_ret dec_main(struct xz_dec *s, struct xz_buf *b) in dec_main()
734 XZ_EXTERN enum xz_ret xz_dec_run(struct xz_dec *s, struct xz_buf *b) in xz_dec_run()
Dxz_dec_bcj.c83 static inline int bcj_x86_test_msbyte(uint8_t b) in bcj_x86_test_msbyte()
101 uint8_t b; in bcj_x86() local
399 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush()
419 struct xz_buf *b) in xz_dec_bcj_run()
/linux-4.4.14/fs/xfs/
Dxfs_linux.h154 #define MIN(a,b) (min(a,b)) argument
155 #define MAX(a,b) (max(a,b)) argument
221 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div()
252 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod()
277 static inline __u32 xfs_do_div(void *a, __u32 b, int n) in xfs_do_div()
296 static inline __u32 xfs_do_mod(void *a, __u32 b, int n) in xfs_do_mod()
314 #define do_div(a, b) xfs_do_div(&(a), (b), sizeof(a)) argument
315 #define do_mod(a, b) xfs_do_mod(&(a), (b), sizeof(a)) argument
Dxfs_rtalloc.h127 # define xfs_rtallocate_extent(t,b,min,max,l,a,f,p,rb) (ENOSYS) argument
128 # define xfs_rtfree_extent(t,b,l) (ENOSYS) argument
/linux-4.4.14/arch/x86/include/asm/
Dasm.h15 # define __ASM_SEL(a,b) __ASM_FORM(a) argument
16 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(a) argument
18 # define __ASM_SEL(a,b) __ASM_FORM(b) argument
19 # define __ASM_SEL_RAW(a,b) __ASM_FORM_RAW(b) argument
Dvm86.h77 #define handle_vm86_fault(a, b) argument
80 static inline int handle_vm86_trap(struct kernel_vm86_regs *a, long b, int c) in handle_vm86_trap()
85 static inline void save_v86_state(struct kernel_vm86_regs *a, int b) { } in save_v86_state()
/linux-4.4.14/drivers/media/pci/bt8xx/
Dbttv.h269 #define _MUXSELe(a, b...) 0##a << 28 | _MUXSELf(b) argument
270 #define _MUXSELd(a, b...) 0##a << 26 | _MUXSELe(b) argument
271 #define _MUXSELc(a, b...) 0##a << 24 | _MUXSELd(b) argument
272 #define _MUXSELb(a, b...) 0##a << 22 | _MUXSELc(b) argument
273 #define _MUXSELa(a, b...) 0##a << 20 | _MUXSELb(b) argument
274 #define _MUXSEL9(a, b...) 0##a << 18 | _MUXSELa(b) argument
275 #define _MUXSEL8(a, b...) 0##a << 16 | _MUXSEL9(b) argument
276 #define _MUXSEL7(a, b...) 0##a << 14 | _MUXSEL8(b) argument
277 #define _MUXSEL6(a, b...) 0##a << 12 | _MUXSEL7(b) argument
278 #define _MUXSEL5(a, b...) 0##a << 10 | _MUXSEL6(b) argument
[all …]
/linux-4.4.14/include/crypto/
Db128ops.h53 u64 a, b; member
57 __be64 a, b; member
61 __le64 b, a; member
/linux-4.4.14/arch/x86/crypto/
Dtwofish-i586-asm_32.S80 #define encrypt_round(a,b,c,d,round)\ argument
118 #define encrypt_last_round(a,b,c,d,round)\ argument
155 #define decrypt_round(a,b,c,d,round)\ argument
193 #define decrypt_last_round(a,b,c,d,round)\ argument
Dtwofish-x86_64-asm_64.S79 #define encrypt_round(a,b,c,d,round)\ argument
115 #define encrypt_last_round(a,b,c,d,round)\ argument
152 #define decrypt_round(a,b,c,d,round)\ argument
188 #define decrypt_last_round(a,b,c,d,round)\ argument
Dtwofish-avx-x86_64-asm_64.S132 #define round_head_2(a, b, x1, y1, x2, y2) \ argument
156 #define encround_tail(a, b, c, d, x, y, prerotate) \ argument
168 #define decround_tail(a, b, c, d, x, y, prerotate) \ argument
189 #define encrypt_round(n, a, b, c, d, preload, prerotate) \ argument
197 #define decrypt_round(n, a, b, c, d, preload, prerotate) \ argument
/linux-4.4.14/include/acpi/
Dacoutput.h446 #define ACPI_DUMP_OPERANDS(a, b ,c) acpi_ex_dump_operands(a, b, c) argument
447 #define ACPI_DUMP_ENTRY(a, b) acpi_ns_dump_entry (a, b) argument
448 #define ACPI_DUMP_PATHNAME(a, b, c, d) acpi_ns_dump_pathname(a, b, c, d) argument
449 #define ACPI_DUMP_BUFFER(a, b) acpi_ut_debug_dump_buffer((u8 *) a, b, DB_BYTE_DISPLAY, _CO… argument
451 #define ACPI_TRACE_POINT(a, b, c, d) acpi_trace_point (a, b, c, d) argument
464 #define ACPI_FUNCTION_TRACE_PTR(a, b) argument
465 #define ACPI_FUNCTION_TRACE_U32(a, b) argument
466 #define ACPI_FUNCTION_TRACE_STR(a, b) argument
469 #define ACPI_DUMP_OPERANDS(a, b, c) argument
470 #define ACPI_DUMP_ENTRY(a, b) argument
[all …]
/linux-4.4.14/drivers/gpu/drm/nouveau/include/nvkm/subdev/
Dbios.h26 #define nvbios_rd08(b,o) (b)->data[(o)] argument
27 #define nvbios_rd16(b,o) get_unaligned_le16(&(b)->data[(o)]) argument
28 #define nvbios_rd32(b,o) get_unaligned_le32(&(b)->data[(o)]) argument
/linux-4.4.14/security/tomoyo/
Dfile.c336 const struct tomoyo_acl_info *b) in tomoyo_same_path_acl()
353 struct tomoyo_acl_info *b, in tomoyo_merge_path_acl()
405 const struct tomoyo_acl_info *b) in tomoyo_same_mkdev_acl()
425 struct tomoyo_acl_info *b, in tomoyo_merge_mkdev_acl()
484 const struct tomoyo_acl_info *b) in tomoyo_same_path2_acl()
502 struct tomoyo_acl_info *b, in tomoyo_merge_path2_acl()
617 const struct tomoyo_acl_info *b) in tomoyo_same_path_number_acl()
637 struct tomoyo_acl_info *b, in tomoyo_merge_path_number_acl()
945 const struct tomoyo_acl_info *b) in tomoyo_same_mount_acl()
Dgroup.c19 const struct tomoyo_acl_head *b) in tomoyo_same_path_group()
34 const struct tomoyo_acl_head *b) in tomoyo_same_number_group()
53 const struct tomoyo_acl_head *b) in tomoyo_same_address_group()
/linux-4.4.14/drivers/staging/skein/
Dskein_base.c26 u8 b[SKEIN_256_STATE_BYTES]; in skein_256_init() member
86 u8 b[SKEIN_256_STATE_BYTES]; in skein_256_init_ext() member
250 u8 b[SKEIN_512_STATE_BYTES]; in skein_512_init() member
314 u8 b[SKEIN_512_STATE_BYTES]; in skein_512_init_ext() member
477 u8 b[SKEIN_1024_STATE_BYTES]; in skein_1024_init() member
535 u8 b[SKEIN_1024_STATE_BYTES]; in skein_1024_init_ext() member
/linux-4.4.14/drivers/staging/rtl8192e/
Drtllib_softmac_wx.c33 union iwreq_data *wrqu, char *b) in rtllib_wx_set_freq()
92 union iwreq_data *wrqu, char *b) in rtllib_wx_get_freq()
194 union iwreq_data *wrqu, char *b) in rtllib_wx_get_essid()
285 union iwreq_data *wrqu, char *b) in rtllib_wx_set_mode()
420 union iwreq_data *wrqu, char *b) in rtllib_wx_set_scan()
501 union iwreq_data *wrqu, char *b) in rtllib_wx_get_mode()
/linux-4.4.14/drivers/staging/rtl8192u/ieee80211/
Dieee80211_softmac_wx.c32 union iwreq_data *wrqu, char *b) in ieee80211_wx_set_freq()
89 union iwreq_data *wrqu, char *b) in ieee80211_wx_get_freq()
181 …et_essid(struct ieee80211_device *ieee, struct iw_request_info *a, union iwreq_data *wrqu, char *b) in ieee80211_wx_get_essid()
272 union iwreq_data *wrqu, char *b) in ieee80211_wx_set_mode()
361 union iwreq_data *wrqu, char *b) in ieee80211_wx_set_scan()
439 union iwreq_data *wrqu, char *b) in ieee80211_wx_get_mode()
/linux-4.4.14/net/tipc/
Dudp_media.c128 static int tipc_udp_msg2addr(struct tipc_bearer *b, struct tipc_media_addr *a, in tipc_udp_msg2addr()
152 struct tipc_bearer *b, in tipc_udp_send_msg()
226 struct tipc_bearer *b; in tipc_udp_recv() local
347 static int tipc_udp_enable(struct net *net, struct tipc_bearer *b, in tipc_udp_enable()
428 static void tipc_udp_disable(struct tipc_bearer *b) in tipc_udp_disable()
Dib_media.c66 static int tipc_ib_raw2addr(struct tipc_bearer *b, in tipc_ib_raw2addr()
79 static int tipc_ib_msg2addr(struct tipc_bearer *b, in tipc_ib_msg2addr()
Deth_media.c61 static int tipc_eth_raw2addr(struct tipc_bearer *b, in tipc_eth_raw2addr()
75 static int tipc_eth_msg2addr(struct tipc_bearer *b, in tipc_eth_msg2addr()
Dbearer.c374 int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b, in tipc_enable_l2_media()
401 void tipc_disable_l2_media(struct tipc_bearer *b) in tipc_disable_l2_media()
418 struct tipc_bearer *b, struct tipc_media_addr *dest) in tipc_l2_send_msg()
446 struct tipc_bearer *b; in tipc_bearer_mtu() local
463 struct tipc_bearer *b; in tipc_bearer_xmit_skb() local
479 struct tipc_bearer *b; in tipc_bearer_xmit() local
503 struct tipc_bearer *b; in tipc_bearer_bc_xmit() local
859 struct tipc_bearer *b; in tipc_nl_bearer_set() local
/linux-4.4.14/arch/mn10300/include/asm/
Dio.h51 static inline void writeb(u8 b, volatile void __iomem *addr) in writeb()
56 static inline void writew(u16 b, volatile void __iomem *addr) in writew()
61 static inline void writel(u32 b, volatile void __iomem *addr) in writel()
83 static inline void outb_local(u8 b, unsigned long addr) in outb_local()
103 static inline void outb(u8 b, unsigned long addr) in outb()
108 static inline void outw(u16 b, unsigned long addr) in outw()
113 static inline void outl(u32 b, unsigned long addr) in outl()
319 #define memset_io(a, b, c) memset(__io_virt(a), (b), (c)) argument
320 #define memcpy_fromio(a, b, c) memcpy((a), __io_virt(b), (c)) argument
321 #define memcpy_toio(a, b, c) memcpy(__io_virt(a), (b), (c)) argument
/linux-4.4.14/include/linux/ceph/
Dbuffer.h24 static inline struct ceph_buffer *ceph_buffer_get(struct ceph_buffer *b) in ceph_buffer_get()
30 static inline void ceph_buffer_put(struct ceph_buffer *b) in ceph_buffer_put()
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr.c41 struct s5p_mfc_priv_buf *b) in s5p_mfc_alloc_priv_buf()
65 struct s5p_mfc_priv_buf *b) in s5p_mfc_release_priv_buf()
/linux-4.4.14/arch/m68k/mm/
Dinit.c125 #define MLK(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 10 in print_memmap() argument
126 #define MLM(b, t) UL(b), UL(t), (UL(t) - UL(b)) >> 20 in print_memmap() argument
127 #define MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), 1024) in print_memmap() argument
/linux-4.4.14/drivers/block/paride/
Depia.c40 #define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) argument
41 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) argument
51 { int a, b, r; in epia_read_regr() local
138 { int k, ph, a, b; in epia_read_block() local
Dktti.c24 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument
44 { int a, b, r; in ktti_read_regr() local
56 { int k, a, b; in ktti_read_block() local
Dfit2.c28 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument
48 { int a, b, r; in fit2_read_regr() local
66 { int k, a, b, c, d; in fit2_read_block() local
Depat.c31 #define j44(a,b) (((a>>4)&0x0f)+(b&0xf0)) argument
32 #define j53(a,b) (((a>>3)&0x1f)+((b<<4)&0xe0)) argument
70 { int a, b, r; in epat_read_regr() local
99 { int k, ph, a, b; in epat_read_block() local
Daten.c30 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) argument
49 { int a, b, r; in aten_read_regr() local
72 { int k, a, b, c, d; in aten_read_block() local
Dfit3.c32 #define j44(a,b) (((a>>3)&0x0f)|((b<<1)&0xf0)) argument
64 { int a, b; in fit3_read_regr() local
97 { int k, a, b, c, d; in fit3_read_block() local
Ddstr.c35 #define j44(a,b) (((a>>3)&0x07)|((~a>>4)&0x08)|((b<<1)&0x70)|((~b)&0x80)) argument
49 { int a, b, r; in dstr_read_regr() local
117 { int k, a, b; in dstr_read_block() local
Don26.c38 #define j44(a,b) (((a>>4)&0x0f)|(b&0xf0)) argument
49 { int a, b, r; in on26_read_regr() local
188 { int k, a, b; in on26_read_block() local
Dkbic.c35 #define j44(a,b) ((((a>>4)&0x0f)|(b&0xf0))^0x88) argument
47 { int a, b, s; in kbic_read_regr() local
136 { int k, a, b; in kbic_read_block() local
/linux-4.4.14/drivers/media/usb/ttusb-dec/
Dttusbdecfe.c54 u8 b[] = { 0x00, 0x00, 0x00, 0x00, in ttusbdecfe_dvbt_read_status() local
94 u8 b[] = { 0x00, 0x00, 0x00, 0x03, in ttusbdecfe_dvbt_set_frontend() local
122 u8 b[] = { 0x00, 0x00, 0x00, 0x01, in ttusbdecfe_dvbs_set_frontend() local
155 u8 b[] = { 0x00, 0xff, 0x00, 0x00, in ttusbdecfe_dvbs_diseqc_send_master_cmd() local
/linux-4.4.14/drivers/staging/lustre/lustre/mdc/
Dmdc_lib.c42 static void __mdc_pack_body(struct mdt_body *b, __u32 suppgid) in __mdc_pack_body()
57 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_is_subdir_pack() local
72 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_swap_layouts_pack() local
84 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_pack_body() local
100 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_readdir_pack() local
427 struct mdt_body *b = req_capsule_client_get(&req->rq_pill, in mdc_getattr_pack() local
/linux-4.4.14/sound/drivers/vx/
Dvx_mixer.c56 struct b { struct
57 u8 hh;
58 u8 mh;
59 u8 ml;
60 u8 ll;
61 } b; member
67 struct b { struct
68 u8 ll;
69 u8 ml;
70 u8 mh;
[all …]
/linux-4.4.14/arch/arm/include/asm/
Dglue-cache.h138 unsigned long b, unsigned int c) { } in nop_flush_user_cache_range()
140 static inline void nop_coherent_kern_range(unsigned long a, unsigned long b) { } in nop_coherent_kern_range()
142 unsigned long b) { return 0; } in nop_coherent_user_range()
145 static inline void nop_dma_flush_range(const void *a, const void *b) { } in nop_dma_flush_range()
/linux-4.4.14/arch/powerpc/crypto/
Dsha1-spe-asm.S111 #define R_00_15(a, b, c, d, e, w0, w1, k, off) \ argument
135 #define R_16_19(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
161 #define R_20_39(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
185 #define R_40_59(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
213 #define R_60_79(a, b, c, d, e, w0, w1, w4, w6, w7, k) \ argument
Dmd5-asm.S69 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
93 #define R_16_31(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
113 #define R_32_47(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
130 #define R_48_63(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
/linux-4.4.14/arch/m32r/platforms/mappi/
Dio.c65 static inline void _ne_outb(unsigned char b, void *portp) in _ne_outb()
82 unsigned char b; in _inb() local
86 unsigned char b; in _inb() local
151 void _outb(unsigned char b, unsigned long port) in _outb()
193 void _outb_p(unsigned char b, unsigned long port) in _outb_p()
/linux-4.4.14/drivers/media/pci/saa7164/
Dsaa7164-bus.c29 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_setup() local
58 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_dump() local
86 struct tmComResBusInfo *b = &dev->bus; in saa7164_bus_verify() local
/linux-4.4.14/drivers/irqchip/
Dirq-brcmstb-l2.c54 struct brcmstb_l2_intc_data *b = irq_desc_get_handler_data(desc); in brcmstb_l2_intc_irq_handle() local
86 struct brcmstb_l2_intc_data *b = gc->private; in brcmstb_l2_intc_suspend() local
103 struct brcmstb_l2_intc_data *b = gc->private; in brcmstb_l2_intc_resume() local
/linux-4.4.14/mm/
Dslob.c207 static void slob_free_pages(void *b, int order) in slob_free_pages()
273 slob_t *b = NULL; in slob_alloc() local
343 slob_t *prev, *next, *b = (slob_t *)block; in slob_free() local
537 void *b; in slob_alloc_node() local
582 static void __kmem_cache_free(void *b, int size) in __kmem_cache_free()
593 void *b = (void *)slob_rcu - (slob_rcu->size - sizeof(struct slob_rcu)); in kmem_rcu_free() local
598 void kmem_cache_free(struct kmem_cache *c, void *b) in kmem_cache_free()
/linux-4.4.14/sound/firewire/
Dpackets-buffer.c21 int iso_packets_buffer_init(struct iso_packets_buffer *b, struct fw_unit *unit, in iso_packets_buffer_init()
71 void iso_packets_buffer_destroy(struct iso_packets_buffer *b, in iso_packets_buffer_destroy()
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/engine/gr/
Dctxgf100.h17 #define mmio_vram(a,b,c,d) gf100_grctx_mmio_data((a), (b), (c), (d)) argument
18 #define mmio_refn(a,b,c,d,e) gf100_grctx_mmio_item((a), (b), (c), (d), (e)) argument
19 #define mmio_skip(a,b,c) mmio_refn((a), (b), (c), -1, -1) argument
20 #define mmio_wr32(a,b,c) mmio_refn((a), (b), (c), 0, -1) argument
Dctxgm107.c872 const int b = mmio_vram(info, grctx->bundle_size, (1 << s), access); in gm107_grctx_generate_bundle() local
886 const int b = mmio_vram(info, grctx->pagepool_size, (1 << s), access); in gm107_grctx_generate_pagepool() local
905 const int b = mmio_vram(info, size * gr->tpc_total, (1 << s), access); in gm107_grctx_generate_attrib() local
/linux-4.4.14/arch/arm64/mm/
Dinit.c296 #define MLK(b, t) b, t, ((t) - (b)) >> 10 in mem_init() argument
297 #define MLM(b, t) b, t, ((t) - (b)) >> 20 in mem_init() argument
298 #define MLG(b, t) b, t, ((t) - (b)) >> 30 in mem_init() argument
299 #define MLK_ROUNDUP(b, t) b, t, DIV_ROUND_UP(((t) - (b)), SZ_1K) in mem_init() argument
/linux-4.4.14/lib/raid6/
Dmktables.c24 static uint8_t gfmul(uint8_t a, uint8_t b) in gfmul()
38 static uint8_t gfpow(uint8_t a, int b) in gfpow()
/linux-4.4.14/net/netfilter/ipset/
Dpfxlen.c6 #define E(a, b, c, d) \ argument
149 #define E(a, b, c, d) \ argument
/linux-4.4.14/arch/mips/kernel/
Dperf_event_mipsxx.c1431 #define IS_BOTH_COUNTERS_24K_EVENT(b) \ argument
1435 #define IS_BOTH_COUNTERS_34K_EVENT(b) \ argument
1438 #define IS_RANGE_P_34K_EVENT(r, b) \ argument
1447 #define IS_BOTH_COUNTERS_74K_EVENT(b) \ argument
1451 #define IS_BOTH_COUNTERS_PROAPTIV_EVENT(b) \ argument
1454 #define IS_BOTH_COUNTERS_P5600_EVENT(b) \ argument
1458 #define IS_BOTH_COUNTERS_1004K_EVENT(b) \ argument
1461 #define IS_RANGE_P_1004K_EVENT(r, b) \ argument
1471 #define IS_BOTH_COUNTERS_INTERAPTIV_EVENT(b) \ argument
1475 #define IS_RANGE_P_INTERAPTIV_EVENT(r, b) \ argument
[all …]
/linux-4.4.14/arch/powerpc/net/
Dbpf_jit.h121 #define PPC_LHBRX(r, base, b) EMIT(PPC_INST_LHBRX | ___PPC_RT(r) | \ argument
177 #define PPC_CMPLW(a, b) EMIT(PPC_INST_CMPLW | ___PPC_RA(a) | ___PPC_RB(b)) argument
179 #define PPC_SUB(d, a, b) EMIT(PPC_INST_SUB | ___PPC_RT(d) | \ argument
181 #define PPC_ADD(d, a, b) EMIT(PPC_INST_ADD | ___PPC_RT(d) | \ argument
183 #define PPC_MUL(d, a, b) EMIT(PPC_INST_MULLW | ___PPC_RT(d) | \ argument
185 #define PPC_MULHWU(d, a, b) EMIT(PPC_INST_MULHWU | ___PPC_RT(d) | \ argument
189 #define PPC_DIVWU(d, a, b) EMIT(PPC_INST_DIVWU | ___PPC_RT(d) | \ argument
191 #define PPC_AND(d, a, b) EMIT(PPC_INST_AND | ___PPC_RA(d) | \ argument
195 #define PPC_AND_DOT(d, a, b) EMIT(PPC_INST_ANDDOT | ___PPC_RA(d) | \ argument
197 #define PPC_OR(d, a, b) EMIT(PPC_INST_OR | ___PPC_RA(d) | \ argument
[all …]
/linux-4.4.14/tools/perf/arch/x86/util/
Dheader.c10 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid()
25 unsigned int a, b, c, d, lvl; in get_cpuid() local
/linux-4.4.14/sound/pci/riptide/
Driptide.c243 #define SEND_GETV(p,b) sendcmd(p,RESP,GETV,0,RET(b)) /* get version */ argument
244 #define SEND_GETC(p,b,c) sendcmd(p,PARM|RESP,GETC,c,RET(b)) argument
245 #define SEND_GUNS(p,b) sendcmd(p,RESP,GUNS,0,RET(b)) argument
246 #define SEND_SCID(p,b) sendcmd(p,RESP,SCID,0,RET(b)) argument
247 #define SEND_RMEM(p,b,c,d) sendcmd(p,PARM|RESP,RMEM|BYTE1(b),LONG0(c),RET(d)) /* memory acc… argument
248 #define SEND_SMEM(p,b,c) sendcmd(p,PARM,SMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument
249 #define SEND_WMEM(p,b,c) sendcmd(p,PARM,WMEM|BYTE1(b),LONG0(c),RET(0)) /* memory access f… argument
250 #define SEND_SDTM(p,b,c) sendcmd(p,PARM|RESP,SDTM|TRINIB1(b),0,RET(c)) /* memory access f… argument
251 #define SEND_GOTO(p,b) sendcmd(p,PARM,GOTO,LONG0(b),RET(0)) /* memory access for firmwa… argument
253 #define SEND_SSTR(p,b,c) sendcmd(p,PARM,SSTR|BYTE3(b),LONG0(c),RET(0)) /* start stream */ argument
[all …]
/linux-4.4.14/fs/ubifs/
Dreplay.c97 static int set_bud_lprops(struct ubifs_info *c, struct bud_entry *b) in set_bud_lprops()
173 struct bud_entry *b; in set_buds_lprops() local
277 struct list_head *b) in replay_entries_cmp()
541 static int replay_bud(struct ubifs_info *c, struct bud_entry *b) in replay_bud()
703 struct bud_entry *b; in replay_buds() local
725 struct bud_entry *b; in destroy_bud_list() local
749 struct bud_entry *b; in add_replay_bud() local
/linux-4.4.14/net/sched/
Dcls_route.c133 struct route4_bucket *b; in route4_classify() local
233 struct route4_bucket *b; in route4_get() local
296 struct route4_bucket *b; in route4_destroy() local
327 struct route4_bucket *b; in route4_delete() local
390 struct route4_bucket *b; in route4_set_parms() local
483 struct route4_bucket *b; in route4_change() local
576 struct route4_bucket *b = rtnl_dereference(head->table[h]); in route4_walk() local
/linux-4.4.14/drivers/ide/
Dcmd640.c227 u8 b; in get_cmd640_reg_pci2() local
252 u8 b; in get_cmd640_reg() local
321 u8 b; in probe_for_cmd640_vlb() local
401 u8 b = get_cmd640_reg(prefetch_regs[index]); in check_prefetch() local
414 u8 b; in set_prefetch_mode() local
580 u8 b; in cmd640_set_pio_mode() local
723 u8 b, cfr; in cmd640x_init() local
/linux-4.4.14/net/dccp/ccids/lib/
Dtfrc.h31 static inline u64 scaled_div(u64 a, u64 b) in scaled_div()
37 static inline u32 scaled_div32(u64 a, u64 b) in scaled_div32()
/linux-4.4.14/drivers/net/ethernet/cisco/enic/
Dvnic_rss.h30 u8 b[ENIC_RSS_BYTES_PER_KEY]; member
39 u8 b[4] ; member
/linux-4.4.14/arch/x86/math-emu/
Dreg_add_sub.c36 int FPU_add(FPU_REG const *b, u_char tagb, int deststnr, int control_w) in FPU_add()
130 FPU_REG const *a, *b; in FPU_sub() local
271 FPU_REG const *b, u_char tagb, u_char signb, in add_sub_specials()
/linux-4.4.14/fs/jffs2/
Dsummary.h201 #define jffs2_sum_add_kvec(a,b,c,d) (0) argument
202 #define jffs2_sum_move_collected(a,b) argument
204 #define jffs2_sum_add_padding_mem(a,b) argument
205 #define jffs2_sum_add_inode_mem(a,b,c) argument
206 #define jffs2_sum_add_dirent_mem(a,b,c) argument
207 #define jffs2_sum_add_xattr_mem(a,b,c) argument
208 #define jffs2_sum_add_xref_mem(a,b,c) argument
209 #define jffs2_sum_scan_sumnode(a,b,c,d,e) (0) argument
/linux-4.4.14/arch/parisc/include/asm/
Dio.h162 static inline void __raw_writeb(unsigned char b, volatile void __iomem *addr) in __raw_writeb()
166 static inline void __raw_writew(unsigned short b, volatile void __iomem *addr) in __raw_writew()
170 static inline void __raw_writel(unsigned int b, volatile void __iomem *addr) in __raw_writel()
174 static inline void __raw_writeq(unsigned long long b, volatile void __iomem *addr) in __raw_writeq()
196 static inline void writeb(unsigned char b, volatile void __iomem *addr) in writeb()
226 #define writeb_relaxed(b, addr) writeb(b, addr) argument
/linux-4.4.14/arch/arm/kernel/
Datags_proc.c15 struct buffer *b = PDE_DATA(file_inode(file)); in atags_read() local
40 struct buffer *b; in init_atags_procfs() local
/linux-4.4.14/drivers/power/
Dipaq_micro_battery.c94 static int get_capacity(struct power_supply *b) in get_capacity()
114 static int get_status(struct power_supply *b) in get_status()
131 static int micro_batt_get_property(struct power_supply *b, in micro_batt_get_property()
179 static int micro_ac_get_property(struct power_supply *b, in micro_ac_get_property()
/linux-4.4.14/tools/power/acpi/tools/acpidump/
Dacpidump.h49 #define INIT_GLOBAL(a,b) a=b argument
52 #define INIT_GLOBAL(a,b) a argument
/linux-4.4.14/kernel/rcu/
Dsrcu.c44 static inline void rcu_batch_init(struct rcu_batch *b) in rcu_batch_init()
53 static inline void rcu_batch_queue(struct rcu_batch *b, struct rcu_head *head) in rcu_batch_queue()
62 static inline bool rcu_batch_empty(struct rcu_batch *b) in rcu_batch_empty()
71 static inline struct rcu_head *rcu_batch_dequeue(struct rcu_batch *b) in rcu_batch_dequeue()
/linux-4.4.14/arch/hexagon/lib/
Dchecksum.c38 #define VR_NEGATE(a, b, c, d) (SIGN(a, 48) + SIGN(b, 32) + SIGN(c, 16) \ argument
40 #define VR_CARRY(a, b, c, d) (CARRY(a, 48) + CARRY(b, 32) + CARRY(c, 16) \ argument
42 #define VR_SELECT(a, b, c, d) (SELECT(a, 48) + SELECT(b, 32) + SELECT(c, 16) \ argument
/linux-4.4.14/drivers/video/fbdev/core/
Dfb_draw.h14 comp(unsigned long a, unsigned long b, unsigned long mask) in comp()
167 #define fb_shifted_pixels_mask_u32(p, i, b) FB_SHIFT_HIGH((p), ~(u32)0, (i)) argument
168 #define fb_shifted_pixels_mask_long(p, i, b) FB_SHIFT_HIGH((p), ~0UL, (i)) argument
/linux-4.4.14/net/core/
Dgen_stats.c127 __gnet_stats_copy_basic(struct gnet_stats_basic_packed *bstats, in __gnet_stats_copy_basic()
154 struct gnet_stats_basic_packed *b) in gnet_stats_copy_basic()
191 const struct gnet_stats_basic_packed *b, in gnet_stats_copy_rate_est()
/linux-4.4.14/drivers/usb/serial/
Dbelkin_sa.h75 #define BELKIN_SA_BAUD(b) (230400/b) argument
77 #define BELKIN_SA_STOP_BITS(b) (b-1) argument
79 #define BELKIN_SA_DATA_BITS(b) (b-5) argument
/linux-4.4.14/drivers/media/platform/vivid/
Dvivid-tpg-colors.c1166 static void mult_matrix(double *r, double *g, double *b, const double m[3][3]) in mult_matrix()
1239 double *r, double *g, double *b) in csc()
1394 double r, g, b; in main() local
/linux-4.4.14/scripts/genksyms/
Dparse.y49 struct string_list *b = *pb, *e = *pe; in remove_list() local
60 struct string_list *b = *body, *i = *ident, *r; in record_compound() local
/linux-4.4.14/arch/alpha/mm/
Dextable.c14 static void swap_ex(void *a, void *b, int size) in swap_ex()
32 static int cmp_ex(const void *a, const void *b) in cmp_ex()
/linux-4.4.14/drivers/media/pci/saa7134/
Dsaa7134-input.c120 unsigned char b; in get_key_flydvb_trio() local
171 unsigned char b; in get_key_msi_tvanywhere_plus() local
220 unsigned char b; in get_key_kworld_pc150u() local
268 unsigned char b; in get_key_purpletv() local
361 unsigned char b[4]; in get_key_pinnacle() local
/linux-4.4.14/drivers/pinctrl/meson/
Dpinctrl-meson.h158 #define PIN(x, b) (b + x) argument
160 #define GROUP(grp, r, b) \ argument
170 #define GPIO_GROUP(gpio, b) \ argument
178 #define GROUP_AO(grp, r, b) \ argument
209 #define MESON_PIN(x, b) PINCTRL_PIN(PIN(x, b), #x) argument
/linux-4.4.14/include/net/
Dcodel.h78 #define codel_time_after(a, b) \ argument
82 #define codel_time_before(a, b) codel_time_after(b, a) argument
84 #define codel_time_after_eq(a, b) \ argument
88 #define codel_time_before_eq(a, b) codel_time_after_eq(b, a) argument
/linux-4.4.14/drivers/media/usb/dvb-usb-v2/
Daz6007.c109 u16 index, u8 *b, int blen) in __az6007_read()
134 u16 index, u8 *b, int blen) in az6007_read()
150 u16 index, u8 *b, int blen) in __az6007_write()
181 u16 index, u8 *b, int blen) in az6007_write()
261 u8 *b; in az6007_ci_read_attribute_mem() local
334 u8 *b; in az6007_ci_read_cam_control() local
410 u8 *b; in CI_CamReady() local
526 u8 *b; in az6007_ci_poll_slot_status() local
/linux-4.4.14/arch/sparc/kernel/
Dvisemul.c718 s16 b = (rs2 >> (i * 16)) & 0xffff; in pcmp() local
728 s32 b = (rs2 >> (i * 32)) & 0xffffffff; in pcmp() local
738 s16 b = (rs2 >> (i * 16)) & 0xffff; in pcmp() local
748 s32 b = (rs2 >> (i * 32)) & 0xffffffff; in pcmp() local
758 s16 b = (rs2 >> (i * 16)) & 0xffff; in pcmp() local
768 s32 b = (rs2 >> (i * 32)) & 0xffffffff; in pcmp() local
778 s16 b = (rs2 >> (i * 16)) & 0xffff; in pcmp() local
788 s32 b = (rs2 >> (i * 32)) & 0xffffffff; in pcmp() local
/linux-4.4.14/tools/perf/
Dbuiltin-kmem.c287 static int funcmp(const void *a, const void *b) in funcmp()
298 static int callcmp(const void *a, const void *b) in callcmp()
597 static int gfpcmp(const void *a, const void *b) in gfpcmp()
1369 static int ptr_cmp(void *a, void *b) in ptr_cmp()
1386 static int slab_callsite_cmp(void *a, void *b) in slab_callsite_cmp()
1403 static int hit_cmp(void *a, void *b) in hit_cmp()
1420 static int bytes_cmp(void *a, void *b) in bytes_cmp()
1437 static int frag_cmp(void *a, void *b) in frag_cmp()
1458 static int pingpong_cmp(void *a, void *b) in pingpong_cmp()
1476 static int page_cmp(void *a, void *b) in page_cmp()
[all …]
/linux-4.4.14/arch/powerpc/kernel/
Dfpu.S47 #define __REST_32FPVSRS(n,b,base) REST_32FPRS(n, base) argument
48 #define __SAVE_32FPVSRS(n,b,base) SAVE_32FPRS(n, base) argument
/linux-4.4.14/fs/jfs/
Djfs_dmap.h85 #define BLKTODMAP(b,s) \ argument
100 #define BLKTOL0(b,s) \ argument
115 #define BLKTOL1(b,s) \ argument
122 #define BLKTOCTL(b,s,l) \ argument
134 #define BLKTOAG(b,sbi) ((b) >> ((sbi)->bmap->db_agl2size)) argument
281 #define LITOL2BSZ(n,m,b) ((((n) == 0) ? (m) : cnttz((n))) + (b)) argument
284 #define BLKTOCTLLEAF(b,m) \ argument
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_wx.c38 union iwreq_data *wrqu, char *b) in r8192_wx_get_freq()
47 union iwreq_data *wrqu, char *b) in r8192_wx_get_mode()
191 union iwreq_data *wrqu, char *b) in r8192_wx_set_mode()
329 union iwreq_data *wrqu, char *b) in r8192_wx_set_scan()
363 union iwreq_data *wrqu, char *b) in r8192_wx_get_scan()
383 union iwreq_data *wrqu, char *b) in r8192_wx_set_essid()
402 union iwreq_data *wrqu, char *b) in r8192_wx_get_essid()
418 union iwreq_data *wrqu, char *b) in r8192_wx_set_freq()
858 union iwreq_data *wrqu, char *b) in dummy()
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_zones.h76 const struct nf_conntrack_zone *b, in nf_ct_zone_equal()
84 const struct nf_conntrack_zone *b) in nf_ct_zone_equal_any()
/linux-4.4.14/net/hsr/
Dhsr_framereg.c45 static bool seq_nr_after(u16 a, u16 b) in seq_nr_after()
55 #define seq_nr_before(a, b) seq_nr_after((b), (a)) argument
56 #define seq_nr_after_or_eq(a, b) (!seq_nr_before((a), (b))) argument
57 #define seq_nr_before_or_eq(a, b) (!seq_nr_after((a), (b))) argument
/linux-4.4.14/arch/m32r/platforms/m32700ut/
Dio.c106 static inline void _ne_outb(unsigned char b, void *portp) in _ne_outb()
128 unsigned char b; in _inb() local
193 void _outb(unsigned char b, unsigned long port) in _outb()
244 void _outb_p(unsigned char b, unsigned long port) in _outb_p()
/linux-4.4.14/arch/m32r/platforms/mappi3/
Dio.c117 static inline void _ne_outb(unsigned char b, void *portp) in _ne_outb()
139 unsigned char b; in _inb() local
205 void _outb(unsigned char b, unsigned long port) in _outb()
258 void _outb_p(unsigned char b, unsigned long port) in _outb_p()
/linux-4.4.14/arch/m32r/platforms/opsput/
Dio.c106 static inline void _ne_outb(unsigned char b, void *portp) in _ne_outb()
128 unsigned char b; in _inb() local
193 void _outb(unsigned char b, unsigned long port) in _outb()
244 void _outb_p(unsigned char b, unsigned long port) in _outb_p()
/linux-4.4.14/drivers/base/regmap/
Dregmap.c192 u8 *b = buf; in regmap_format_8() local
199 __be16 *b = buf; in regmap_format_16_be() local
206 __le16 *b = buf; in regmap_format_16_le() local
219 u8 *b = buf; in regmap_format_24() local
230 __be32 *b = buf; in regmap_format_32_be() local
237 __le32 *b = buf; in regmap_format_32_le() local
254 const u8 *b = buf; in regmap_parse_8() local
261 const __be16 *b = buf; in regmap_parse_16_be() local
268 const __le16 *b = buf; in regmap_parse_16_le() local
275 __be16 *b = buf; in regmap_parse_16_be_inplace() local
[all …]
/linux-4.4.14/arch/ia64/mm/
Dextable.c13 static int cmp_ex(const void *a, const void *b) in cmp_ex()
27 static void swap_ex(void *a, void *b, int size) in swap_ex()
/linux-4.4.14/sound/pci/au88x0/
Dau88x0_eq.c111 static void vortex_EqHw_SetLeftStates(vortex_t * vortex, u16 a[], u16 b[]) in vortex_EqHw_SetLeftStates()
128 static void vortex_EqHw_SetRightStates(vortex_t * vortex, u16 a[], u16 b[]) in vortex_EqHw_SetRightStates()
174 static void vortex_EqHw_SetBypassGain(vortex_t * vortex, u16 a, u16 b) in vortex_EqHw_SetBypassGain()
186 static void vortex_EqHw_SetA3DBypassGain(vortex_t * vortex, u16 a, u16 b) in vortex_EqHw_SetA3DBypassGain()
210 vortex_EqHw_SetLeftGainsSingleTarget(vortex_t * vortex, u16 index, u16 b) in vortex_EqHw_SetLeftGainsSingleTarget()
216 vortex_EqHw_SetRightGainsSingleTarget(vortex_t * vortex, u16 index, u16 b) in vortex_EqHw_SetRightGainsSingleTarget()
607 vortex_Eqlzr_SetA3dBypassGain(vortex_t * vortex, u32 a, u32 b) in vortex_Eqlzr_SetA3dBypassGain()
/linux-4.4.14/drivers/lguest/
Dcore.c184 void __lgread(struct lg_cpu *cpu, void *b, unsigned long addr, unsigned bytes) in __lgread()
195 void __lgwrite(struct lg_cpu *cpu, unsigned long addr, const void *b, in __lgwrite()
/linux-4.4.14/drivers/net/ethernet/mellanox/mlxsw/
Ditem.h79 __be16 *b = (__be16 *) buf; in __mlxsw_item_get16() local
95 __be16 *b = (__be16 *) buf; in __mlxsw_item_set16() local
112 __be32 *b = (__be32 *) buf; in __mlxsw_item_get32() local
128 __be32 *b = (__be32 *) buf; in __mlxsw_item_set32() local
145 __be64 *b = (__be64 *) buf; in __mlxsw_item_get64() local
160 __be64 *b = (__be64 *) buf; in __mlxsw_item_set64() local
/linux-4.4.14/drivers/acpi/acpica/
Dacmacros.h354 #define ARGI_LIST2(a, b) (ARG_1(b)|ARG_2(a)) argument
355 #define ARGI_LIST3(a, b, c) (ARG_1(c)|ARG_2(b)|ARG_3(a)) argument
356 #define ARGI_LIST4(a, b, c, d) (ARG_1(d)|ARG_2(c)|ARG_3(b)|ARG_4(a)) argument
357 #define ARGI_LIST5(a, b, c, d, e) (ARG_1(e)|ARG_2(d)|ARG_3(c)|ARG_4(b)|ARG_5(a)) argument
358 #define ARGI_LIST6(a, b, c, d, e, f) (ARG_1(f)|ARG_2(e)|ARG_3(d)|ARG_4(c)|ARG_5(b)|ARG_6(a)) argument
361 #define ARGP_LIST2(a, b) (ARG_1(a)|ARG_2(b)) argument
362 #define ARGP_LIST3(a, b, c) (ARG_1(a)|ARG_2(b)|ARG_3(c)) argument
363 #define ARGP_LIST4(a, b, c, d) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)) argument
364 #define ARGP_LIST5(a, b, c, d, e) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)|ARG_5(e)) argument
365 #define ARGP_LIST6(a, b, c, d, e, f) (ARG_1(a)|ARG_2(b)|ARG_3(c)|ARG_4(d)|ARG_5(e)|ARG_6(f)) argument
[all …]
/linux-4.4.14/drivers/mmc/core/
Dsdio_io.c397 void sdio_writeb(struct sdio_func *func, u8 b, unsigned int addr, int *err_ret) in sdio_writeb()
546 void sdio_writew(struct sdio_func *func, u16 b, unsigned int addr, int *err_ret) in sdio_writew()
598 void sdio_writel(struct sdio_func *func, u32 b, unsigned int addr, int *err_ret) in sdio_writel()
656 void sdio_f0_writeb(struct sdio_func *func, unsigned char b, unsigned int addr, in sdio_f0_writeb()
/linux-4.4.14/arch/m32r/platforms/mappi2/
Dio.c102 static inline void _ne_outb(unsigned char b, void *portp) in _ne_outb()
123 unsigned char b; in _inb() local
189 void _outb(unsigned char b, unsigned long port) in _outb()
240 void _outb_p(unsigned char b, unsigned long port) in _outb_p()

123456789