1// SPDX-License-Identifier: GPL-2.0
2/* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */3#include"sdt.h"45voidurandlib_read_without_sema(intiter_num,intiter_cnt,intread_sz)6{7STAP_PROBE3(urandlib,read_without_sema,iter_num,iter_cnt,read_sz);8}