/linux/tools/include/linux/ |
H A D | compiler.h | 73 # define __same_type(a, b) __builtin_types_compatible_p(typeof(a), typeof(b)) argument 238 ___PASTE(a,b) global() argument 239 __PASTE(a,b) global() argument
|
/linux/include/media/ |
H A D | v4l2-mem2mem.h | 701 #define v4l2_m2m_for_each_dst_buf(m2m_ctx, b) \ argument 710 #define v4l2_m2m_for_each_src_buf(m2m_ctx, b) \ argument 721 #define v4l2_m2m_for_each_dst_buf_safe(m2m_ctx, b, n) \ argument 732 v4l2_m2m_for_each_src_buf_safe(m2m_ctx,b,n) global() argument [all...] |
/linux/lib/xz/ |
H A D | xz_dec_bcj.c | 84 static inline int bcj_x86_test_msbyte(uint8_t b) in bcj_x86_test_msbyte() 102 uint8_t b; in bcj_x86() local 557 static void bcj_flush(struct xz_dec_bcj *s, struct xz_buf *b) in bcj_flush() 576 struct xz_buf *b) in xz_dec_bcj_run()
|
/linux/arch/powerpc/boot/ |
H A D | types.h | 40 #define min_t(type, a, b) min(((type) a), ((type) b)) argument 41 #define max_t(type, a, b) max(((type) a), ((type) b)) argument
|
/linux/arch/arm64/kernel/ |
H A D | module-plts.c | 42 const struct plt_entry *b) in plt_entries_equal() 131 #define cmp_3way(a, b) ((a) < (b) ? -1 : (a) > (b)) argument 133 static int cmp_rela(const void *a, const void *b) in cmp_rela()
|
/linux/arch/mips/mm/ |
H A D | uasm-mips.c | 32 #define M(a, b, c, d, e, f) \ argument 41 #define M6(a, b, c, d, e) \ argument
|
/linux/drivers/net/ethernet/marvell/octeontx2/af/ |
H A D | mcs_reg.h | 380 #define MCSX_CPM_RX_SLAVE_FLOWID_TCAM_DATAX(a, b) ({ \ argument 389 #define MCSX_CPM_RX_SLAVE_FLOWID_TCAM_MASKX(a, b) ({ \ argument 406 #define MCSX_CPM_RX_SLAVE_SC_CAMX(a, b) ({ \ argument 458 #define MCSX_CPM_RX_SLAVE_SA_PLCY_MEMX(a, b) ({ \ argument 505 #define MCSX_CPM_TX_SLAVE_FLOWID_TCAM_DATAX(a, b) ({ \ argument 514 #define MCSX_CPM_TX_SLAVE_FLOWID_TCAM_MASKX(a, b) ({ \ argument 565 #define MCSX_CPM_TX_SLAVE_SA_PLCY_MEMX(a, b) ({ \ argument
|
/linux/sound/pci/au88x0/ |
H A D | au88x0_a3d.c | 47 a3dsrc_SetAtmosTarget(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosTarget() 62 a3dsrc_SetAtmosCurrent(a3dsrc_t * a, short aa, short b, short c, short d, in a3dsrc_SetAtmosCurrent() 124 a3dsrc_SetHrtfTarget(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfTarget() 137 a3dsrc_SetHrtfCurrent(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfCurrent() 150 a3dsrc_SetHrtfState(a3dsrc_t * a, a3d_Hrtf_t const aa, a3d_Hrtf_t const b) in a3dsrc_SetHrtfState()
|
/linux/drivers/md/ |
H A D | dm-cache-target.c | 102 struct batcher *b = container_of(_ws, struct batcher, commit_work); in __commit() local 141 static void batcher_init(struct batcher *b, in batcher_init() 161 static void async_commit(struct batcher *b) in async_commit() 166 static void continue_after_commit(struct batcher *b, struct continuation *k) in continue_after_commit() 182 static void issue_after_commit(struct batcher *b, struct bio *bio) in issue_after_commit() 198 static void schedule_commit(struct batcher *b) in schedule_commit() 507 static inline dm_oblock_t oblock_succ(dm_oblock_t b) in oblock_succ() 613 static bool is_dirty(struct cache *cache, dm_cblock_t b) in is_dirty() 654 static dm_block_t block_div(dm_block_t b, uint32_t n) in block_div() 679 static void set_discard(struct cache *cache, dm_dblock_t b) in set_discard() [all …]
|
/linux/lib/zlib_inflate/ |
H A D | inffast.c | 15 unsigned char b[2]; member 23 unsigned char *b = (unsigned char *)p; in get_unaligned16() local
|
/linux/drivers/md/bcache/ |
H A D | sysfs.c | 622 static int bch_btree_bset_stats(struct btree_op *b_op, struct btree *b) in bch_btree_bset_stats() 662 struct btree *b; in bch_root_usage() local 685 struct btree *b; in bch_cache_size() local 1056 struct bucket *b; in SHOW() local
|
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_core_reloc_misc.c | 17 int a, b, c; member 33 int b; member
|
/linux/arch/m68k/lib/ |
H A D | mulsi3.S | 52 #define CONCAT1(a, b) CONCAT2(a, b) argument 53 #define CONCAT2(a, b) a ## b argument
|
H A D | modsi3.S | 54 #define CONCAT1(a, b) CONCAT2(a, b) argument 55 #define CONCAT2(a, b) a ## b argument
|
H A D | umodsi3.S | 52 #define CONCAT1(a, b) CONCAT2(a, b) argument 53 #define CONCAT2(a, b) a ## b argument
|
/linux/include/linux/ |
H A D | virtio_features.h | 10 #define VIRTIO_BIT(b) BIT_ULL((b) & 0x3f) argument 11 #define VIRTIO_DWORD(b) ((b) >> 6) argument
|
H A D | linkmode.h | 24 const unsigned long *b) in linkmode_and() 30 const unsigned long *b) in linkmode_or()
|
/linux/drivers/net/dsa/hirschmann/ |
H A D | hellcreek_ptp.c | 255 enum led_brightness b) in hellcreek_set_brightness() 270 enum led_brightness b) in hellcreek_led_sync_good_set() 285 enum led_brightness b) in hellcreek_led_is_gm_set()
|
/linux/drivers/gpu/drm/nouveau/include/nvhw/class/ |
H A D | cl827d.h | 40 #define NV827D_HEAD_SET_OFFSET(a,b) (0x00000860 + (a)*0… argument 76 #define NV827D_HEAD_SET_CONTEXT_DMAS_ISO(a,b) (0x00000874 + (a)*0… argument 103 #define NV827D_HEAD_SET_VIEWPORT_POINT_IN(a,b) (0x000008C0 + (a)*0… argument
|
/linux/include/drm/ |
H A D | drm_fixed.h | 115 static inline s64 drm_fixp_mul(s64 a, s64 b) in drm_fixp_mul() 138 static inline s64 drm_fixp_div(s64 a, s64 b) in drm_fixp_div() 156 static inline s64 drm_fixp_from_fraction(s64 a, s64 b) in drm_fixp_from_fraction()
|
/linux/tools/include/nolibc/ |
H A D | string.h | 83 void *memset(void *dst, int b, size_t len) in memset() 108 int strcmp(const char *a, const char *b) in strcmp() 259 int strncmp(const char *a, const char *b, size_t size) in strncmp()
|
/linux/drivers/irqchip/ |
H A D | irq-bcm7120-l2.c | 37 struct bcm7120_l2_intc_data *b; member 58 struct bcm7120_l2_intc_data *b = data->b; in bcm7120_l2_intc_irq_handle() local 85 struct bcm7120_l2_intc_data *b = gc->private; in bcm7120_l2_intc_suspend() local
|
/linux/drivers/gpu/drm/i915/gt/ |
H A D | selftest_gt_pm.c | 17 const u64 *a = A, *b = B; in cmp_u64() local 29 const u32 *a = A, *b = B; in cmp_u32() local
|
/linux/drivers/pinctrl/intel/ |
H A D | pinctrl-meteorlake.c | 38 #define MTL_P_COMMUNITY(b, s, e, g) \ argument 41 #define MTL_S_COMMUNITY(b, s, e, g) \ argument
|
/linux/tools/perf/ui/ |
H A D | hist.c | 206 static int hist_entry__new_pair(struct hist_entry *a, struct hist_entry *b, in hist_entry__new_pair() 237 static int __hpp__group_sort_idx(struct hist_entry *a, struct hist_entry *b, in __hpp__group_sort_idx() 277 static int __hpp__sort(struct hist_entry *a, struct hist_entry *b, in __hpp__sort() 316 static int __hpp__sort_acc(struct hist_entry *a, struct hist_entry *b, in __hpp__sort_acc() 367 struct hist_entry *a, struct hist_entry *b) in hpp__sort_mem_stat() 677 static bool hpp__equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal() 685 static bool hpp__equal_mem_stat(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in hpp__equal_mem_stat() 815 static bool fmt_equal(struct perf_hpp_fmt *a, struct perf_hpp_fmt *b) in fmt_equal()
|