Searched refs:oprofilefs_ulong_from_user (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/drivers/oprofile/ |
D | oprofile_files.c | 47 retval = oprofilefs_ulong_from_user(&val, buf, count); in timeout_write() 86 retval = oprofilefs_ulong_from_user(&val, buf, count); in depth_write() 143 retval = oprofilefs_ulong_from_user(&val, buf, count); in enable_write()
|
D | oprofilefs.c | 63 int oprofilefs_ulong_from_user(unsigned long *val, char const __user *buf, size_t count) in oprofilefs_ulong_from_user() function 101 retval = oprofilefs_ulong_from_user(&value, buf, count); in ulong_write_file()
|
/linux-2.6.39/arch/s390/oprofile/ |
D | init.c | 92 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_write()
|
/linux-2.6.39/include/linux/ |
D | oprofile.h | 166 int oprofilefs_ulong_from_user(unsigned long * val, char const __user * buf, size_t count);
|