Home
last modified time | relevance | path

Searched defs:a (Results 1 – 25 of 95) sorted by relevance

1234

/tools/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()
170 static inline u32 jhash_1word(u32 a, u32 initval) in jhash_1word()
Dcompiler-gcc.h22 #define __must_be_array(a) BUILD_BUG_ON_ZERO(__same_type((a), &(a)[0])) argument
34 #define __printf(a, b) __attribute__((format(printf, a, b))) argument
35 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
/tools/perf/util/
Dgenelf.h48 #define ELF_ST_TYPE(a) ELF64_ST_TYPE(a) argument
49 #define ELF_ST_BIND(a) ELF64_ST_BIND(a) argument
50 #define ELF_ST_VIS(a) ELF64_ST_VISIBILITY(a) argument
57 #define ELF_ST_TYPE(a) ELF32_ST_TYPE(a) argument
58 #define ELF_ST_BIND(a) ELF32_ST_BIND(a) argument
59 #define ELF_ST_VIS(a) ELF32_ST_VISIBILITY(a) argument
/tools/virtio/linux/
Dkernel.h41 #define phys_to_virt(a) ((void *)(unsigned long)(a)) argument
48 #define __printf(a,b) __attribute__((format(printf,a,b))) argument
134 #define list_add_tail(a, b) do {} while (0) argument
135 #define list_del(a) do {} while (0) argument
136 #define list_for_each_entry(a, b, c) while (0) argument
/tools/power/acpi/tools/acpidump/
Dacpidump.h49 #define INIT_GLOBAL(a,b) a=b argument
52 #define INIT_GLOBAL(a,b) a argument
/tools/lib/subcmd/
Dparse-options.h137 #define OPT_STRING(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name = (l), … argument
138 #define OPT_STRING_OPTARG(s, l, v, a, h, d) \ argument
142 #define OPT_STRING_OPTARG_SET(s, l, v, os, a, h, d) \ argument
147 #define OPT_STRING_NOEMPTY(s, l, v, a, h) { .type = OPTION_STRING, .short_name = (s), .long_name… argument
150 #define OPT_CALLBACK(s, l, v, a, h, f) \ argument
152 #define OPT_CALLBACK_NOOPT(s, l, v, a, h, f) \ argument
154 #define OPT_CALLBACK_DEFAULT(s, l, v, a, h, f, d) \ argument
156 #define OPT_CALLBACK_DEFAULT_NOOPT(s, l, v, a, h, f, d) \ argument
160 #define OPT_CALLBACK_OPTARG(s, l, v, d, a, h, f) \ argument
/tools/perf/arch/x86/util/
Dheader.c11 cpuid(unsigned int op, unsigned int *a, unsigned int *b, unsigned int *c, in cpuid()
26 unsigned int a, b, c, d, lvl; in __get_cpuid() local
/tools/perf/
Dbuiltin-kmem.c303 static int funcmp(const void *a, const void *b) in funcmp()
314 static int callcmp(const void *a, const void *b) in callcmp()
613 static int gfpcmp(const void *a, const void *b) in gfpcmp()
1409 static int ptr_cmp(void *a, void *b) in ptr_cmp()
1426 static int slab_callsite_cmp(void *a, void *b) in slab_callsite_cmp()
1443 static int hit_cmp(void *a, void *b) in hit_cmp()
1460 static int bytes_cmp(void *a, void *b) in bytes_cmp()
1477 static int frag_cmp(void *a, void *b) in frag_cmp()
1498 static int pingpong_cmp(void *a, void *b) in pingpong_cmp()
1516 static int page_cmp(void *a, void *b) in page_cmp()
[all …]
/tools/build/tests/ex/
Da.c3 int a(void) in a() function
/tools/testing/selftests/bpf/
Dtest_l4lb.c34 #define __jhash_mix(a, b, c) \ argument
44 #define __jhash_final(a, b, c) \ argument
61 u32 a, b, c; in jhash() local
95 static inline u32 __jhash_nwords(u32 a, u32 b, u32 c, u32 initval) in __jhash_nwords()
104 static inline u32 jhash_2words(u32 a, u32 b, u32 initval) in jhash_2words()
Dtest_pkt_md_access.c23 #define TEST_FIELD_OFFSET(a, b) ((sizeof(a) - sizeof(b)) / sizeof(b)) argument
/tools/lib/lockdep/tests/
Dunlock_balance.c6 pthread_mutex_t a; in main() local
DAA.c6 pthread_mutex_t a; in main() local
Dcommon.h5 #define LOCK_UNLOCK_2(a, b) \ argument
DWW.c6 pthread_rwlock_t a, b; in main() local
DABBA.c7 pthread_mutex_t a, b; in main() local
DABA.c6 pthread_mutex_t a, b; in main() local
DABBCCA.c7 pthread_mutex_t a, b, c; in main() local
DABCABC.c7 pthread_mutex_t a, b, c; in main() local
DABCDBDDA.c7 pthread_mutex_t a, b, c, d; in main() local
DABCDBCDA.c7 pthread_mutex_t a, b, c, d; in main() local
DABBCCDDA.c7 pthread_mutex_t a, b, c, d; in main() local
DABBA_2threads.c5 pthread_mutex_t a = PTHREAD_MUTEX_INITIALIZER; variable
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dmisc.h46 #define rcu_lock_acquire(a) do { } while (0) argument
47 #define rcu_lock_release(a) do { } while (0) argument
/tools/testing/radix-tree/linux/
Dcpu.h1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument

1234