Searched refs:oprofilefs_ulong_from_user (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/arch/s390/oprofile/ |
D | init.c | 138 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_write() 186 retval = oprofilefs_ulong_from_user(&val, buf, count); in hw_interval_write() 229 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_zero_write() 260 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_kernel_write() 295 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_user_write() 334 retval = oprofilefs_ulong_from_user(&val, buf, count); in timer_enabled_write()
|
/linux-4.1.27/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 | 70 int oprofilefs_ulong_from_user(unsigned long *val, char const __user *buf, size_t count) in oprofilefs_ulong_from_user() function 108 retval = oprofilefs_ulong_from_user(&value, buf, count); in ulong_write_file()
|
/linux-4.1.27/include/linux/ |
D | oprofile.h | 164 int oprofilefs_ulong_from_user(unsigned long * val, char const __user * buf, size_t count);
|