1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 /* Copyright (c) 2022 Meta Platforms, Inc. and 2 /* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */ 3 #include "sdt.h" 3 #include "sdt.h" 4 4 5 void urandlib_read_without_sema(int iter_num, 5 void urandlib_read_without_sema(int iter_num, int iter_cnt, int read_sz) 6 { 6 { 7 STAP_PROBE3(urandlib, read_without_sem 7 STAP_PROBE3(urandlib, read_without_sema, iter_num, iter_cnt, read_sz); 8 } 8 } 9 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.