Home
last modified time | relevance | path

Searched defs:a (Results 151 – 175 of 2192) sorted by relevance

12345678910>>...88

/linux/arch/parisc/include/asm/ !
H A Dspinlock.h21 volatile unsigned int *a; in arch_spin_is_locked() local
32 volatile unsigned int *a; in arch_spin_lock() local
51 volatile unsigned int *a; in arch_spin_unlock() local
61 volatile unsigned int *a; in arch_spin_trylock() local
/linux/drivers/gpu/drm/nouveau/include/nvhw/class/ !
H A Dclc37d.h204 #define NVC37D_SOR_SET_CONTROL(a) (0x00000300 + (a)*0… argument
232 #define NVC37D_WINDOW_SET_CONTROL(a) (0x00001000 + (a)*0… argument
245 #define NVC37D_WINDOW_SET_WINDOW_FORMAT_USAGE_BOUNDS(a) (0x00001004 + (a)*0… argument
297 #define NVC37D_WINDOW_SET_WINDOW_ROTATED_FORMAT_USAGE_BOUNDS(a) (0x00001008 + (a)*0… argument
349 #define NVC37D_WINDOW_SET_WINDOW_USAGE_BOUNDS(a) (0x00001010 + (a)*0… argument
362 #define NVC37D_HEAD_SET_PROCAMP(a) (0x00002000 + (a)*0… argument
383 #define NVC37D_HEAD_SET_CONTROL_OUTPUT_RESOURCE(a) (0x00002004 + (a)*0… argument
408 #define NVC37D_HEAD_SET_PIXEL_CLOCK_FREQUENCY(a) (0x0000200C + (a)*0… argument
413 #define NVC37D_HEAD_SET_DITHER_CONTROL(a) (0x00002018 + (a)*0… argument
432 #define NVC37D_HEAD_SET_PIXEL_CLOCK_FREQUENCY_MAX(a) (0x00002028 + (a)*0… argument
[all …]
H A Dcl917d.h28 #define NV917D_SOR_SET_CONTROL(a) (0x00000200 + (a)*0… argument
51 #define NV917D_HEAD_SET_CONTROL_CURSOR(a) (0x00000480 + (a)*0… argument
69 #define NV917D_HEAD_SET_OFFSET_CURSOR(a) (0x00000484 + (a)*0… argument
71 #define NV917D_HEAD_SET_CONTEXT_DMA_CURSOR(a) (0x0000048C + (a)*0… argument
73 #define NV917D_HEAD_SET_DITHER_CONTROL(a) (0x000004A0 + (a)*0… argument
88 #define NV917D_HEAD_SET_BASE_CHANNEL_USAGE_BOUNDS(a) (0x000004D0 + (a)*0… argument
/linux/drivers/gpu/drm/msm/disp/ !
H A Dmdp_format.c69 #define INTERLEAVED_RGB_FMT(fmt, a, r, g, b, e0, e1, e2, e3, uc, alpha, \ argument
89 #define INTERLEAVED_RGB_FMT_TILED(fmt, a, r, g, b, e0, e1, e2, e3, uc, \ argument
109 #define INTERLEAVED_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, e3, \ argument
129 #define PSEUDO_YUV_FMT(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np) \ argument
148 #define PSEUDO_YUV_FMT_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
168 #define PSEUDO_YUV_FMT_LOOSE(fmt, a, r, g, b, e0, e1, chroma, flg, fm, np)\ argument
187 #define PSEUDO_YUV_FMT_LOOSE_TILED(fmt, a, r, g, b, e0, e1, chroma, \ argument
207 #define PLANAR_YUV_FMT(fmt, a, r, g, b, e0, e1, e2, alpha, chroma, bp, \ argument
/linux/drivers/staging/media/atomisp/pci/hive_isp_css_include/ !
H A Dmath_support.h13 #define CEIL_DIV(a, b) (((b) != 0) ? ((a) + (b) - 1) / (b) : 0) argument
14 #define CEIL_MUL(a, b) (CEIL_DIV(a, b) * (b)) argument
15 #define CEIL_SHIFT(a, b) (((a) + (1 << (b)) - 1) >> (b)) argument
/linux/arch/mips/lib/ !
H A Dmulti3.c15 static inline long long notrace dmulu(long long a, long long b) in dmulu()
24 static inline long long notrace dmuhu(long long a, long long b) in dmuhu()
33 ti_type notrace __multi3(ti_type a, ti_type b) in __multi3()
/linux/tools/testing/selftests/bpf/progs/ !
H A Dstruct_ops_private_stack_recur.c20 __noinline static int subprog2(int *a, int *b) in subprog2()
25 __noinline static int subprog1(int *a) in subprog1()
39 int a[5] = {}; in BPF_PROG() local
H A Dtest_trampoline_count.c7 int BPF_PROG(fentry_test, int a, int *b) in BPF_PROG()
13 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG()
19 int BPF_PROG(fexit_test, int a, int *b, int ret) in BPF_PROG()
H A Dget_func_args_test.c14 __u64 a = 0, z = 0, ret = 0; in BPF_PROG() local
47 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local
74 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local
103 __u64 a = 0, b = 0, z = 0, ret = 0; in BPF_PROG() local
H A Dtracing_struct_many_args.c7 u64 a; member
12 char a; member
23 int BPF_PROG2(test_struct_many_args_1, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
37 int BPF_PROG2(test_struct_many_args_2, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
45 int BPF_PROG2(test_struct_many_args_3, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
60 int BPF_PROG2(test_struct_many_args_4, __u64, a, void *, b, short, c, int, d, in BPF_PROG2() argument
69 int BPF_PROG2(test_struct_many_args_5, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
88 int BPF_PROG2(test_struct_many_args_6, __u64, a, void *, b, short, c, int, d, void *, e, in BPF_PROG2() argument
/linux/net/sched/ !
H A Dact_simple.c26 const struct tc_action *a, in tcf_simp_act()
46 static void tcf_simp_release(struct tc_action *a) in tcf_simp_release()
61 static int reset_policy(struct tc_action *a, const struct nlattr *defdata, in reset_policy()
89 struct nlattr *est, struct tc_action **a, in tcf_simp_init()
171 static int tcf_simp_dump(struct sk_buff *skb, struct tc_action *a, in tcf_simp_dump()
H A Dact_sample.c37 struct nlattr *est, struct tc_action **a, in tcf_sample_init()
136 static void tcf_sample_cleanup(struct tc_action *a) in tcf_sample_cleanup()
165 const struct tc_action *a, in tcf_sample_act()
214 static void tcf_sample_stats_update(struct tc_action *a, u64 bytes, u64 packets, in tcf_sample_stats_update()
224 static int tcf_sample_dump(struct sk_buff *skb, struct tc_action *a, in tcf_sample_dump()
272 tcf_sample_get_group(const struct tc_action *a, in tcf_sample_get_group()
H A Dact_api.c44 static void tcf_action_goto_chain_exec(const struct tc_action *a, in tcf_action_goto_chain_exec()
106 struct tcf_chain *tcf_action_set_ctrlact(struct tc_action *a, int action, in tcf_action_set_ctrlact()
420 int tcf_idr_release(struct tc_action *a, bool bind) in tcf_idr_release()
478 tcf_action_dump_terse(struct sk_buff *skb, struct tc_action *a, bool from_act) in tcf_action_dump_terse()
508 tcf_action_dump_1(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_1()
698 int tcf_idr_search(struct tc_action_net *tn, struct tc_action **a, u32 index) in tcf_idr_search()
734 struct tc_action **a, u32 index) in __tcf_idr_search()
778 struct tc_action **a, const struct tc_action_ops *ops, in tcf_idr_create()
836 struct nlattr *est, struct tc_action **a, in tcf_idr_create_from_flags()
869 struct tc_action **a, int bind) in tcf_idr_check_alloc()
[all …]
/linux/arch/arm64/kernel/ !
H A Dalternative.c23 #define __ALT_PTR(a, f) ((void *)&(a)->f + (a)->f) argument
24 #define ALT_ORIG_PTR(a) __ALT_PTR(a, orig_offset) argument
25 #define ALT_REPL_PTR(a) __ALT_PTR(a, alt_offset) argument
27 #define ALT_CAP(a) ((a)->cpucap & ~ARM64_CB_BIT) argument
28 #define ALT_HAS_CB(a) ((a)->cpucap & ARM64_CB_BIT) argument
57 #define align_down(x, a) ((unsigned long)(x) & ~(((unsigned long)(a)) - 1)) argument
/linux/include/uapi/linux/ !
H A Dcxl_mem.h55 #define ___C(a, b) CXL_MEM_COMMAND_ID_##a argument
56 #define ___DEPRECATED(a, b) CXL_MEM_DEPRECATED_ID_##a argument
61 #define ___C(a, b) { b } argument
62 #define ___DEPRECATED(a, b) { "Deprecated " b } argument
79 #define ___C(a, b) (0) argument
80 #define ___DEPRECATED(a, b) (1) argument
/linux/drivers/media/platform/samsung/s5p-g2d/ !
H A Dg2d-hw.c14 #define w(x, a) writel((x), d->regs + (a)) argument
15 #define r(a) readl(d->regs + (a)) argument
43 void g2d_set_src_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_src_addr()
68 void g2d_set_dst_addr(struct g2d_dev *d, dma_addr_t a) in g2d_set_dst_addr()
/linux/arch/x86/xen/ !
H A Dmmu_hvm.c20 struct xen_hvm_get_mem_type a = { in xen_vmcore_pfn_is_ram() local
38 struct xen_hvm_pagetable_dying a; in xen_hvm_exit_mmap() local
49 struct xen_hvm_pagetable_dying a; in is_pagetable_dying_supported() local
/linux/lib/ !
H A Dsort.c56 static void swap_words_32(void *a, void *b, size_t n) in swap_words_32()
81 static void swap_words_64(void *a, void *b, size_t n) in swap_words_64()
109 static void swap_bytes(void *a, void *b, size_t n) in swap_bytes()
137 static void do_swap(void *a, void *b, size_t size, swap_r_func_t swap_func, const void *priv) in do_swap()
156 static int do_cmp(const void *a, const void *b, cmp_r_func_t cmp, const void *priv) in do_cmp()
198 size_t n = num * size, a = (num/2) * size; in __sort_r() local
/linux/include/linux/ !
H A Dmath64.h155 static inline u64 mul_u32_u32(u32 a, u32 b) in mul_u32_u32()
164 static __always_inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr()
171 static __always_inline u64 mul_u64_u64_shr(u64 a, u64 mul, unsigned int shift) in mul_u64_u64_shr()
180 static __always_inline u64 mul_u64_u32_shr(u64 a, u32 mul, unsigned int shift) in mul_u64_u32_shr()
193 static inline u64 mul_u64_u64_shr(u64 a, u64 b, unsigned int shift) in mul_u64_u64_shr()
239 static inline u64 mul_s64_u64_shr(s64 a, u64 b, unsigned int shift) in mul_s64_u64_shr()
257 static inline u64 mul_u64_u32_div(u64 a, u32 mul, u32 divisor) in mul_u64_u32_div()
/linux/tools/testing/selftests/proc/ !
H A Dproc-self-map-files-001.c26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass()
36 static void fail(const char *fmt, unsigned long a, unsigned long b) in fail()
52 unsigned long a, b; in main() local
H A Dproc-self-map-files-002.c26 static void pass(const char *fmt, unsigned long a, unsigned long b) in pass()
36 static void fail(const char *fmt, unsigned long a, unsigned long b) in fail()
58 unsigned long a, b; in main() local
/linux/tools/include/linux/ !
H A Dcompiler-gcc.h26 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) argument
41 #define __printf(a, b) __attribute__((format(printf, a, b))) argument
42 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
/linux/fs/smb/client/ !
H A Dtrace.h79 #define EM(a, b) a, argument
80 #define E_(a, b) a argument
92 #define EM(a, b) TRACE_DEFINE_ENUM(a); argument
93 #define E_(a, b) TRACE_DEFINE_ENUM(a); argument
105 #define EM(a, b) { a, b }, argument
106 #define E_(a, b) { a, b } argument
/linux/fs/bcachefs/ !
H A Ddisk_accounting.h20 static inline void bch2_accounting_neg(struct bkey_s_accounting a) in bch2_accounting_neg()
25 static inline bool bch2_accounting_key_is_zero(struct bkey_s_c_accounting a) in bch2_accounting_key_is_zero()
153 struct bkey_s_c_accounting a, in bch2_accounting_mem_mod_locked()
212 static inline int bch2_accounting_mem_add(struct btree_trans *trans, struct bkey_s_c_accounting a, … in bch2_accounting_mem_add()
259 struct bkey_i_accounting *a, in bch2_accounting_trans_commit_hook()
277 struct bkey_s_accounting a = accounting_i_to_s(a_i); in bch2_accounting_trans_commit_revert() local
/linux/tools/testing/selftests/powerpc/primitives/ !
H A Dword-at-a-time.h60 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
71 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()
122 long a = (0x0ff0001+mask) >> 23; in count_masked_bytes() local
139 static inline unsigned long has_zero(unsigned long a, unsigned long *bits, const struct word_at_a_t… in has_zero()
146 static inline unsigned long prep_zero_mask(unsigned long a, unsigned long bits, const struct word_a… in prep_zero_mask()

12345678910>>...88