Home
last modified time | relevance | path

Searched refs:f1 (Results 1 – 25 of 43) sorted by relevance

12

/tools/testing/selftests/futex/functional/
Dfutex_wait_timeout.c97 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()
Dfutex_wait_wouldblock.c42 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()
Dfutex_requeue_pi_mismatched_ops.c31 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()
Dfutex_requeue.c17 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()
Dfutex_requeue_pi_signal_restart.c34 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()
Dfutex_requeue_pi.c39 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/
Dftrace.sh23 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/
Dtest_global_func6.c8 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()
Dtest_global_func5.c8 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()
Dtest_global_func1.c18 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()
Dkfunc_call_test_subprog.c14 int __noinline f1(struct __sk_buff *skb) in f1() function
39 return f1(skb); in kfunc_call_test1()
Dtest_global_func3.c8 int f1(struct __sk_buff *skb) in f1() function
16 return f1(skb) + val; in f2()
Dbtf__core_reloc_nesting___err_partial_match_dups.c3 void f1(struct core_reloc_nesting___err_partial_match_dups__a x) {} in f1() function
Dbtf__core_reloc_nesting___err_dup_incompat_types.c3 void f1(struct core_reloc_nesting___err_dup_incompat_types__1 x) {} in f1() function
Dcore_reloc_types.h907 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
Dbtf__core_reloc_nesting___dup_compat_types.c3 void f1(struct core_reloc_nesting___dup_compat_types x) {} in f1() function
Dbtf__core_reloc_misc.c3 void f1(struct core_reloc_misc___a x) {} in f1() function
/tools/testing/selftests/ftrace/test.d/ftrace/
Dfunc-filter-glob.tc13 cut -f1 -d" " set_ftrace_filter > $TMPDIR/actual
14 cut -f1 -d" " available_filter_functions | grep "$2" > $TMPDIR/expected
Dfunc_set_ftrace_file.tc118 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/
Dfunctions21 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/
Dethtool_extended_state.sh28 | cut -d "(" -f2 | cut -d ")" -f1)
31 ext_state=$(echo $ext_state | cut -d "," -f1)
/tools/testing/selftests/bpf/benchs/
Drun_bench_trigger.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
/tools/lib/bpf/
DMakefile123 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/
Dmptcp_lib.sh94 v=$(uname -r | cut -d'.' -f1,2)

12