Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 91) 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()
Dcompiler-gcc.h34 #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/
Dacpidump.h49 #define INIT_GLOBAL(a,b) a=b argument
52 #define INIT_GLOBAL(a,b) a 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/
Db.c3 int b(void) in b() 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/
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.c6 pthread_mutex_t b = PTHREAD_MUTEX_INITIALIZER; variable
/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S69 #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/
Dcpu.h1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument
/tools/virtio/linux/
Dkernel.h48 #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/
Dsync_fence.c78 int a, b, c, d, valid; in test_fence_one_timeline_merge() local
/tools/power/cpupower/utils/helpers/
Dbitmask.c17 #define max(a, b) ((a) > (b) ? (a) : (b)) argument
201 unsigned int b; /* end of range */ in bitmask_parselist() local
/tools/testing/selftests/x86/
Dtest_vdso.c186 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/
Dperf_regs.h14 #define SMPL_REG(n, b) { .name = #n, .mask = 1ULL << (b) } argument

1234