Searched refs:oprofilefs_ulong_from_user (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/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.19.296/include/linux/ |
D | oprofile.h | 164 int oprofilefs_ulong_from_user(unsigned long * val, char const __user * buf, size_t count);
|