Home
last modified time | relevance | path

Searched defs:c (Results 1 – 25 of 109) sorted by relevance

12345

/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()
/tools/testing/selftests/rcutorture/formal/srcu-cbmc/src/
Dlocks.h185 static inline void init_completion(struct completion *c) in init_completion()
190 static inline void wait_for_completion(struct completion *c) in wait_for_completion()
197 static inline void complete(struct completion *c) in complete()
205 static inline bool try_wait_for_completion(struct completion *c) in try_wait_for_completion()
210 static inline bool completion_done(struct completion *c) in completion_done()
216 static inline void complete_all(struct completion *c) in complete_all()
Dmisc.h33 #define trace_rcu_torture_read(rcutorturename, rhp, secs, c_old, c) \ argument
48 #define rcu_lockdep_assert(c, s) do { } while (0) argument
49 #define RCU_LOCKDEP_WARN(c, s) do { } while (0) argument
/tools/testing/selftests/powerpc/pmu/
Dlib.c35 char c = PARENT_TOKEN; in sync_with_child() local
47 char c; in wait_for_parent() local
57 char c = CHILD_TOKEN; in notify_parent() local
66 char c = ~CHILD_TOKEN; in notify_parent_of_error() local
/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/
Dperf.c92 struct pager_config *c = data; in pager_command_config() local
102 struct pager_config c; in check_pager_config() local
111 struct pager_config *c = data; in browser_command_config() local
126 struct pager_config c; in check_browser_config() local
Dbuiltin-timechart.c221 struct per_pidcomm *c; in pid_set_comm() local
274 struct per_pidcomm *c; in pid_put_sample() local
728 struct per_pidcomm *c = p->current; in pid_begin_io_sample() local
773 struct per_pidcomm *c = p->current; in pid_end_io_sample() local
1045 struct per_pidcomm *c; in draw_wakeups() local
1112 struct per_pidcomm *c; in draw_cpu_usage() local
1143 struct per_pidcomm *c; in draw_io_bars() local
1255 struct per_pidcomm *c; in draw_process_bars() local
1324 static int passes_filter(struct per_pid *p, struct per_pidcomm *c) in passes_filter()
1344 struct per_pidcomm *c; in determine_display_tasks_filtered() local
[all …]
/tools/perf/util/
Dconfig.c44 int c; in get_next_char() local
75 int c = get_next_char(); in parse_value() local
134 static inline int iskeychar(int c) in iskeychar()
141 int c; in get_value() local
170 static int get_extended_base_var(char *name, int baselen, int c) in get_extended_base_var()
211 int c = get_next_char(); in get_base_var() local
237 int line, c = get_next_char(); in perf_parse_file() local
/tools/perf/tests/
Dkmod-path.c48 #define T(path, an, ae, k, c, n, e) \ argument
51 #define M(path, c, e) \ argument
/tools/build/tests/ex/
Dc.c3 int c(void) in c() function
/tools/perf/pmu-events/
Djsmn.c127 char c = js[parser->pos]; in jsmn_parse_string() local
181 char c; in jsmn_parse() local
/tools/lib/lockdep/tests/
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
/tools/testing/radix-tree/linux/
Dcpu.h1 #define cpuhp_setup_state_nocalls(a, b, c, d) (0) argument
/tools/power/cpupower/bench/
Dmain.c78 int c; in main() local
/tools/perf/arch/s390/util/
Dmachine.c44 void arch__symbols__fixup_end(struct symbol *p, struct symbol *c) in arch__symbols__fixup_end()
/tools/testing/selftests/powerpc/benchmarks/
Dmmap_bench.c25 char *c = mmap(NULL, MEMSIZE, PROT_READ|PROT_WRITE, in test_mmap() local
Dcontext_switch.c42 vector int a, b, c; variable
265 int c; in mutex_lock() local
399 signed char c; in main() local
/tools/accounting/
Dgetdelays.c195 #define average_ms(t, c) (t / 1000000ULL / (c ? c : 1)) argument
242 static void print_cgroupstats(struct cgroupstats *c) in print_cgroupstats()
264 int c, rc, rep_len, aggr_len, len2; in main() local
/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()
/tools/testing/selftests/futex/functional/
Dfutex_wait_wouldblock.c48 int c; in main() local
Dfutex_wait_timeout.c49 int c; in main() local

12345