Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/locking/
Dlockstat.txt107 … unix_table_lock 45 [<ffffffff8150ad8e>] unix_create1+0x16e/0x1b0
113 … unix_table_lock 49 [<ffffffff8150ad8e>] unix_create1+0x16e/0x1b0
/linux-4.1.27/net/unix/
Daf_unix.c737 static struct sock *unix_create1(struct net *net, struct socket *sock) in unix_create1() function
806 return unix_create1(net, sock) ? 0 : -ENOMEM; in unix_create()
1208 newsk = unix_create1(sock_net(sk), NULL); in unix_stream_connect()