Home
last modified time | relevance | path

Searched refs:nodep (Results 1 – 2 of 2) sorted by relevance

/kernel/
Dsysctl_binary.c1143 char buf[15], *nodep; in bin_dn_node_address() local
1156 nodep = strchr(buf, '.'); in bin_dn_node_address()
1157 if (!nodep) in bin_dn_node_address()
1159 ++nodep; in bin_dn_node_address()
1162 node = simple_strtoul(nodep, NULL, 10); in bin_dn_node_address()
Dsys.c2648 SYSCALL_DEFINE3(getcpu, unsigned __user *, cpup, unsigned __user *, nodep, in SYSCALL_DEFINE3() argument
2656 if (nodep) in SYSCALL_DEFINE3()
2657 err |= put_user(cpu_to_node(cpu), nodep); in SYSCALL_DEFINE3()