Home
last modified time | relevance | path

Searched refs:kstrtou32_from_user (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/drivers/ntb/test/
Dntb_tool.c1186 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_spad_write()
1227 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_peer_spad_write()
1309 ret = kstrtou32_from_user(ubuf, size, 0, &val); in tool_outmsg_write()
/linux-4.19.296/include/linux/
Dkernel.h461 static inline int __must_check kstrtou32_from_user(const char __user *s, size_t count, unsigned int… in kstrtou32_from_user() function
/linux-4.19.296/fs/proc/
Dbase.c1263 rv = kstrtou32_from_user(buf, count, 10, &loginuid); in proc_loginuid_write()