Searched refs:fd_wp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bp_account.c | 71 int i, fd[wp_cnt], fd_wp, ret; in bp_accounting() local 89 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting() 90 TEST_ASSERT_VAL("failed to create max wp\n", fd_wp != -1); in bp_accounting()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | bp_account.c | 84 int i, fd[wp_cnt], fd_wp, ret; in bp_accounting() local 102 fd_wp = wp_event((void *)&the_var, &attr_new); in bp_accounting() 103 TEST_ASSERT_VAL("failed to create max wp\n", fd_wp != -1); in bp_accounting()
|
Completed in 2 milliseconds