/tools/include/linux/ |
D | jhash.h | 35 #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()
|
D | compiler-gcc.h | 34 #define __printf(a, b) __attribute__((format(printf, a, b))) argument 35 #define __scanf(a, b) __attribute__((format(scanf, a, b))) argument
|
/tools/power/acpi/tools/acpidump/ |
D | acpidump.h | 49 #define INIT_GLOBAL(a,b) a=b argument 52 #define INIT_GLOBAL(a,b) a argument
|
/tools/perf/arch/x86/util/ |
D | header.c | 11 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/ |
D | builtin-kmem.c | 303 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/ |
D | b.c | 3 int b(void) in b() function
|
/tools/testing/selftests/bpf/ |
D | test_l4lb.c | 34 #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()
|
D | test_pkt_md_access.c | 23 #define TEST_FIELD_OFFSET(a, b) ((sizeof(a) - sizeof(b)) / sizeof(b)) argument
|
/tools/lib/lockdep/tests/ |
D | common.h | 5 #define LOCK_UNLOCK_2(a, b) \ argument
|
D | WW.c | 6 pthread_rwlock_t a, b; in main() local
|
D | ABBA.c | 7 pthread_mutex_t a, b; in main() local
|
D | ABA.c | 6 pthread_mutex_t a, b; in main() local
|
D | ABBCCA.c | 7 pthread_mutex_t a, b, c; in main() local
|
D | ABCABC.c | 7 pthread_mutex_t a, b, c; in main() local
|
D | ABCDBDDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
D | ABCDBCDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
D | ABBCCDDA.c | 7 pthread_mutex_t a, b, c, d; in main() local
|
D | ABBA_2threads.c | 6 pthread_mutex_t b = PTHREAD_MUTEX_INITIALIZER; variable
|
/tools/testing/selftests/powerpc/pmu/ebb/ |
D | ebb_handler.S | 69 #define SAVE_VSR(n, b) li b, VSR_SAVE(n); stxvd2x n,b,r1 argument 70 #define LOAD_VSR(n, b) li b, VSR_SAVE(n); lxvd2x n,b,r1 argument
|
/tools/testing/radix-tree/linux/ |
D | cpu.h | 1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument
|
/tools/virtio/linux/ |
D | kernel.h | 48 #define __printf(a,b) __attribute__((format(printf,a,b))) argument 134 #define list_add_tail(a, b) do {} while (0) argument 136 #define list_for_each_entry(a, b, c) while (0) argument
|
/tools/testing/selftests/sync/ |
D | sync_fence.c | 78 int a, b, c, d, valid; in test_fence_one_timeline_merge() local
|
/tools/power/cpupower/utils/helpers/ |
D | bitmask.c | 17 #define max(a, b) ((a) > (b) ? (a) : (b)) argument 201 unsigned int b; /* end of range */ in bitmask_parselist() local
|
/tools/testing/selftests/x86/ |
D | test_vdso.c | 186 static bool ts_leq(const struct timespec *a, const struct timespec *b) in ts_leq() 194 static bool tv_leq(const struct timeval *a, const struct timeval *b) in tv_leq()
|
/tools/perf/util/ |
D | perf_regs.h | 14 #define SMPL_REG(n, b) { .name = #n, .mask = 1ULL << (b) } argument
|