/linux-6.3-rc2/drivers/iommu/ |
A D | msm_iommu_hw-8xxx.h | 25 #define GET_CONTEXT_FIELD(b, c, r, F) \ argument 28 #define SET_GLOBAL_FIELD(b, r, F, v) \ argument 30 #define SET_CONTEXT_FIELD(b, c, r, F, v) \ argument 200 #define SET_BPMEMTYPE(b, n, v) \ argument 232 #define SET_ESYNR1_AMEMTYPE(b, v) \ argument 351 #define GET_ESYNR1_AINNERSHARED(b) \ argument 483 #define SET_AINNERSHARED(b, c, v) \ argument 491 #define SET_FSYNR1_ASIZE(b, c, v) \ argument 523 #define SET_FAULT_HTWDEEF(b, c, v) \ argument 579 #define SET_TLBIASIDCFG(b, c, v) \ argument [all …]
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | intel_breadcrumbs.c | 19 static bool irq_enable(struct intel_breadcrumbs *b) in irq_enable() 24 static void irq_disable(struct intel_breadcrumbs *b) in irq_disable() 29 static void __intel_breadcrumbs_arm_irq(struct intel_breadcrumbs *b) in __intel_breadcrumbs_arm_irq() 51 static void intel_breadcrumbs_arm_irq(struct intel_breadcrumbs *b) in intel_breadcrumbs_arm_irq() 80 static void add_signaling_context(struct intel_breadcrumbs *b, in add_signaling_context() 268 struct intel_breadcrumbs *b; in intel_breadcrumbs_create() local 290 void intel_breadcrumbs_reset(struct intel_breadcrumbs *b) in intel_breadcrumbs_reset() 307 void __intel_breadcrumbs_park(struct intel_breadcrumbs *b) in __intel_breadcrumbs_park() 334 struct intel_breadcrumbs *b) in irq_signal_request() 456 struct intel_breadcrumbs *b) in intel_context_remove_breadcrumbs() [all …]
|
/linux-6.3-rc2/drivers/staging/media/atomisp/pci/hive_isp_css_include/ |
A D | math_support.h | 32 #define IMPLIES(a, b) (!(a) || (b)) argument 36 #define MAX(a, b) (((a) > (b)) ? (a) : (b)) argument 37 #define MIN(a, b) (((a) < (b)) ? (a) : (b)) argument 40 #define CEIL_DIV(a, b) (((b) != 0) ? ((a) + (b) - 1) / (b) : 0) argument 41 #define CEIL_MUL(a, b) (CEIL_DIV(a, b) * (b)) argument 42 #define CEIL_MUL2(a, b) (((a) + (b) - 1) & ~((b) - 1)) argument 43 #define CEIL_SHIFT(a, b) (((a) + (1 << (b)) - 1) >> (b)) argument 44 #define CEIL_SHIFT_MUL(a, b) (CEIL_SHIFT(a, b) << (b)) argument 46 #define ROUND_HALF_DOWN_MUL(a, b) (ROUND_HALF_DOWN_DIV(a, b) * (b)) argument 74 #define ceil_div(a, b) (CEIL_DIV(a, b)) argument [all …]
|
/linux-6.3-rc2/drivers/crypto/cavium/cpt/ |
A D | cpt_common.h | 49 #define CPTX_PF_MBOX_INTX(a, b) \ argument 51 #define CPTX_PF_MBOX_INT_W1SX(a, b) \ argument 53 #define CPTX_PF_MBOX_ENA_W1CX(a, b) \ argument 55 #define CPTX_PF_MBOX_ENA_W1SX(a, b) \ argument 61 #define CPTX_PF_GX_EN(a, b) \ argument 83 #define CPTX_PF_EXE_DBG_CNTX(a, b) \ argument 92 #define CPTX_PF_QX_CTL(a, b) \ argument 94 #define CPTX_PF_QX_GMCTL(a, b) \ argument 96 #define CPTX_PF_QX_CTL2(a, b) \ argument 98 #define CPTX_PF_VFX_MBOXX(a, b, c) \ argument [all …]
|
/linux-6.3-rc2/net/ceph/crush/ |
A D | crush.c | 27 int crush_get_bucket_item_weight(const struct crush_bucket *b, int p) in crush_get_bucket_item_weight() 47 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() 61 void crush_destroy_bucket_tree(struct crush_bucket_tree *b) in crush_destroy_bucket_tree() 68 void crush_destroy_bucket_straw(struct crush_bucket_straw *b) in crush_destroy_bucket_straw() 76 void crush_destroy_bucket_straw2(struct crush_bucket_straw2 *b) in crush_destroy_bucket_straw2() 83 void crush_destroy_bucket(struct crush_bucket *b) in crush_destroy_bucket() 112 __s32 b; in crush_destroy() local 123 __u32 b; in crush_destroy() local
|
A D | hash.c | 13 #define crush_hashmix(a, b, c) do { \ argument 30 __u32 b = a; in crush_hash32_rjenkins1() local 38 static __u32 crush_hash32_rjenkins1_2(__u32 a, __u32 b) in crush_hash32_rjenkins1_2() 49 static __u32 crush_hash32_rjenkins1_3(__u32 a, __u32 b, __u32 c) in crush_hash32_rjenkins1_3() 62 static __u32 crush_hash32_rjenkins1_4(__u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_rjenkins1_4() 76 static __u32 crush_hash32_rjenkins1_5(__u32 a, __u32 b, __u32 c, __u32 d, in crush_hash32_rjenkins1_5() 104 __u32 crush_hash32_2(int type, __u32 a, __u32 b) in crush_hash32_2() 114 __u32 crush_hash32_3(int type, __u32 a, __u32 b, __u32 c) in crush_hash32_3() 124 __u32 crush_hash32_4(int type, __u32 a, __u32 b, __u32 c, __u32 d) in crush_hash32_4() 134 __u32 crush_hash32_5(int type, __u32 a, __u32 b, __u32 c, __u32 d, __u32 e) in crush_hash32_5()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_display_reg_defs.h | 18 #define _PIPE(pipe, a, b) _PICK_EVEN(pipe, a, b) argument 19 #define _PLANE(plane, a, b) _PICK_EVEN(plane, a, b) argument 20 #define _TRANS(tran, a, b) _PICK_EVEN(tran, a, b) argument 21 #define _PORT(port, a, b) _PICK_EVEN(port, a, b) argument 22 #define _PLL(pll, a, b) _PICK_EVEN(pll, a, b) argument 23 #define _PHY(phy, a, b) _PICK_EVEN(phy, a, b) argument 25 #define _MMIO_PIPE(pipe, a, b) _MMIO(_PIPE(pipe, a, b)) argument 27 #define _MMIO_TRANS(tran, a, b) _MMIO(_TRANS(tran, a, b)) argument 28 #define _MMIO_PORT(port, a, b) _MMIO(_PORT(port, a, b)) argument 29 #define _MMIO_PLL(pll, a, b) _MMIO(_PLL(pll, a, b)) argument [all …]
|
/linux-6.3-rc2/arch/sparc/crypto/ |
A D | opcodes.h | 18 #define CRC32C(a,b,c) \ argument 30 #define AES_EROUND01(a,b,c,d) \ argument 32 #define AES_EROUND23(a,b,c,d) \ argument 34 #define AES_DROUND01(a,b,c,d) \ argument 48 #define AES_KEXPAND0(a,b,c) \ argument 50 #define AES_KEXPAND2(a,b,c) \ argument 53 #define DES_IP(a,b) \ argument 55 #define DES_IIP(a,b) \ argument 57 #define DES_KEXPAND(a,b,c) \ argument 59 #define DES_ROUND(a,b,c,d) \ argument [all …]
|
/linux-6.3-rc2/drivers/misc/ |
A D | vmw_balloon.c | 557 static int vmballoon_send_guest_id(struct vmballoon *b) in vmballoon_send_guest_id() 956 static int64_t vmballoon_change(struct vmballoon *b) in vmballoon_change() 1101 static void vmballoon_inflate(struct vmballoon *b) in vmballoon_inflate() 1339 struct vmballoon *b = client_data; in vmballoon_doorbell() local 1370 static int vmballoon_vmci_init(struct vmballoon *b) in vmballoon_vmci_init() 1406 static void vmballoon_pop(struct vmballoon *b) in vmballoon_pop() 1419 static void vmballoon_reset(struct vmballoon *b) in vmballoon_reset() 1522 struct vmballoon *b = &balloon; in vmballoon_shrinker_scan() local 1564 struct vmballoon *b = &balloon; in vmballoon_shrinker_count() local 1653 struct vmballoon *b = f->private; in vmballoon_debug_show() local [all …]
|
/linux-6.3-rc2/drivers/md/bcache/ |
A D | btree.c | 650 struct btree *b, *t; in bch_mca_scan() local 729 struct btree *b; in bch_btree_cache_free() local 831 struct btree *b; in mca_find() local 863 struct btree *b; in mca_cannibalize() local 901 struct btree *b; in mca_alloc() local 983 struct btree *b; in bch_btree_node_get() local 1037 struct btree *b; in btree_node_prefetch() local 1317 struct btree *b; member 1699 struct bucket *b; in btree_gc_start() local 1723 struct bucket *b; in bch_btree_gc_finish() local [all …]
|
A D | alloc.c | 76 uint8_t bch_inc_gen(struct cache *ca, struct bucket *b) in bch_inc_gen() 89 struct bucket *b; in bch_rescale_priorities() local 125 static inline bool can_inc_bucket_gen(struct bucket *b) in can_inc_bucket_gen() 169 #define bucket_prio(b) \ argument 181 struct bucket *b; in invalidate_buckets_lru() local 218 struct bucket *b; in invalidate_buckets_fifo() local 241 struct bucket *b; in invalidate_buckets_random() local 395 struct bucket *b; in bch_bucket_alloc() local 492 long b; in __bch_bucket_alloc_set() local 613 struct open_bucket *b; in bch_alloc_sectors() local [all …]
|
A D | bset.c | 43 void bch_dump_bucket(struct btree_keys *b) in bch_dump_bucket() 54 int __bch_count_data(struct btree_keys *b) in __bch_count_data() 268 static inline size_t btree_keys_bytes(struct btree_keys *b) in btree_keys_bytes() 279 static inline size_t bset_tree_bytes(struct btree_keys *b) in bset_tree_bytes() 285 static inline size_t bset_prev_bytes(struct btree_keys *b) in bset_prev_bytes() 292 void bch_btree_keys_free(struct btree_keys *b) in bch_btree_keys_free() 315 int bch_btree_keys_alloc(struct btree_keys *b, in bch_btree_keys_alloc() 419 unsigned int b = fls(j); in __to_inorder() local 690 void bch_bset_build_written_tree(struct btree_keys *b) in bch_bset_build_written_tree() 1125 struct bkey *bch_btree_iter_init(struct btree_keys *b, in bch_btree_iter_init() [all …]
|
A D | bset.h | 249 static inline unsigned int bset_byte_offset(struct btree_keys *b, in bset_byte_offset() 284 static inline struct bset *bset_next_set(struct btree_keys *b, in bset_next_set() 320 struct btree_keys *b; member 346 static inline struct bkey *bch_bset_search(struct btree_keys *b, in bch_bset_search() 353 #define for_each_key_filter(b, k, iter, filter) \ argument 357 #define for_each_key(b, k, iter) \ argument 384 static inline void bch_btree_sort(struct btree_keys *b, in bch_btree_sort() 567 __bch_check_keys(struct btree_keys *b, const char *fmt, ...) {} in __bch_check_keys() 568 static inline void bch_dump_bucket(struct btree_keys *b) {} in bch_dump_bucket() 582 static inline int bch_count_data(struct btree_keys *b) in bch_count_data() [all …]
|
/linux-6.3-rc2/drivers/md/ |
A D | dm-cache-background-tracker.c | 35 struct background_tracker *b = kmalloc(sizeof(*b), GFP_KERNEL); in btracker_create() local 62 void btracker_destroy(struct background_tracker *b) in btracker_destroy() 88 static bool __insert_pending(struct background_tracker *b, in __insert_pending() 117 static struct bt_work *__find_pending(struct background_tracker *b, in __find_pending() 159 unsigned int btracker_nr_writebacks_queued(struct background_tracker *b) in btracker_nr_writebacks_queued() 165 unsigned int btracker_nr_demotions_queued(struct background_tracker *b) in btracker_nr_demotions_queued() 171 static bool max_work_reached(struct background_tracker *b) in max_work_reached() 178 static struct bt_work *alloc_work(struct background_tracker *b) in alloc_work() 186 int btracker_queue(struct background_tracker *b, in btracker_queue() 239 void btracker_complete(struct background_tracker *b, in btracker_complete() [all …]
|
A D | dm-bufio.c | 270 struct dm_buffer *b; in __find() local 287 struct dm_buffer *b; in __find_next() local 790 struct dm_buffer *b = in __flush_write_list() local 823 struct dm_buffer *b; in __get_unclaimed_buffer() local 895 struct dm_buffer *b; in __alloc_buffer_wait_no_callback() local 1110 struct dm_buffer *b; in new_read() local 1184 struct dm_buffer *b; in dm_bufio_prefetch() local 1511 struct dm_buffer *b; in dm_bufio_forget() local 1525 struct dm_buffer *b; in dm_bufio_forget_buffers() local 1606 struct dm_buffer *b; in drop_buffers() local [all …]
|
A D | dm-cache-block-types.h | 25 static inline dm_oblock_t to_oblock(dm_block_t b) in to_oblock() 30 static inline dm_block_t from_oblock(dm_oblock_t b) in from_oblock() 35 static inline dm_cblock_t to_cblock(uint32_t b) in to_cblock() 40 static inline uint32_t from_cblock(dm_cblock_t b) in from_cblock() 45 static inline dm_dblock_t to_dblock(dm_block_t b) in to_dblock() 50 static inline dm_block_t from_dblock(dm_dblock_t b) in from_dblock()
|
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | ppc-opcode.h | 314 #define ___PPC_RB(b) (((b) & 0x1f) << 11) argument 323 #define __PPC_RB(b) ___PPC_RB(__REG_##b) argument 327 #define __PPC_XB(b) ((((b) & 0x1f) << 11) | (((b) & 0x20) >> 4)) argument 379 #define PPC_RAW_MSGSND(b) (0x7c00019c | ___PPC_RB(b)) argument 381 #define PPC_RAW_MSGCLR(b) (0x7c0001dc | ___PPC_RB(b)) argument 382 #define PPC_RAW_MSGSNDP(b) (0x7c00011c | ___PPC_RB(b)) argument 383 #define PPC_RAW_MSGCLRP(b) (0x7c00015c | ___PPC_RB(b)) argument 595 #define PPC_MSGSND(b) stringify_in_c(.long PPC_RAW_MSGSND(b)) argument 608 #define PPC_TLBILX_ALL(a, b) PPC_TLBILX(0, a, b) argument 609 #define PPC_TLBILX_PID(a, b) PPC_TLBILX(1, a, b) argument [all …]
|
/linux-6.3-rc2/drivers/block/drbd/ |
A D | drbd_bitmap.c | 115 struct drbd_bitmap *b = device->bitmap; in __bm_print_lock_info() local 126 struct drbd_bitmap *b = device->bitmap; in drbd_bm_lock() local 153 struct drbd_bitmap *b = device->bitmap; in drbd_bm_unlock() local 213 struct drbd_bitmap *b = device->bitmap; in bm_page_lock_io() local 220 struct drbd_bitmap *b = device->bitmap; in bm_page_unlock_io() local 256 struct drbd_bitmap *b = device->bitmap; in drbd_bm_mark_for_writeout() local 435 struct drbd_bitmap *b = device->bitmap; in drbd_bm_init() local 632 struct drbd_bitmap *b = device->bitmap; in drbd_bm_resize() local 756 struct drbd_bitmap *b = device->bitmap; in _drbd_bm_total_weight() local 785 struct drbd_bitmap *b = device->bitmap; in drbd_bm_words() local [all …]
|
/linux-6.3-rc2/arch/ia64/lib/ |
A D | idiv64.S | 29 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument 30 # 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
|
A D | idiv32.S | 30 # define INT_TO_FP(a,b) fcvt.xuf.s1 a=b argument 31 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b argument 35 # define INT_TO_FP(a,b) fcvt.xf a=b argument 36 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b argument 39 #define PASTE1(a,b) a##b argument 40 #define PASTE(a,b) PASTE1(a,b) argument
|
/linux-6.3-rc2/tools/testing/selftests/bpf/ |
A D | sdt.h | 49 # define _SDT_ASM_2(a, b) a,b; argument 50 # define _SDT_ASM_3(a, b, c) a,b,c; argument 51 # define _SDT_ASM_5(a, b, c, d, e) a,b,c,d,e; argument 56 # define _SDT_DEPAREN_2(a,b) a b argument 57 # define _SDT_DEPAREN_3(a,b,c) a b c argument 58 # define _SDT_DEPAREN_4(a,b,c,d) a b c d argument 59 # define _SDT_DEPAREN_5(a,b,c,d,e) a b c d e argument 60 # define _SDT_DEPAREN_6(a,b,c,d,e,f) a b c d e f argument 61 # define _SDT_DEPAREN_7(a,b,c,d,e,f,g) a b c d e f g argument 62 # define _SDT_DEPAREN_8(a,b,c,d,e,f,g,h) a b c d e f g h argument [all …]
|
/linux-6.3-rc2/drivers/crypto/marvell/octeontx/ |
A D | otx_cpt_hw_types.h | 27 #define OTX_CPT_BAR_E_CPTX_VFX_BAR0_OFFSET(a, b) \ argument 63 #define OTX_CPT_PF_MBOX_INTX(b) (0x400ll | (u64)(b) << 3) argument 64 #define OTX_CPT_PF_MBOX_INT_W1SX(b) (0x420ll | (u64)(b) << 3) argument 71 #define OTX_CPT_PF_GX_EN(b) (0x600ll | (u64)(b) << 3) argument 103 #define OTX_CPT_VQX_CTL(b) (0x100ll | (u64)(b) << 20) argument 104 #define OTX_CPT_VQX_SADDR(b) (0x200ll | (u64)(b) << 20) argument 105 #define OTX_CPT_VQX_DONE_WAIT(b) (0x400ll | (u64)(b) << 20) argument 106 #define OTX_CPT_VQX_INPROG(b) (0x410ll | (u64)(b) << 20) argument 107 #define OTX_CPT_VQX_DONE(b) (0x420ll | (u64)(b) << 20) argument 108 #define OTX_CPT_VQX_DONE_ACK(b) (0x440ll | (u64)(b) << 20) argument [all …]
|
/linux-6.3-rc2/drivers/md/persistent-data/ |
A D | dm-space-map-common.c | 26 struct dm_block *b, in index_prepare_for_write() 38 struct dm_block *b, in index_check() 76 struct dm_block *b, in dm_bitmap_prepare_for_write() 88 struct dm_block *b, in dm_bitmap_check() 123 static void *dm_bitmap_data(struct dm_block *b) in dm_bitmap_data() 141 static unsigned int sm_lookup_bitmap(void *addr, unsigned int b) in sm_lookup_bitmap() 258 struct dm_block *b; in sm_ll_extend() local 394 dm_block_t begin, dm_block_t end, dm_block_t *b) in sm_ll_find_common_free_block() 422 int sm_ll_insert(struct ll_disk *ll, dm_block_t b, in sm_ll_insert() 977 struct dm_block *b; in metadata_ll_init_index() local [all …]
|
/linux-6.3-rc2/include/linux/ |
A D | hid-debug.h | 40 #define hid_dump_input(a,b,c) do { } while (0) argument 41 #define hid_dump_report(a,b,c,d) do { } while (0) argument 42 #define hid_dump_device(a,b) do { } while (0) argument 43 #define hid_dump_field(a,b,c) do { } while (0) argument 44 #define hid_resolv_usage(a,b) do { } while (0) argument 45 #define hid_debug_register(a, b) do { } while (0) argument 49 #define hid_debug_event(a,b) do { } while (0) argument
|
A D | jiffies.h | 104 #define time_after(a,b) \ argument 108 #define time_before(a,b) time_after(b,a) argument 110 #define time_after_eq(a,b) \ argument 114 #define time_before_eq(a,b) time_after_eq(b,a) argument 119 #define time_in_range(a,b,c) \ argument 126 #define time_in_range_open(a,b,c) \ argument 133 #define time_after64(a,b) \ argument 137 #define time_before64(a,b) time_after64(b,a) argument 139 #define time_after_eq64(a,b) \ argument 143 #define time_before_eq64(a,b) time_after_eq64(b,a) argument [all …]
|