Lines Matching full:broadcast
47 static int broadcast; variable
62 printf(" -b Broadcast wakeup (all waiters)\n"); in usage()
160 info("Waker: Calling broadcast\n"); in broadcast_wakerfn()
177 error("max broadcast iterations (%d) reached with %d/%d tasks woken or requeued\n", in broadcast_wakerfn()
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()
400 "\tArguments: broadcast=%d locked=%d owner=%d timeout=%ldns\n", in main()
401 broadcast, locked, owner, timeout_ns); in main()
404 "%s broadcast=%d locked=%d owner=%d timeout=%ldns", in main()
405 TEST_NAME, broadcast, locked, owner, timeout_ns); in main()
416 ret = unit_test(broadcast, locked, owner, timeout_ns); in main()