/tools/testing/selftests/futex/functional/ |
D | futex_wait_timeout.c | 97 futex_t f1 = FUTEX_INITIALIZER; in main() local 136 res = futex_wait(&f1, f1, &to, 0); in main() 142 res = futex_wait_bitset(&f1, f1, &to, 1, FUTEX_CLOCK_REALTIME); in main() 148 res = futex_wait_bitset(&f1, f1, &to, 1, 0); in main() 154 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, FUTEX_CLOCK_REALTIME); in main() 160 res = futex_wait_requeue_pi(&f1, f1, &futex_pi, &to, 0); in main()
|
D | futex_wait_wouldblock.c | 42 futex_t f1 = FUTEX_INITIALIZER; in main() local 68 info("Calling futex_wait on f1: %u @ %p with val=%u\n", f1, &f1, f1+1); in main() 69 res = futex_wait(&f1, f1+1, &to, FUTEX_PRIVATE_FLAG); in main()
|
D | futex_requeue_pi_mismatched_ops.c | 31 futex_t f1 = FUTEX_INITIALIZER; variable 46 child_ret = futex_wait(&f1, f1, NULL, FUTEX_PRIVATE_FLAG); in blocking_child() 96 ret = futex_cmp_requeue_pi(&f1, f1, &f2, 1, 0, FUTEX_PRIVATE_FLAG); in main() 104 ret = futex_wake(&f1, 1, FUTEX_PRIVATE_FLAG); in main()
|
D | futex_requeue.c | 17 volatile futex_t *f1; variable 35 if (futex_wait(f1, *f1, &to, 0)) in waiterfn() 49 f1 = &_f1; in main() 82 res = futex_cmp_requeue(f1, 0, &f2, 0, 1, 0); in main() 115 res = futex_cmp_requeue(f1, 0, &f2, 3, 7, 0); in main()
|
D | futex_requeue_pi_signal_restart.c | 34 futex_t f1 = FUTEX_INITIALIZER; variable 101 old_val = f1; in waiterfn() 102 res = futex_wait_requeue_pi(&f1, old_val, &(f2), NULL, in waiterfn() 181 old_val = f1; in main() 182 res = futex_cmp_requeue_pi(&f1, old_val, &(f2), 1, 0, in main()
|
D | futex_requeue_pi.c | 39 futex_t f1 = FUTEX_INITIALIZER; variable 119 old_val = f1; in waiterfn() 122 &f1, f1, &f2); in waiterfn() 123 args->ret = futex_wait_requeue_pi(&f1, old_val, &f2, args->timeout, in waiterfn() 164 old_val = f1; in broadcast_wakerfn() 165 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2, nr_wake, nr_requeue, in broadcast_wakerfn() 216 old_val = f1; in signal_wakerfn() 217 args->ret = futex_cmp_requeue_pi(&f1, old_val, &f2, in signal_wakerfn()
|
/tools/bootconfig/scripts/ |
D | ftrace.sh | 23 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 24 file=`echo $line | cut -f1 -d:` 29 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 30 file=`echo $line | cut -f1 -d:` 45 echo 0 > `echo $line | cut -f1 -d:` 62 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
|
/tools/testing/selftests/bpf/progs/ |
D | test_global_func6.c | 8 int f1(struct __sk_buff *skb) in f1() function 18 return f1(skb) + f3(val, skb + 1); /* type mismatch */ in f2() 30 return f1(skb) + f2(2, skb) + f3(3, skb); in test_cls()
|
D | test_global_func5.c | 8 int f1(struct __sk_buff *skb) in f1() function 18 return f1(skb) + f3(val, (void *)&val); /* type mismatch */ in f2() 30 return f1(skb) + f2(2, skb) + f3(3, skb); in test_cls()
|
D | test_global_func1.c | 18 int f1(struct __sk_buff *skb) in f1() function 30 return f1(skb) + f3(val, skb, 1); in f2() 44 return f0(1, skb) + f1(skb) + f2(2, skb) + f3(3, skb, 4); in test_cls()
|
D | kfunc_call_test_subprog.c | 14 int __noinline f1(struct __sk_buff *skb) in f1() function 39 return f1(skb); in kfunc_call_test1()
|
D | test_global_func3.c | 8 int f1(struct __sk_buff *skb) in f1() function 16 return f1(skb) + val; in f2()
|
D | btf__core_reloc_nesting___err_partial_match_dups.c | 3 void f1(struct core_reloc_nesting___err_partial_match_dups__a x) {} in f1() function
|
D | btf__core_reloc_nesting___err_dup_incompat_types.c | 3 void f1(struct core_reloc_nesting___err_dup_incompat_types__1 x) {} in f1() function
|
D | core_reloc_types.h | 907 struct a_struct f1; member 960 struct a_struct___diff_sz f1; member 1010 union a_struct___incompat f1; member 1035 struct a_struct f1; member 1073 struct a_struct f1; member 1115 enum named_enum f1; member 1133 enum named_enum___diff f1; member 1149 enum named_enum___val3_missing f1; member 1165 enum named_enum___err_missing f1; member
|
D | btf__core_reloc_nesting___dup_compat_types.c | 3 void f1(struct core_reloc_nesting___dup_compat_types x) {} in f1() function
|
D | btf__core_reloc_misc.c | 3 void f1(struct core_reloc_misc___a x) {} in f1() function
|
/tools/testing/selftests/ftrace/test.d/ftrace/ |
D | func-filter-glob.tc | 13 cut -f1 -d" " set_ftrace_filter > $TMPDIR/actual 14 cut -f1 -d" " available_filter_functions | grep "$2" > $TMPDIR/expected
|
D | func_set_ftrace_file.tc | 118 cat set_ftrace_filter | grep -v '#' | cut -d' ' -f1 | cut -d':' -f1 | sort -u > $TMPDIR/actual 124 cat available_filter_functions | cut -d' ' -f1 | grep 'lock' | sort -u > $TMPDIR/expected
|
/tools/testing/selftests/ftrace/test.d/ |
D | functions | 21 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 22 file=`echo $line | cut -f1 -d:` 27 cmd=`echo $line | cut -f2- -d: | cut -f1 -d"["` 28 file=`echo $line | cut -f1 -d:` 43 echo 0 > `echo $line | cut -f1 -d:` 60 name=`echo $t | cut -d: -f1 | cut -d' ' -f1`
|
/tools/testing/selftests/net/forwarding/ |
D | ethtool_extended_state.sh | 28 | cut -d "(" -f2 | cut -d ")" -f1) 31 ext_state=$(echo $ext_state | cut -d "," -f1)
|
/tools/testing/selftests/bpf/benchs/ |
D | run_bench_trigger.sh | 7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
/tools/lib/bpf/ |
D | Makefile | 123 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \ 130 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | sort -u | wc -l) 192 cut -d "@" -f1 | sed 's/_v[0-9]_[0-9]_[0-9].*//' | \ 199 grep -Eo '[^ ]+@LIBBPF_' | cut -d@ -f1 | \
|
/tools/testing/selftests/net/mptcp/ |
D | mptcp_lib.sh | 94 v=$(uname -r | cut -d'.' -f1,2)
|