Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.17-rc7 9 lines 286 B view raw
1// SPDX-License-Identifier: GPL-2.0 2/* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */ 3#include "sdt.h" 4 5void urand_read_without_sema(int iter_num, int iter_cnt, int read_sz) 6{ 7 /* semaphore-less USDT */ 8 STAP_PROBE3(urand, read_without_sema, iter_num, iter_cnt, read_sz); 9}