Searched refs:oprofilefs_ulong_from_user (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/oprofile/ |
H A D | oprofile_files.c | 47 retval = oprofilefs_ulong_from_user(&val, buf, count); timeout_write() 86 retval = oprofilefs_ulong_from_user(&val, buf, count); depth_write() 143 retval = oprofilefs_ulong_from_user(&val, buf, count); enable_write()
|
H A D | oprofilefs.c | 64 * Note: If oprofilefs_ulong_from_user() returns 0, then *val remains 70 int oprofilefs_ulong_from_user(unsigned long *val, char const __user *buf, size_t count) oprofilefs_ulong_from_user() function 108 retval = oprofilefs_ulong_from_user(&value, buf, count); ulong_write_file()
|
/linux-4.1.27/arch/s390/oprofile/ |
H A D | init.c | 138 retval = oprofilefs_ulong_from_user(&val, buf, count); hwsampler_write() 186 retval = oprofilefs_ulong_from_user(&val, buf, count); hw_interval_write() 229 retval = oprofilefs_ulong_from_user(&val, buf, count); hwsampler_zero_write() 260 retval = oprofilefs_ulong_from_user(&val, buf, count); hwsampler_kernel_write() 295 retval = oprofilefs_ulong_from_user(&val, buf, count); hwsampler_user_write() 334 retval = oprofilefs_ulong_from_user(&val, buf, count); timer_enabled_write()
|
/linux-4.1.27/include/linux/ |
H A D | oprofile.h | 164 int oprofilefs_ulong_from_user(unsigned long * val, char const __user * buf, size_t count);
|
Completed in 180 milliseconds