Searched refs:broadcast (Results 1 – 5 of 5) sorted by relevance
/tools/testing/selftests/futex/functional/ |
D | futex_requeue_pi.c | 45 static int broadcast; variable 278 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() argument 302 if (broadcast) in unit_test() 366 broadcast = 1; in main() 398 broadcast, locked, owner, timeout_ns); in main() 405 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
|
/tools/perf/bench/ |
D | futex.h | 22 bool broadcast; /* requeue */ member
|
D | futex-requeue.c | 57 OPT_BOOLEAN( 'B', "broadcast", ¶ms.broadcast, "Requeue all threads at once"), 190 if (params.broadcast) in bench_futex_requeue()
|
/tools/perf/Documentation/ |
D | perf-top.txt | 301 Find out where broadcast packets are handled 310 broadcast packet arrives This will show a menu with two entries and 311 will start counting when a broadcast packet arrives:
|
/tools/include/uapi/linux/ |
D | if_link.h | 729 __u8 broadcast[32]; member
|