Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/locking/
H A Dlockstat.rst128 … unix_table_lock 45 [<ffffffff8150ad8e>] unix_create1+0x16e/0x1b0
134 … unix_table_lock 49 [<ffffffff8150ad8e>] unix_create1+0x16e/0x1b0
/OK3568_Linux_fs/kernel/net/unix/
H A Daf_unix.c801 static struct sock *unix_create1(struct net *net, struct socket *sock, int kern) in unix_create1() function
872 return unix_create1(net, sock, kern) ? 0 : -ENOMEM; in unix_create()
1284 newsk = unix_create1(sock_net(sk), NULL, 0); in unix_stream_connect()