Home
last modified time | relevance | path

Searched refs:oprofilefs_ulong_from_user (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/s390/oprofile/
Dinit.c138 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/
Doprofile_files.c47 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()
Doprofilefs.c70 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/
Doprofile.h164 int oprofilefs_ulong_from_user(unsigned long * val, char const __user * buf, size_t count);