]> Git Repo - J-linux.git/blob - tools/testing/selftests/bpf/urandom_read_lib2.c
Merge tag 'vfs-6.13-rc7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
[J-linux.git] / tools / testing / selftests / bpf / urandom_read_lib2.c
1 // SPDX-License-Identifier: GPL-2.0
2 /* Copyright (c) 2022 Meta Platforms, Inc. and affiliates. */
3 #include "sdt.h"
4
5 void urandlib_read_without_sema(int iter_num, int iter_cnt, int read_sz)
6 {
7         STAP_PROBE3(urandlib, read_without_sema, iter_num, iter_cnt, read_sz);
8 }
This page took 0.025954 seconds and 4 git commands to generate.