Searched refs:oprofilefs_ulong_from_user (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/s390/oprofile/ |
| D | init.c | 139 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_write() 187 retval = oprofilefs_ulong_from_user(&val, buf, count); in hw_interval_write() 230 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_zero_write() 261 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_kernel_write() 296 retval = oprofilefs_ulong_from_user(&val, buf, count); in hwsampler_user_write() 335 retval = oprofilefs_ulong_from_user(&val, buf, count); in timer_enabled_write()
|
| /linux-4.4.14/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.4.14/include/linux/ |
| D | oprofile.h | 164 int oprofilefs_ulong_from_user(unsigned long * val, char const __user * buf, size_t count);
|