Back to home page

OSCL-LXR

 
 

    


0001 // SPDX-License-Identifier: GPL-2.0
0002 /* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */
0003 #include "sdt.h"
0004 
0005 void urand_read_without_sema(int iter_num, int iter_cnt, int read_sz)
0006 {
0007     /* semaphore-less USDT */
0008     STAP_PROBE3(urand, read_without_sema, iter_num, iter_cnt, read_sz);
0009 }