Searched refs:broadcast (Results 1 – 7 of 7) sorted by relevance
| /tools/testing/selftests/futex/functional/ |
| A D | futex_requeue_pi.c | 47 static int broadcast; variable 280 int unit_test(int broadcast, long lock, int third_party_owner, long timeout_ns) in unit_test() argument 304 if (broadcast) in unit_test() 369 broadcast = 1; in main() 401 broadcast, locked, owner, timeout_ns); in main() 405 TEST_NAME, broadcast, locked, owner, timeout_ns); in main() 416 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()
|
| /tools/testing/selftests/net/ |
| A D | netdev-l2addr.sh | 38 get_addr broadcast "$nsim" "$NS" >/dev/null || fail "Couldn't get brd addr" 54 get_addr broadcast "$nsim_port" "$NS" >/dev/null || fail "Couldn't get brd addr"
|
| /tools/perf/bench/ |
| A D | futex-requeue.c | 60 OPT_BOOLEAN( 'B', "broadcast", ¶ms.broadcast, "Requeue all threads at once"), 207 if (params.broadcast) in bench_futex_requeue()
|
| A D | futex.h | 22 bool broadcast; /* requeue */ member
|
| /tools/testing/selftests/net/netfilter/ |
| A D | br_netfilter.sh | 130 meta pkttype broadcast ip protocol icmp counter drop
|
| /tools/perf/Documentation/ |
| A D | perf-top.txt | 343 Find out where broadcast packets are handled 352 broadcast packet arrives This will show a menu with two entries and 353 will start counting when a broadcast packet arrives:
|
| /tools/include/uapi/linux/ |
| A D | if_link.h | 1600 __u8 broadcast[32]; member
|
Completed in 15 milliseconds