OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:check_range
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/module/
op_util.h
19
int
check_range
(int val, int l, int h, char const * msg);
op_util.c
96
int
check_range
(int val, int l, int h, char const * msg)
function
oprofile.c
482
if ((err =
check_range
(sysctl.buf_size, OP_MIN_BUF_SIZE, OP_MAX_BUF_SIZE,
485
if ((err =
check_range
(sysctl.note_size, OP_MIN_NOTE_TABLE_SIZE, OP_MAX_NOTE_TABLE_SIZE,
/external/oprofile/module/x86/
op_rtc.c
141
if (
check_range
(target, OP_MIN_RTC_COUNT, OP_MAX_RTC_COUNT,
op_nmi.c
161
if (
check_range
(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT,
/external/oprofile/module/ia64/
op_pmu.c
460
if (
check_range
(sysctl.ctr[i].count, 1, OP_MAX_PERF_COUNT,
Completed in 393 milliseconds